Lines Matching full:fourcc
391 if (surface_image.format.fourcc == VA_FOURCC_NV12) { /* UV plane */
402 } else if (surface_image.format.fourcc == VA_FOURCC_YV12 ||
403 surface_image.format.fourcc == VA_FOURCC_I420) {
404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2;
405 const int V = surface_image.format.fourcc == VA_FOURCC_I420 ? 2 : 1;