Searched defs:YV12 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dyuv_convert.h28 YV12 = 1, // YV12 is half width and half height chroma channels. enumerator in enum:media::YUVType
55 // Pass in YV16/YV12 depending on source format
99 // Biliner Scale a frame of YV12 to 32 bits ARGB on a specified rectangle.
H A Dvideo_frame.h43 YV12 = 1, // 12bpp YVU planar 1x1 Y, 2x2 VU samples enumerator in enum:media::VideoFrame::Format
51 YV12J = 7, // JPEG color range version of YV12
181 // Allocates YV12 frame based on |size|, and sets its data to the YUV(y,u,v).
187 // Allocates YV12 frame based on |size|, and sets its data to the YUV

Completed in 64 milliseconds