Searched refs:chroma_order (Results 1 – 2 of 2) sorted by relevance
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 32 enum chroma_order { enum 40 enum chroma_order chroma_order; /* chroma order is {Cb, Cr} or {Cr, Cb} */ member 66 static int get_fourcc_yuv(int native, enum chroma_order chroma_order, in get_fourcc_yuv() argument 70 droid_yuv_formats[i].chroma_order == chroma_order && in get_fourcc_yuv() 88 enum chroma_order chroma_order; in GetYuvPlaneInfo() local 112 chroma_order = YCrCb; in GetYuvPlaneInfo() 116 chroma_order = YCbCr; in GetYuvPlaneInfo() 130 bo->format = get_fourcc_yuv(bo->hal_format, chroma_order, ycbcr.chroma_step); in GetYuvPlaneInfo() 135 bo->hal_format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", in GetYuvPlaneInfo()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 54 enum chroma_order { enum 62 enum chroma_order chroma_order; /* chroma order is {Cb, Cr} or {Cr, Cb} */ member 87 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv() argument 91 droid_yuv_formats[i].chroma_order == chroma_order && in get_fourcc_yuv() 197 enum chroma_order chroma_order; in droid_create_image_from_prime_fds_yuv() local 227 chroma_order = YCrCb; in droid_create_image_from_prime_fds_yuv() 231 chroma_order = YCbCr; in droid_create_image_from_prime_fds_yuv() 245 fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step); in droid_create_image_from_prime_fds_yuv() 248 buf->format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", ycbcr.chroma_step); in droid_create_image_from_prime_fds_yuv()
|