Home
last modified time | relevance | path

Searched refs:drm_fourcc_from_handle (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/
Ddrmutils.h31 uint32_t drm_fourcc_from_handle(const private_handle_t *hnd);
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp22 uint32_t drm_fourcc_from_handle(const private_handle_t *hnd) in drm_fourcc_from_handle() function
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp258 const uint32_t drm_fourcc = drm_fourcc_from_handle(hnd); in plane_layout_components_from_handle()
481 err = android::gralloc4::encodePixelFormatFourCC(drm_fourcc_from_handle(handle), &vec); in get_metadata()
812 err = android::gralloc4::encodePixelFormatFourCC(drm_fourcc_from_handle(&partial_handle), &vec); in getFromBufferDescriptorInfo()