HomeSort by relevance Sort by last modified time
    Searched refs:CreateEmptyFrame (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 32 EXPECT_EQ(-1, frame.CreateEmptyFrame(0, 10, 10, 14, 14));
33 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, -1, 10, 90, 14));
34 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 0, 14, 18));
35 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 10, -2, 13));
36 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 10, 14, 0));
37 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90));
45 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90));
62 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220));
78 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220));
95 EXPECT_EQ(0, frame1.CreateEmptyFrame(width, height
    [all...]
texture_video_frame.cc 31 int TextureVideoFrame::CreateEmptyFrame(int width,
i420_video_frame.cc 28 int I420VideoFrame::CreateEmptyFrame(int width, int height,
  /external/chromium_org/third_party/webrtc/test/
fake_decoder.cc 25 frame_.CreateEmptyFrame(static_cast<int>(width),
frame_generator.cc 31 frame_.CreateEmptyFrame(static_cast<int>(width_),
77 frame_.CreateEmptyFrame(static_cast<int>(width_),
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 146 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_, width_,
170 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y,
284 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_,
310 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(rotated_width,
321 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(width_, height_,
338 test_frame.CreateEmptyFrame(width, height, width,
346 in_frame.CreateEmptyFrame(width, height, width,
357 out_frame.CreateEmptyFrame(width, height, width,
scaler.cc 58 dst_frame->CreateEmptyFrame(dst_width_, dst_height_,
  /external/chromium_org/third_party/webrtc/common_video/interface/
i420_video_frame.h 50 // CreateEmptyFrame: Sets frame dimensions and allocates buffers based
55 virtual int CreateEmptyFrame(int width, int height,
texture_video_frame.h 35 virtual int CreateEmptyFrame(int width,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_file_image.cc 75 video_frame->CreateEmptyFrame(picture.width, picture.height,
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
color_enhancement_test.cc 85 refVideoFrame.CreateEmptyFrame(width_, height_,
124 testVideoFrame.CreateEmptyFrame(width_, height_,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 85 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
videoframe.h 188 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 125 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) {
webrtctexturevideoframe.h 98 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
webrtcvideoframe.h 117 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
webrtctexturevideoframe.cc 176 VideoFrame* WebRtcTextureVideoFrame::CreateEmptyFrame(
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 317 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
391 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
469 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
471 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width);
473 videoFrame2.CreateEmptyFrame(width, height, width, half_width, half_width);
475 videoFrame3.CreateEmptyFrame(width, height, width, half_width, half_width);
551 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.cc 122 _inputVideoBuffer.CreateEmptyFrame(_width, _height,
124 _decodedVideoBuffer.CreateEmptyFrame(_width, _height,
  /external/chromium_org/third_party/webrtc/test/testsupport/metrics/
video_metrics.cc 119 ref_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
120 test_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
  /external/chromium_org/third_party/webrtc/modules/video_render/
video_render_frames.cc 91 frame_to_add->CreateEmptyFrame(new_frame->width(), new_frame->height(),
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.cc 299 int ret = _captureFrame.CreateEmptyFrame(target_width,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 205 _decodedImage.CreateEmptyFrame(_width, _height,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 131 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 158 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width);

Completed in 229 milliseconds

1 2