Searched defs:g_out_format (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp77 static uint32_t g_out_format = VA_RT_FORMAT_YUV420; variable
851 if ((attrib.value != g_out_format)) {
852 printf("RT format %d is not supported by VPP !\n",g_out_format);
862 g_out_fourcc, g_out_format);
996 parse_fourcc_and_format(str, &g_out_fourcc, &g_out_format);

Completed in 20 milliseconds