Searched refs:PreprocessFrame (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
D | video_processing_unittest.cc | 123 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/ |
D | frame_preprocessor.h | 57 int32_t PreprocessFrame(const I420VideoFrame& frame,
|
D | video_processing_impl.cc | 196 int32_t VideoProcessingModuleImpl::PreprocessFrame( in PreprocessFrame() function in webrtc::VideoProcessingModuleImpl 200 return frame_pre_processor_.PreprocessFrame(frame, processed_frame); in PreprocessFrame()
|
D | video_processing_impl.h | 69 virtual int32_t PreprocessFrame(const I420VideoFrame& frame,
|
D | frame_preprocessor.cc | 96 int32_t VPMFramePreprocessor::PreprocessFrame(const I420VideoFrame& frame, in PreprocessFrame() function in webrtc::VPMFramePreprocessor
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/ |
D | video_processing.h | 273 virtual int32_t PreprocessFrame(const I420VideoFrame& frame,
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | quality_modes_test.cc | 279 ret = _vpm->PreprocessFrame(sourceFrame, &decimatedFrame); in Perform()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_encoder.cc | 535 const int ret = vpm_.PreprocessFrame(*video_frame, &decimated_frame); in DeliverFrame()
|