Home
last modified time | relevance | path

Searched refs:g_out_format (Results 1 – 1 of 1) sorted by relevance

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