Searched refs:YV12 (Results 1 – 11 of 11) sorted by relevance
163 DCHECK(video_frame->format() == media::VideoFrame::YV12 || in SlowPaint()170 (video_frame->format() == media::VideoFrame::YV12) ? in SlowPaint()171 media::YV12 : media::YV16; in SlowPaint()204 DCHECK(video_frame->format() == media::VideoFrame::YV12 || in FastPaint()210 media::YUVType yuv_type = (video_frame->format() == media::VideoFrame::YV12) ? in FastPaint()211 media::YV12 : media::YV16; in FastPaint()
78 if (format() == YV12 && plane != static_cast<unsigned>(yPlane)) in width()93 if (format() == YV12 && plane != static_cast<unsigned>(yPlane)) in height()
345 COMPILE_ASSERT_MATCHING_ENUM(WebVideoFrame::FormatYV12, VideoFrameChromium::YV12);
57 YV12, enumerator
175 case VideoFrameChromium::YV12: in determineTextureFormat()231 if (plane == VideoFrameChromium::yPlane && frame->format() == VideoFrameChromium::YV12) { in computeVisibleSize()
40 COMPILE_ASSERT_MATCHING_ENUM(FormatYV12, YV12);
6 YV12 format, passes it through the encoder twice, and writes the compressed
6 YV12 format, passes it through the encoder, and writes the compressed
90 case VideoFrameChromium::YV12: in draw()
94 * For raw I420/YV12 output instead of Y4M, the --i420 or --yv12
45445 path is currently never run because the video frames are in YV12