Home | History | Annotate | Download | only in dri2

Lines Matching defs:fourcc

51    int fourcc; /* __DRI_IMAGE_FOURCC_ */
54 /* The following table is used to look up a DRI image FourCC based
57 /* Native format, YCrCb, Chroma step, DRI image FourCC */
73 return droid_yuv_formats[i].fourcc;
112 /* createImageFromFds requires fourcc format */
459 int fourcc, pitch;
477 fourcc = get_fourcc(dri2_surf->buffer->format);
482 if (fourcc == -1 || pitch == 0) {
483 _eglLog(_EGL_WARNING, "Invalid buffer fourcc(%x) or pitch(%d)",
484 fourcc, pitch);
492 fourcc,
595 int fourcc;
635 fourcc = get_fourcc_yuv(buf->format, is_ycrcb, ycbcr.chroma_step);
636 if (fourcc == -1) {
647 EGL_LINUX_DRM_FOURCC_EXT, fourcc,
663 EGL_LINUX_DRM_FOURCC_EXT, fourcc,
689 const int fourcc = get_fourcc(buf->format);
690 if (fourcc == -1) {
704 EGL_LINUX_DRM_FOURCC_EXT, fourcc,