Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_USES_2PRIVATE_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()
189 if (gralloc_hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA) in get_video_metadata()
215 if (gralloc_hnd->flags & VendorGraphicBufferMeta::PRIV_FLAGS_USES_2PRIVATE_DATA) in get_video_metadata_fd()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferaccess.cpp130 …rivate_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA | private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA))) in ion_map_for_lock()
736 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
751 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
766 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
792 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
822 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
906 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
920 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA in get_flexlayout_exynos_formats_only()
H A Dmali_gralloc_buffer.h147 PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, enumerator
H A Dmali_gralloc_ion.cpp239 …private_handle_t::PRIV_FLAGS_USES_3PRIVATE_DATA | private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA)) in gralloc_map()
820 *priv_heap_flag |= private_handle_t::PRIV_FLAGS_USES_2PRIVATE_DATA; in allocate_to_fds()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/include/
H A DVendorGraphicBuffer.h66 PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, enumerator
/aosp12/hardware/google/gchips/include/
H A Dgralloc1_priv.h209 PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, enumerator
H A Dgralloc3_priv.h209 PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, enumerator
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_buffer.h132 PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, enumerator
H A Dmali_gralloc_buffer4.h132 PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, enumerator
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp174 if (gmeta.flags & VendorGraphicBufferMeta::PRIV_FLAGS_USES_2PRIVATE_DATA) in doPreProcess()
H A DExynosDisplay.cpp1650 … if (layer_buffer_gmeta.flags & VendorGraphicBufferMeta::PRIV_FLAGS_USES_2PRIVATE_DATA) in configureHandle()