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

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
brightness_detection.h 28 int32_t ProcessFrame(const I420VideoFrame& frame,
deflickering.h 29 int32_t ProcessFrame(I420VideoFrame* frame,
brightness_detection.cc 35 int32_t VPMBrightnessDetection::ProcessFrame(
video_processing_impl.cc 143 return deflickering_.ProcessFrame(frame, stats);
150 return brightness_detection_.ProcessFrame(frame, stats);
deflickering.cc 89 int32_t VPMDeflickering::ProcessFrame(I420VideoFrame* frame,
  /external/chromium_org/content/browser/speech/endpointer/
endpointer_unittest.cc 24 virtual EpStatus ProcessFrame(int64 time, int16* samples, int frame_size) = 0;
53 EpStatus ep_status = processor->ProcessFrame(time, samples, kFrameSize);
76 virtual EpStatus ProcessFrame(int64 time,
121 virtual EpStatus ProcessFrame(int64 time,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_unittest.cc 81 TEST_F(VideoProcessorTest, ProcessFrame) {
95 video_processor.ProcessFrame(0);
videoprocessor.h 140 virtual bool ProcessFrame(int frame_number) = 0;
167 virtual bool ProcessFrame(int frame_number) OVERRIDE;
videoprocessor.cc 172 bool VideoProcessorImpl::ProcessFrame(int frame_number) {
videoprocessor_integrationtest.cc 432 while (processor_->ProcessFrame(frame_number) &&
    [all...]
  /external/chromium_org/media/filters/
frame_processor.h 132 bool ProcessFrame(const scoped_refptr<StreamParserBuffer>& frame,
frame_processor.cc 203 // Note that ProcessFrame() implements an inner loop for a single frame that
211 if (!ProcessFrame(*frames_itr, append_window_start, append_window_end,
419 bool FrameProcessor::ProcessFrame(
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 487 while (processor->ProcessFrame(frame_number)) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 795 void ProcessFrame(const VideoFrame& original_frame, bool mute,
    [all...]

Completed in 1934 milliseconds