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.cpp66 static int get_fourcc_yuv(int native, enum chroma_order chroma_order, in get_fourcc_yuv() function
130 bo->format = get_fourcc_yuv(bo->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
245 fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step); in droid_create_image_from_prime_fds_yuv()