Lines Matching defs:fourcc
95 unsigned int fourcc;
107 // The map fourcc <-> pix_fmt isn't bijective because of the annoying U/V
149 vaapi_format_from_fourcc(unsigned int fourcc)
153 if (vaapi_format_map[i].fourcc == fourcc)
168 static enum AVPixelFormat vaapi_pix_fmt_from_fourcc(unsigned int fourcc)
171 desc = vaapi_format_from_fourcc(fourcc);
205 unsigned int fourcc;
239 fourcc = attr_list[i].value.value.i;
240 pix_fmt = vaapi_pix_fmt_from_fourcc(fourcc);
278 fourcc = attr_list[i].value.value.i;
279 pix_fmt = vaapi_pix_fmt_from_fourcc(fourcc);
366 unsigned int fourcc;
391 fourcc = image_list[i].fourcc;
392 pix_fmt = vaapi_pix_fmt_from_fourcc(fourcc);
395 fourcc);
398 fourcc, av_get_pix_fmt_name(pix_fmt));
569 .value.value.i = desc->fourcc,
636 if (expected_format->fourcc == test_image.format.fourcc) {
643 expected_format->fourcc, test_image.format.fourcc);
826 if (map->image.format.fourcc != image_format->fourcc) {
829 surface_id, image_format->fourcc, map->image.format.fourcc);
878 desc = vaapi_format_from_fourcc(map->image.format.fourcc);
1117 prime_desc.fourcc = va_fourcc;
1424 mapping->image.format.fourcc)
1429 "VAAPI format %#x.\n", mapping->image.format.fourcc);