Searched refs:VA_FOURCC (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 74 static uint32_t g_in_fourcc = VA_FOURCC('N', 'V', '1', '2'); 76 static uint32_t g_out_fourcc = VA_FOURCC('N', 'V', '1', '2'); 963 *fourcc = VA_FOURCC('Y', 'V', '1', '2'); in parse_fourcc_and_format() 966 *fourcc = VA_FOURCC('I', '4', '2', '0'); in parse_fourcc_and_format() 969 *fourcc = VA_FOURCC('N', 'V', '1', '2'); in parse_fourcc_and_format()
|
/hardware/intel/common/libva/test/decode/ |
D | tinyjpeg.c | 697 forcc.value.value.i = VA_FOURCC('Y','8','0','0'); in tinyjpeg_decode()
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx_impl.c | 442 #define VA_SURFACE_GLX_MAGIC VA_FOURCC('V','A','G','L')
|
/hardware/intel/common/libva/va/ |
D | va.h | 2740 #define VA_FOURCC(ch0, ch1, ch2, ch3) \ macro
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 2617 attribs[i].value.value.i = VA_FOURCC('N', 'V', '1', '2');
|