Lines Matching refs:fourcc
52 {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32,
54 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32,
56 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24,
58 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24,
92 format = VaFourccToPipeFormat(formats[i].fourcc);
131 switch (format->fourcc) {
264 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format);
276 if (img->format.fourcc == formats[i].fourcc) {
293 switch (img->format.fourcc) {
482 format = VaFourccToPipeFormat(vaimage->format.fourcc);
518 if (vaimage->format.fourcc == VA_FOURCC('I','4','2','0')) {
614 format = VaFourccToPipeFormat(vaimage->format.fourcc);
652 if (vaimage->format.fourcc == VA_FOURCC('I','4','2','0')) {