Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_USES_3PRIVATE_DATA (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
H A Dvendor_graphicbuffer_meta.cpp185 …(private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA | private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA… in get_video_metadata()
191 else if (gralloc_hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA) in get_video_metadata()
217 else if (gralloc_hnd->flags & VendorGraphicBufferMeta::PRIV_FLAGS_USES_3PRIVATE_DATA) in get_video_metadata_fd()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferaccess.cpp130 …if (!(hnd->flags & (private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA | private_handle_t::PRIV_FLAGS… in ion_map_for_lock()
699 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA in get_flexlayout_exynos_formats_only()
720 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA in get_flexlayout_exynos_formats_only()
836 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA in get_flexlayout_exynos_formats_only()
852 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA in get_flexlayout_exynos_formats_only()
933 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA in get_flexlayout_exynos_formats_only()
H A Dmali_gralloc_ion.cpp239 …if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA | private_handle_t::PRIV_FLAGS_U… in gralloc_map()
241 int idx = hnd->flags & private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA ? 2 : 1; in gralloc_map()
817 *priv_heap_flag |= private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA; in allocate_to_fds()
H A Dmali_gralloc_buffer.h148 PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, enumerator
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/include/
H A DVendorGraphicBuffer.h67 PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, enumerator
/aosp12/hardware/google/gchips/include/
H A Dgralloc1_priv.h210 PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, enumerator
H A Dgralloc3_priv.h210 PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, enumerator
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_buffer.h133 PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, enumerator
H A Dmali_gralloc_buffer4.h133 PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, enumerator
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp176 else if (gmeta.flags & VendorGraphicBufferMeta::PRIV_FLAGS_USES_3PRIVATE_DATA) in doPreProcess()
H A DExynosDisplay.cpp1652 … else if (layer_buffer_gmeta.flags & VendorGraphicBufferMeta::PRIV_FLAGS_USES_3PRIVATE_DATA) in configureHandle()