Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c61 static const struct droid_yuv_format droid_yuv_formats[] = { variable
77 for (int i = 0; i < ARRAY_SIZE(droid_yuv_formats); ++i) in get_fourcc_yuv()
78 if (droid_yuv_formats[i].native == native && in get_fourcc_yuv()
79 droid_yuv_formats[i].is_ycrcb == is_ycrcb && in get_fourcc_yuv()
80 droid_yuv_formats[i].chroma_step == chroma_step) in get_fourcc_yuv()
81 return droid_yuv_formats[i].fourcc; in get_fourcc_yuv()
89 for (int i = 0; i < ARRAY_SIZE(droid_yuv_formats); ++i) in is_yuv()
90 if (droid_yuv_formats[i].native == native) in is_yuv()