Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c48 int chroma_step; /* Distance in bytes between subsequent chroma pixels. */ member
65 get_fourcc_yuv(int native, int is_ycrcb, int chroma_step) in get_fourcc_yuv() argument
72 droid_yuv_formats[i].chroma_step == chroma_step) in get_fourcc_yuv()
635 fourcc = get_fourcc_yuv(buf->format, is_ycrcb, ycbcr.chroma_step); in droid_create_image_from_prime_fd_yuv()
638 buf->format, is_ycrcb, ycbcr.chroma_step); in droid_create_image_from_prime_fd_yuv()
642 if (ycbcr.chroma_step == 2) { in droid_create_image_from_prime_fd_yuv()