Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c581 VASurfaceAttrib forcc; in tinyjpeg_decode() local
582 forcc.type =VASurfaceAttribPixelFormat; in tinyjpeg_decode()
583 forcc.flags=VA_SURFACE_ATTRIB_SETTABLE; in tinyjpeg_decode()
584 forcc.value.type=VAGenericValueTypeInteger; in tinyjpeg_decode()
643 forcc.value.value.i = VA_FOURCC_IMC3; in tinyjpeg_decode()
651 forcc.value.value.i = VA_FOURCC_422H; in tinyjpeg_decode()
658 forcc.value.value.i = VA_FOURCC_444P; in tinyjpeg_decode()
666 forcc.value.value.i = VA_FOURCC_411P; in tinyjpeg_decode()
674 forcc.value.value.i = VA_FOURCC_422V; in tinyjpeg_decode()
682 forcc.value.value.i = VA_FOURCC_422H; in tinyjpeg_decode()
[all …]