Searched refs:ProcessFrame (Results 1 – 10 of 10) sorted by relevance
75 TEST_F(VideoProcessorTest, ProcessFrame) { in TEST_F() argument85 video_processor.ProcessFrame(0); in TEST_F()
141 virtual bool ProcessFrame(int frame_number) = 0;171 bool ProcessFrame(int frame_number) override;
182 bool VideoProcessorImpl::ProcessFrame(int frame_number) { in ProcessFrame() function in webrtc::test::VideoProcessorImpl
448 while (processor_->ProcessFrame(frame_number) && in ProcessFramesAndVerify()
111 return deflickering_.ProcessFrame(frame, stats); in Deflickering()117 return brightness_detection_.ProcessFrame(frame, stats); in BrightnessDetection()
25 int32_t ProcessFrame(const VideoFrame& frame,
27 int32_t ProcessFrame(VideoFrame* frame, VideoProcessing::FrameStats* stats);
30 int32_t VPMBrightnessDetection::ProcessFrame( in ProcessFrame() function in webrtc::VPMBrightnessDetection
84 int32_t VPMDeflickering::ProcessFrame(VideoFrame* frame, in ProcessFrame() function in webrtc::VPMDeflickering
515 while (processor->ProcessFrame(frame_number)) { in main()