Lines Matching full:yuv
70 C2D_FORMAT_INTERLACED = (1 << 14), /* YUV line-interlaced */
71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */
131 /* Definitions of supported YUV formats, used in C2D_YUV_SURFACE_DEF.
137 * subsampling in standard YUV notation. The digits in the macropixel
141 * planar YUV formats. Formats are mapped to numbers so that future
142 * versions with various YUV permutations are easy to add.
184 /* derived YUV color formats (base format + mode bits), FOURCC */
302 C2D_SURFACE_YUV_HOST = 3, /* Host memory YUV surface */
303 C2D_SURFACE_YUV_EXT = 4, /* External memory YUV surface */
320 /* Structure for registering a YUV plane(s) as a blit surface */
322 uint32 format; /* YUV color format plus additional mode bits */
325 void *plane0; /* holds the whole buffer if YUV format is not planar */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
331 void *plane2; /* holds the 3. plane, ignored if YUV format is not planar */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
464 * Host memory YUV surface:
470 * External memory YUV surface: