/external/chromium_org/third_party/webrtc/common_video/ |
D | i420_video_frame_unittest.cc | 32 EXPECT_EQ(-1, frame.CreateEmptyFrame(0, 10, 10, 14, 14)); in TEST() 33 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, -1, 10, 90, 14)); in TEST() 34 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 0, 14, 18)); in TEST() 35 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 10, -2, 13)); in TEST() 36 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 10, 14, 0)); in TEST() 37 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90)); in TEST() 45 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90)); in TEST() 62 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220)); in TEST() 78 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220)); in TEST() 95 EXPECT_EQ(0, frame1.CreateEmptyFrame(width, height, in TEST() [all …]
|
D | texture_video_frame.cc | 31 int TextureVideoFrame::CreateEmptyFrame(int width, in CreateEmptyFrame() function in webrtc::TextureVideoFrame
|
D | i420_video_frame.cc | 28 int I420VideoFrame::CreateEmptyFrame(int width, int height, in CreateEmptyFrame() function in webrtc::I420VideoFrame
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 146 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_, width_, in TEST_F() 170 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y, in TEST_F() 284 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_, in TEST_F() 310 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(rotated_width, in TEST_F() 321 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(width_, height_, in TEST_F() 338 test_frame.CreateEmptyFrame(width, height, width, in TEST_F() 346 in_frame.CreateEmptyFrame(width, height, width, in TEST_F() 357 out_frame.CreateEmptyFrame(width, height, width, in TEST_F()
|
D | scaler.cc | 58 dst_frame->CreateEmptyFrame(dst_width_, dst_height_, in Scale()
|
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/ |
D | testAPI.cc | 317 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestSingleStream() 391 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestBitmapText() 469 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams() 471 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams() 473 videoFrame2.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams() 475 videoFrame3.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams() 551 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestExternalRender()
|
/external/chromium_org/third_party/webrtc/test/ |
D | frame_generator.cc | 31 frame_.CreateEmptyFrame(static_cast<int>(width_), in NextFrame() 77 frame_.CreateEmptyFrame(static_cast<int>(width_), in NextFrame()
|
D | fake_decoder.cc | 25 frame_.CreateEmptyFrame(static_cast<int>(width), in InitDecode()
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
D | color_enhancement_test.cc | 85 refVideoFrame.CreateEmptyFrame(width_, height_, in TEST_F() 124 testVideoFrame.CreateEmptyFrame(width_, height_, in TEST_F()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
D | normal_test.cc | 122 _inputVideoBuffer.CreateEmptyFrame(_width, _height, in Perform() 124 _decodedVideoBuffer.CreateEmptyFrame(_width, _height, in Perform()
|
/external/chromium_org/third_party/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/chromium_org/third_party/webrtc/video_engine/ |
D | vie_file_image.cc | 75 video_frame->CreateEmptyFrame(picture.width, picture.height, in ConvertPictureToI420VideoFrame()
|
/external/chromium_org/third_party/webrtc/common_video/interface/ |
D | texture_video_frame.h | 35 virtual int CreateEmptyFrame(int width,
|
D | i420_video_frame.h | 55 virtual int CreateEmptyFrame(int width, int height,
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvideocapturemodule.h | 125 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) { in SendFrame()
|
D | webrtctexturevideoframe.cc | 176 VideoFrame* WebRtcTextureVideoFrame::CreateEmptyFrame( in CreateEmptyFrame() function in cricket::WebRtcTextureVideoFrame
|
D | webrtctexturevideoframe.h | 98 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
|
D | webrtcvideoframe.h | 117 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | nullvideoframe.h | 85 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width, in CreateEmptyFrame() function
|
D | videoframe.h | 188 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
|
/external/chromium_org/third_party/webrtc/modules/video_render/ |
D | video_render_frames.cc | 91 frame_to_add->CreateEmptyFrame(new_frame->width(), new_frame->height(), in AddFrame()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/ |
D | i420.cc | 205 _decodedImage.CreateEmptyFrame(_width, _height, in Decode()
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
D | tb_I420_codec.cc | 232 _decodedImage.CreateEmptyFrame(_width, _height, in InitDecode()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 158 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in SequenceCoder()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 131 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height, in SetUp()
|