Home | History | Annotate | Download | only in va

Lines Matching full:fourcc

48    {.fourcc = VA_FOURCC('B','G','R','A'), .byte_order = VA_LSB_FIRST, 32, 32,
50 {.fourcc = VA_FOURCC('R','G','B','A'), .byte_order = VA_LSB_FIRST, 32, 32,
52 {.fourcc = VA_FOURCC('B','G','R','X'), .byte_order = VA_LSB_FIRST, 32, 24,
54 {.fourcc = VA_FOURCC('R','G','B','X'), .byte_order = VA_LSB_FIRST, 32, 24,
88 format = VaFourccToPipeFormat(formats[i].fourcc);
127 switch (format->fourcc) {
214 img->format.fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format);
224 if (img->format.fourcc == formats[i].fourcc) {
230 switch (img->format.fourcc) {
350 format = VaFourccToPipeFormat(vaimage->format.fourcc);
379 if (vaimage->format.fourcc == VA_FOURCC('I','4','2','0')) {
467 format = VaFourccToPipeFormat(vaimage->format.fourcc);
503 if (vaimage->format.fourcc == VA_FOURCC('I','4','2','0')) {