Home
last modified time | relevance | path

Searched refs:expected_fourcc (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c837 int expected_fourcc; in vlVaCreateSurfaces2() local
864 expected_fourcc = 0; in vlVaCreateSurfaces2()
876 expected_fourcc = attrib_list[i].value.value.i; in vlVaCreateSurfaces2()
938 expected_fourcc = memory_attribute->pixel_format; in vlVaCreateSurfaces2()
944 expected_fourcc = prime_desc->fourcc; in vlVaCreateSurfaces2()
967 if (expected_fourcc) { in vlVaCreateSurfaces2()
968 enum pipe_format expected_format = VaFourccToPipeFormat(expected_fourcc); in vlVaCreateSurfaces2()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datomsrecovery.c480 skip_atom (MoovRecovFile * moovrf, guint32 expected_fourcc) in skip_atom() argument
487 if (fourcc != expected_fourcc) in skip_atom()