Home
last modified time | relevance | path

Searched refs:PreprocessFrame (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
Dvideo_processing_unittest.cc123 EXPECT_EQ(VPM_PARAMETER_ERROR, vpm_->PreprocessFrame(video_frame_, in TEST_F()
211 EXPECT_EQ(VPM_OK, vpm_->PreprocessFrame(video_frame_, &out_frame)); in TEST_F()
219 EXPECT_EQ(VPM_OK, vpm_->PreprocessFrame(video_frame_, &out_frame)); in TEST_F()
301 ASSERT_EQ(VPM_OK, vpm->PreprocessFrame(source_frame, &out_frame)); in TestSize()
337 ASSERT_EQ(VPM_OK, vpm->PreprocessFrame(resampled_source_frame, in TestSize()
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dframe_preprocessor.h57 int32_t PreprocessFrame(const I420VideoFrame& frame,
Dvideo_processing_impl.cc196 int32_t VideoProcessingModuleImpl::PreprocessFrame( in PreprocessFrame() function in webrtc::VideoProcessingModuleImpl
200 return frame_pre_processor_.PreprocessFrame(frame, processed_frame); in PreprocessFrame()
Dvideo_processing_impl.h69 virtual int32_t PreprocessFrame(const I420VideoFrame& frame,
Dframe_preprocessor.cc96 int32_t VPMFramePreprocessor::PreprocessFrame(const I420VideoFrame& frame, in PreprocessFrame() function in webrtc::VPMFramePreprocessor
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
Dvideo_processing.h273 virtual int32_t PreprocessFrame(const I420VideoFrame& frame,
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dquality_modes_test.cc279 ret = _vpm->PreprocessFrame(sourceFrame, &decimatedFrame); in Perform()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc535 const int ret = vpm_.PreprocessFrame(*video_frame, &decimated_frame); in DeliverFrame()