Lines Matching full:fourcc
186 uint32_t fourCC, uint32_t format)
193 surface_attrib.value.value.i = fourCC;
274 if (surface_image.format.fourcc == VA_FOURCC_YV12 ||
275 surface_image.format.fourcc == VA_FOURCC_I420 ||
276 surface_image.format.fourcc == VA_FOURCC_NV12){
290 if(surface_image.format.fourcc == VA_FOURCC_YV12){
293 }else if(surface_image.format.fourcc == VA_FOURCC_I420){
309 if (surface_image.format.fourcc == VA_FOURCC_YV12||
310 surface_image.format.fourcc == VA_FOURCC_I420){
319 if (surface_image.format.fourcc == VA_FOURCC_YV12){
327 } else if (surface_image.format.fourcc == VA_FOURCC_NV12){
340 printf("Not supported YUV surface fourcc !!! \n");
377 if (surface_image.format.fourcc == VA_FOURCC_YV12 ||
378 surface_image.format.fourcc == VA_FOURCC_I420 ||
379 surface_image.format.fourcc == VA_FOURCC_NV12){
392 if (surface_image.format.fourcc == VA_FOURCC_YV12){
395 } else if(surface_image.format.fourcc == VA_FOURCC_I420){
398 } else if(surface_image.format.fourcc == VA_FOURCC_NV12){
411 if (surface_image.format.fourcc == VA_FOURCC_YV12||
412 surface_image.format.fourcc == VA_FOURCC_I420){
420 if (surface_image.format.fourcc == VA_FOURCC_YV12){
428 } else if (surface_image.format.fourcc == VA_FOURCC_NV12){
447 printf("Not supported YUV surface fourcc !!! \n");
905 printf("Input fourCC %d is not supported by VPP !\n", g_in_fourcc);
960 parse_fourcc_and_format(char *str, uint32_t *fourcc, uint32_t *format)
963 *fourcc = VA_FOURCC('Y', 'V', '1', '2');
966 *fourcc = VA_FOURCC('I', '4', '2', '0');
969 *fourcc = VA_FOURCC('N', 'V', '1', '2');