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

1 2

  /external/webrtc/webrtc/common_video/
i420_video_frame_unittest.cc 44 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90));
57 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220));
82 EXPECT_EQ(0, small_frame.CreateEmptyFrame(width, height,
108 EXPECT_EQ(0, small_frame.CreateEmptyFrame(width, height,
175 ASSERT_EQ(frame.CreateEmptyFrame(5, 5, 5, 5, 5), 0);
196 EXPECT_EQ(0, frame2.CreateEmptyFrame(width, height,
219 frame.CreateEmptyFrame(640, 320, 640, 320, 320);
223 frame.CreateEmptyFrame(640, 320, 640, 320, 320);
231 frame1.CreateEmptyFrame(640, 320, 640, 320, 320);
237 frame1.CreateEmptyFrame(640, 320, 640, 320, 320)
    [all...]
video_frame.cc 59 int VideoFrame::CreateEmptyFrame(int width,
117 CreateEmptyFrame(width, height, stride_y, stride_u, stride_v);
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 114 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) {
webrtcvideoframe.h 131 VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
webrtcvideoframe.cc 249 VideoFrame* WebRtcVideoFrame::CreateEmptyFrame(
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height,
webrtcvideoframe_unittest.cc 40 virtual VideoFrame* CreateEmptyFrame(int w,
  /external/webrtc/webrtc/test/
fake_decoder.cc 25 frame_.CreateEmptyFrame(static_cast<int>(width),
frame_generator.cc 33 frame_.CreateEmptyFrame(static_cast<int>(width_),
108 last_read_frame_.CreateEmptyFrame(
156 current_frame_.CreateEmptyFrame(static_cast<int>(target_width),
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 145 EXPECT_EQ(0, res_i420_frame.CreateEmptyFrame(width_, height_, width_,
168 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y,
284 EXPECT_EQ(0, res_i420_frame.CreateEmptyFrame(width_, height_,
309 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(rotated_width,
318 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(width_, height_,
scaler_unittest.cc 66 test_frame_.CreateEmptyFrame(width_, height_,
315 in_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
316 out_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 309 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
383 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
461 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
463 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width);
465 videoFrame2.CreateEmptyFrame(width, height, width, half_width, half_width);
467 videoFrame3.CreateEmptyFrame(width, height, width, half_width, half_width);
543 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
  /external/webrtc/talk/media/base/
videoframe.h 212 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
videoframe.cc 221 VideoFrame* dest = CreateEmptyFrame(static_cast<int>(dst_width),
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler_unittest.cc 47 input_frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, kHalfWidth,
234 input_frame_.CreateEmptyFrame(kOddWidth, kOddHeight, kOddWidth, kHalfOddWidth,
240 input_frame_.CreateEmptyFrame(width, height, width, (width + 1) / 2,
373 input_frame_.CreateEmptyFrame(input_width, input_height, input_width,
  /external/webrtc/webrtc/
video_frame.h 33 // CreateEmptyFrame: Sets frame dimensions and allocates buffers based
38 int CreateEmptyFrame(int width,
  /external/webrtc/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/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 72 ASSERT_EQ(0, video_frame_.CreateEmptyFrame(width_, height_, width_,
340 cropped_frame->CreateEmptyFrame(cropped_width, cropped_height, cropped_width,
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 283 int ret = _captureFrame.CreateEmptyFrame(target_width,
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 311 input_frame_.CreateEmptyFrame(kDefaultWidth, kDefaultHeight, kDefaultWidth,
561 input_frame_.CreateEmptyFrame(settings_.width, settings_.height,
602 input_frame_.CreateEmptyFrame(settings_.width, settings_.height,
    [all...]
vp8_sequence_coder.cc 163 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
simulcast_encoder_adapter.cc 291 dst_frame.CreateEmptyFrame(dst_width, dst_height, dst_width,
  /external/webrtc/webrtc/video/
video_encoder_unittest.cc 108 frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, (kWidth + 1) / 2,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 140 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height,
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 74 frame_->CreateEmptyFrame(width_, height_, width_, (width_ + 1) / 2,

Completed in 664 milliseconds

1 2