Home
last modified time | relevance | path

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

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