Home
last modified time | relevance | path

Searched refs:CreateEmptyFrame (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/webrtc/common_video/
Di420_video_frame_unittest.cc44 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90)); in TEST()
57 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220)); in TEST()
82 EXPECT_EQ(0, small_frame.CreateEmptyFrame(width, height, in TEST()
108 EXPECT_EQ(0, small_frame.CreateEmptyFrame(width, height, in TEST()
175 ASSERT_EQ(frame.CreateEmptyFrame(5, 5, 5, 5, 5), 0); in TEST()
196 EXPECT_EQ(0, frame2.CreateEmptyFrame(width, height, in TEST()
219 frame.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
223 frame.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
231 frame1.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
237 frame1.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
Dvideo_frame.cc59 int VideoFrame::CreateEmptyFrame(int width, in CreateEmptyFrame() function in webrtc::VideoFrame
117 CreateEmptyFrame(width, height, stride_y, stride_u, stride_v); in CreateFrame()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc309 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestSingleStream()
383 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestBitmapText()
461 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
463 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
465 videoFrame2.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
467 videoFrame3.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
543 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestExternalRender()
/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc145 EXPECT_EQ(0, res_i420_frame.CreateEmptyFrame(width_, height_, width_, in TEST_F()
168 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y, in TEST_F()
284 EXPECT_EQ(0, res_i420_frame.CreateEmptyFrame(width_, height_, in TEST_F()
309 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(rotated_width, in TEST_F()
318 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(width_, height_, in TEST_F()
Dscaler_unittest.cc66 test_frame_.CreateEmptyFrame(width_, height_, in SetUp()
315 in_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in ComputeAvgSequencePSNR()
316 out_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in ComputeAvgSequencePSNR()
/external/webrtc/webrtc/modules/video_coding/utility/
Dquality_scaler_unittest.cc47 input_frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, kHalfWidth, in QualityScalerTest()
234 input_frame_.CreateEmptyFrame(kOddWidth, kOddHeight, kOddWidth, kHalfOddWidth, in TEST_F()
240 input_frame_.CreateEmptyFrame(width, height, width, (width + 1) / 2, in DoesNotDownscaleFrameDimensions()
373 input_frame_.CreateEmptyFrame(input_width, input_height, input_width, in DownscaleEndsAt()
/external/webrtc/webrtc/test/
Dframe_generator.cc33 frame_.CreateEmptyFrame(static_cast<int>(width_), in NextFrame()
108 last_read_frame_.CreateEmptyFrame( in ReadNextFrame()
156 current_frame_.CreateEmptyFrame(static_cast<int>(target_width), in ScrollingImageFrameGenerator()
Dfake_decoder.cc25 frame_.CreateEmptyFrame(static_cast<int>(width), in InitDecode()
/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc119 ref_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in CalculateMetrics()
120 test_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in CalculateMetrics()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc249 VideoFrame* WebRtcVideoFrame::CreateEmptyFrame( in CreateEmptyFrame() function in cricket::WebRtcVideoFrame
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height, in GetCopyWithRotationApplied()
Dfakewebrtcvideocapturemodule.h114 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) { in SendFrame()
Dwebrtcvideoframe.h131 VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
Dwebrtcvideoframe_unittest.cc40 virtual VideoFrame* CreateEmptyFrame(int w, in CreateEmptyFrame() function in __anon85e2662c0111::WebRtcVideoTestFrame
/external/webrtc/webrtc/
Dvideo_frame.h38 int CreateEmptyFrame(int width,
/external/webrtc/talk/media/base/
Dvideoframe.h212 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
Dvideoframe.cc221 VideoFrame* dest = CreateEmptyFrame(static_cast<int>(dst_width), in Stretch()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc72 ASSERT_EQ(0, video_frame_.CreateEmptyFrame(width_, height_, width_, in SetUp()
340 cropped_frame->CreateEmptyFrame(cropped_width, cropped_height, cropped_width,
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h311 input_frame_.CreateEmptyFrame(kDefaultWidth, kDefaultHeight, kDefaultWidth, in SetUpCodec()
561 input_frame_.CreateEmptyFrame(settings_.width, settings_.height, in SwitchingToOneStream()
602 input_frame_.CreateEmptyFrame(settings_.width, settings_.height, in SwitchingToOneStream()
897 input_frame_.CreateEmptyFrame(kDefaultWidth, kDefaultHeight, stride_y, in TestStrideEncodeDecode()
Dvp8_sequence_coder.cc163 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in SequenceCoder()
Dsimulcast_encoder_adapter.cc291 dst_frame.CreateEmptyFrame(dst_width, dst_height, dst_width, in Encode()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width, in Decode()
/external/webrtc/webrtc/video/
Dvideo_encoder_unittest.cc108 frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, (kWidth + 1) / 2, in EncodeFrame()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc283 int ret = _captureFrame.CreateEmptyFrame(target_width, in IncomingFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc140 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height, in SetUp()
/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender_unittest.cc74 frame_->CreateEmptyFrame(width_, height_, width_, (width_ + 1) / 2, in NextFrame()

12