Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/media/
Dvideo_renderer_impl.cc163 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()
/external/webkit/Source/WebKit/chromium/src/
DVideoFrameChromiumImpl.cpp78 if (format() == YV12 && plane != static_cast<unsigned>(yPlane)) in width()
93 if (format() == YV12 && plane != static_cast<unsigned>(yPlane)) in height()
DAssertMatchingEnums.cpp345 COMPILE_ASSERT_MATCHING_ENUM(WebVideoFrame::FormatYV12, VideoFrameChromium::YV12);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoFrameChromium.h57 YV12, enumerator
DVideoLayerChromium.cpp175 case VideoFrameChromium::YV12: in determineTextureFormat()
231 if (plane == VideoFrameChromium::yPlane && frame->format() == VideoFrameChromium::YV12) { in computeVisibleSize()
/external/chromium/webkit/glue/
Dwebvideoframe_impl.cc40 COMPILE_ASSERT_MATCHING_ENUM(FormatYV12, YV12);
/external/libvpx/examples/
Dtwopass_encoder.txt6 YV12 format, passes it through the encoder twice, and writes the compressed
Dsimple_encoder.txt6 YV12 format, passes it through the encoder, and writes the compressed
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCVideoLayerImpl.cpp90 case VideoFrameChromium::YV12: in draw()
/external/libvpx/
DCHANGELOG94 * For raw I420/YV12 output instead of Y4M, the --i420 or --yv12
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0645445 path is currently never run because the video frames are in YV12