/external/webrtc/webrtc/common_video/ |
D | i420_video_frame_unittest.cc | 44 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()
|
D | video_frame.cc | 59 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/ |
D | testAPI.cc | 309 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/ |
D | libyuv_unittest.cc | 145 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()
|
D | scaler_unittest.cc | 66 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/ |
D | quality_scaler_unittest.cc | 47 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/ |
D | frame_generator.cc | 33 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()
|
D | fake_decoder.cc | 25 frame_.CreateEmptyFrame(static_cast<int>(width), in InitDecode()
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 119 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/ |
D | webrtcvideoframe.cc | 249 VideoFrame* WebRtcVideoFrame::CreateEmptyFrame( in CreateEmptyFrame() function in cricket::WebRtcVideoFrame 294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height, in GetCopyWithRotationApplied()
|
D | fakewebrtcvideocapturemodule.h | 114 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) { in SendFrame()
|
D | webrtcvideoframe.h | 131 VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
|
D | webrtcvideoframe_unittest.cc | 40 virtual VideoFrame* CreateEmptyFrame(int w, in CreateEmptyFrame() function in __anon85e2662c0111::WebRtcVideoTestFrame
|
/external/webrtc/webrtc/ |
D | video_frame.h | 38 int CreateEmptyFrame(int width,
|
/external/webrtc/talk/media/base/ |
D | videoframe.h | 212 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
|
D | videoframe.cc | 221 VideoFrame* dest = CreateEmptyFrame(static_cast<int>(dst_width), in Stretch()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 72 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/ |
D | simulcast_unittest.h | 311 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()
|
D | vp8_sequence_coder.cc | 163 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in SequenceCoder()
|
D | simulcast_encoder_adapter.cc | 291 dst_frame.CreateEmptyFrame(dst_width, dst_height, dst_width, in Encode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
D | i420.cc | 206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width, in Decode()
|
/external/webrtc/webrtc/video/ |
D | video_encoder_unittest.cc | 108 frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, (kWidth + 1) / 2, in EncodeFrame()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 283 int ret = _captureFrame.CreateEmptyFrame(target_width, in IncomingFrame()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 140 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height, in SetUp()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 74 frame_->CreateEmptyFrame(width_, height_, width_, (width_ + 1) / 2, in NextFrame()
|