HomeSort by relevance Sort by last modified time
    Searched defs:chroma_step (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 43 size_t chroma_step; member in struct:android_ycbcr
290 out->chroma_step = 1;
  /system/core/libsystem/include/system/
graphics.h 77 * chroma_step is the distance in bytes from one chroma pixel value to the
88 size_t chroma_step; member in struct:android_ycbcr
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 48 int chroma_step; /* Distance in bytes between subsequent chroma pixels. */ member in struct:droid_yuv_format
65 get_fourcc_yuv(int native, int is_ycrcb, int chroma_step)
72 droid_yuv_formats[i].chroma_step == chroma_step)
633 /* .chroma_step is the byte distance between the same chroma channel
635 fourcc = get_fourcc_yuv(buf->format, is_ycrcb, ycbcr.chroma_step);
637 _eglLog(_EGL_WARNING, "unsupported YUV format, native = %x, is_ycrcb = %d, chroma_step = %d",
638 buf->format, is_ycrcb, ycbcr.chroma_step);
642 if (ycbcr.chroma_step == 2) {
    [all...]

Completed in 113 milliseconds