Searched refs:ProcessFrame (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
H A Dbrightness_detection.h25 int32_t ProcessFrame(const VideoFrame& frame,
H A Ddeflickering.h27 int32_t ProcessFrame(VideoFrame* frame, VideoProcessing::FrameStats* stats);
H A Dvideo_processing_impl.cc111 return deflickering_.ProcessFrame(frame, stats);
117 return brightness_detection_.ProcessFrame(frame, stats);
H A Dbrightness_detection.cc30 int32_t VPMBrightnessDetection::ProcessFrame( function in class:webrtc::VPMBrightnessDetection
H A Ddeflickering.cc84 int32_t VPMDeflickering::ProcessFrame(VideoFrame* frame, function in class:webrtc::VPMDeflickering
/external/webrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_unittest.cc75 TEST_F(VideoProcessorTest, ProcessFrame) {
85 video_processor.ProcessFrame(0);
H A Dvideoprocessor.h141 virtual bool ProcessFrame(int frame_number) = 0;
171 bool ProcessFrame(int frame_number) override;
H A Dvideoprocessor.cc182 bool VideoProcessorImpl::ProcessFrame(int frame_number) { function in class:webrtc::test::VideoProcessorImpl
H A Dvideoprocessor_integrationtest.cc448 while (processor_->ProcessFrame(frame_number) &&
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc515 while (processor->ProcessFrame(frame_number)) {

Completed in 212 milliseconds