Home | History | Annotate | Download | only in putsurface

Lines Matching defs:fourcc

93     unsigned int fourcc;
110 return va_fourcc_map[i].fourcc;
122 if (va_fourcc_map[i].fourcc == format) {
177 lookup_image_format(uint32_t fourcc)
186 if (image_format->fourcc == fourcc)
261 // 1. make sure dst fourcc is supported for vaImage
281 // 3.1 vaSurface with src fourcc
290 // 3.2 vaImage with dst fourcc
292 image_format.fourcc = csc_dst_fourcc;
541 printf(" -1 source format (fourcc) for color conversion test\n");
542 printf(" -2 dest format (fourcc) for color conversion test\n");