Home
last modified time | relevance | path

Searched refs:get_fourcc_yuv (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoLibdrm.cpp74 static uint32_t get_fourcc_yuv(uint32_t native, enum chroma_order chroma_order, in get_fourcc_yuv() function
139 bo->format = get_fourcc_yuv(hal_format, chroma_order, ycbcr.chroma_step); in GetYuvPlaneInfo()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c87 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv() function
281 fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step); in droid_create_image_from_prime_fds_yuv()