Home | History | Annotate | Download | only in encode

Lines Matching refs:VA_FOURCC_I420

350 #ifndef VA_FOURCC_I420
351 #define VA_FOURCC_I420 0x30323449
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;