HomeSort by relevance Sort by last modified time
    Searched refs:I420 (Results 26 - 42 of 42) sorted by null

12

  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
cast_streaming_apitest.cc 198 video_frame->format() == media::VideoFrame::I420 ||
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc 54 video_frame_format_ = media::VideoFrame::I420;
web_contents_video_capture_device_unittest.cc 323 CHECK_EQ(format, media::VideoFrame::I420);
325 media::VideoFrame::AllocationSize(media::VideoFrame::I420, dimensions);
354 EXPECT_EQ(media::VideoFrame::I420, frame->format());
web_contents_video_capture_device.cc 206 // ARGB. |output| must be YV12 or I420. Colorspace conversion is always done.
482 if (output->format() != media::VideoFrame::I420) {
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder_unittest.cc 21 // [--output_file output.i420] [--md5sum expected_md5_hex]
23 // The input is read from input.h264. The output is written to output.i420 if it
24 // is given. It also verifies the MD5 sum of the decoded I420 data if the
42 // frames (in I420 format) to another file. The output file can be played by
205 media::VideoFrame::CreateFrame(media::VideoFrame::I420,
277 // Convert NV12 to I420 format.
285 LOG(ERROR) << "Cannot convert image to I420.";
v4l2_image_processor.cc 103 DCHECK_EQ(input_format, media::VideoFrame::I420);
video_encode_accelerator_unittest.cc 30 const media::VideoFrame::Format kInputFormat = media::VideoFrame::I420;
67 // - |in_filename| must be an I420 (YUV planar) raw stream
    [all...]
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 398 VideoFrame::I420, size, gfx::Rect(size), size, base::TimeDelta());
638 VideoFrame::I420, size, gfx::Rect(size), size));
641 VideoFrame::I420, size, gfx::Rect(size), size, time_diff);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 123 // YUV testing image (I420/I422/I444).
743 // A common macro for testing converting YUY2/UYVY to I420.
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_host_unittest.cc 69 media::VideoFrame::I420, gfx::Size(width, height));
142 // Use class DumpVideo to write I420 video to file.
  /external/chromium_org/content/renderer/media/
video_capture_impl.cc 212 // The capture pipeline supports only I420 for now.
237 media::VideoFrame::I420,
webmediaplayer_ms.cc 45 frame->format() == media::VideoFrame::I420 ||
  /external/chromium_org/media/base/
video_util.cc 148 frame->format() == VideoFrame::I420);
  /external/chromium_org/media/cast/video_sender/
external_video_encoder.cc 119 media::VideoFrame::I420,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 152 // Write an I420 frame out to disk.
178 // I420 chroma artifacts to easily be seen on the square boundaries.
251 // Converts from the specified colorspace to I420.
481 // Test constructing an image from a I420 buffer.
767 // TODO(fbarchard): Refactor this test to go from Bayer to I420 and
    [all...]
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 193 case media::VideoFrame::I420:
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 588 // Intentionally sets frame format to I420 for testing coverage.
591 media::VideoFrame::I420,
    [all...]

Completed in 1658 milliseconds

12