Searched refs:CreateEmptyFrame (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame_unittest.cc32 EXPECT_EQ(-1, frame.CreateEmptyFrame(0, 10, 10, 14, 14));
33 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, -1, 10, 90, 14));
34 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 0, 14, 18));
35 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 10, -2, 13));
36 EXPECT_EQ(-1, frame.CreateEmptyFrame(10, 10, 10, 14, 0));
37 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90));
45 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90));
62 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220));
78 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220));
95 EXPECT_EQ(0, frame1.CreateEmptyFrame(widt
[all...]
H A Dtexture_video_frame.cc31 int TextureVideoFrame::CreateEmptyFrame(int width, function in class:webrtc::TextureVideoFrame
H A Di420_video_frame.cc28 int I420VideoFrame::CreateEmptyFrame(int width, int height, function in class:webrtc::I420VideoFrame
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc146 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_, width_,
170 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y,
284 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_,
310 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(rotated_width,
321 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(width_, height_,
338 test_frame.CreateEmptyFrame(width, height, width,
346 in_frame.CreateEmptyFrame(width, height, width,
357 out_frame.CreateEmptyFrame(width, height, width,
H A Dscaler.cc58 dst_frame->CreateEmptyFrame(dst_width_, dst_height_,
/external/chromium_org/third_party/webrtc/test/
H A Dframe_generator.cc31 frame_.CreateEmptyFrame(static_cast<int>(width_),
77 frame_.CreateEmptyFrame(static_cast<int>(width_),
H A Dfake_decoder.cc25 frame_.CreateEmptyFrame(static_cast<int>(width),
/external/chromium_org/third_party/webrtc/common_video/interface/
H A Dtexture_video_frame.h35 virtual int CreateEmptyFrame(int width,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_file_image.cc75 video_frame->CreateEmptyFrame(picture.width, picture.height,
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dcolor_enhancement_test.cc85 refVideoFrame.CreateEmptyFrame(width_, height_,
124 testVideoFrame.CreateEmptyFrame(width_, height_,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h85 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width, function in class:cricket::NullVideoFrame
H A Dvideoframe.h188 virtual VideoFrame *CreateEmptyFrame(int w, int h, size_t pixel_width,
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dquality_scaler_unittest.cc32 input_frame_.CreateEmptyFrame(
170 input_frame_.CreateEmptyFrame(
176 input_frame_.CreateEmptyFrame(
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc312 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
386 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
464 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
466 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width);
468 videoFrame2.CreateEmptyFrame(width, height, width, half_width, half_width);
470 videoFrame3.CreateEmptyFrame(width, height, width, half_width, half_width);
546 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h121 if (sample.CreateEmptyFrame(w, h, w, (w + 1) / 2, (w + 1) / 2) < 0) {
H A Dwebrtctexturevideoframe.cc176 VideoFrame* WebRtcTextureVideoFrame::CreateEmptyFrame( function in class:cricket::WebRtcTextureVideoFrame
H A Dwebrtctexturevideoframe.h98 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
H A Dwebrtcvideoframe.h117 virtual VideoFrame* CreateEmptyFrame(int w, int h, size_t pixel_width,
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h50 // CreateEmptyFrame: Sets frame dimensions and allocates buffers based
55 virtual int CreateEmptyFrame(int width,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_test.cc122 _inputVideoBuffer.CreateEmptyFrame(_width, _height,
124 _decodedVideoBuffer.CreateEmptyFrame(_width, _height,
/external/chromium_org/third_party/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc119 ref_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
120 test_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_frames.cc91 frame_to_add->CreateEmptyFrame(new_frame->width(), new_frame->height(),
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc299 int ret = _captureFrame.CreateEmptyFrame(target_width,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc205 _decodedImage.CreateEmptyFrame(_width, _height,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc131 input_frame_.CreateEmptyFrame(codec_inst_.width, codec_inst_.height,

Completed in 360 milliseconds

12