HomeSort by relevance Sort by last modified time
    Searched refs:ProcessFrame (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/video_processing/
brightness_detection.h 25 int32_t ProcessFrame(const VideoFrame& frame,
deflickering.h 27 int32_t ProcessFrame(VideoFrame* frame, VideoProcessing::FrameStats* stats);
video_processing_impl.cc 111 return deflickering_.ProcessFrame(frame, stats);
117 return brightness_detection_.ProcessFrame(frame, stats);
brightness_detection.cc 30 int32_t VPMBrightnessDetection::ProcessFrame(
deflickering.cc 84 int32_t VPMDeflickering::ProcessFrame(VideoFrame* frame,
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_unittest.cc 75 TEST_F(VideoProcessorTest, ProcessFrame) {
85 video_processor.ProcessFrame(0);
videoprocessor.h 141 virtual bool ProcessFrame(int frame_number) = 0;
171 bool ProcessFrame(int frame_number) override;
videoprocessor.cc 182 bool VideoProcessorImpl::ProcessFrame(int frame_number) {
videoprocessor_integrationtest.cc 448 while (processor_->ProcessFrame(frame_number) &&
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 515 while (processor->ProcessFrame(frame_number)) {

Completed in 236 milliseconds