Home
last modified time | relevance | path

Searched refs:chroma_step (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c66 int chroma_step; /* Distance in bytes between subsequent chroma pixels. */ member
90 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv() argument
95 droid_yuv_formats[i].chroma_step == chroma_step) in get_fourcc_yuv()
228 /* .chroma_step is the byte distance between the same chroma channel
230 drm_fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step);
232 _eglLog(_EGL_WARNING, "unsupported YUV format, native = %x, chroma_order = %s, chroma_step = %d",
233 buf->format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", ycbcr.chroma_step);
241 .num_planes = ycbcr.chroma_step == 2 ? 2 : 3,
/third_party/mesa3d/include/android_stub/system/
H A Dgraphics.h77 * chroma_step is the distance in bytes from one chroma pixel value to the
88 size_t chroma_step; member

Completed in 5 milliseconds