Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/webrtc/common_video/
Di420_video_frame_unittest.cc32 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 …]
Dtexture_video_frame.cc31 int TextureVideoFrame::CreateEmptyFrame(int width, in CreateEmptyFrame() function in webrtc::TextureVideoFrame
Di420_video_frame.cc28 int I420VideoFrame::CreateEmptyFrame(int width, int height, in CreateEmptyFrame() function in webrtc::I420VideoFrame
/external/chromium_org/third_party/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc146 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()
Dscaler.cc58 dst_frame->CreateEmptyFrame(dst_width_, dst_height_, in Scale()
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc317 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/
Dframe_generator.cc31 frame_.CreateEmptyFrame(static_cast<int>(width_), in NextFrame()
77 frame_.CreateEmptyFrame(static_cast<int>(width_), in NextFrame()
Dfake_decoder.cc25 frame_.CreateEmptyFrame(static_cast<int>(width), in InitDecode()
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
Dcolor_enhancement_test.cc85 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/
Dnormal_test.cc122 _inputVideoBuffer.CreateEmptyFrame(_width, _height, in Perform()
124 _decodedVideoBuffer.CreateEmptyFrame(_width, _height, in Perform()
/external/chromium_org/third_party/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/chromium_org/third_party/webrtc/video_engine/
Dvie_file_image.cc75 video_frame->CreateEmptyFrame(picture.width, picture.height, in ConvertPictureToI420VideoFrame()
/external/chromium_org/third_party/webrtc/common_video/interface/
Dtexture_video_frame.h35 virtual int CreateEmptyFrame(int width,
Di420_video_frame.h55 virtual int CreateEmptyFrame(int width, int height,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideocapturemodule.h125 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) { in SendFrame()
Dwebrtctexturevideoframe.cc176 VideoFrame* WebRtcTextureVideoFrame::CreateEmptyFrame( in CreateEmptyFrame() function in cricket::WebRtcTextureVideoFrame
Dwebrtctexturevideoframe.h98 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
Dwebrtcvideoframe.h117 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h85 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width, in CreateEmptyFrame() function
Dvideoframe.h188 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
/external/chromium_org/third_party/webrtc/modules/video_render/
Dvideo_render_frames.cc91 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/
Di420.cc205 _decodedImage.CreateEmptyFrame(_width, _height, in Decode()
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_I420_codec.cc232 _decodedImage.CreateEmptyFrame(_width, _height, in InitDecode()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc158 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in SequenceCoder()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc131 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height, in SetUp()

12