/external/chromium_org/content/browser/speech/endpointer/ |
D | endpointer_unittest.cc | 24 virtual EpStatus ProcessFrame(int64 time, int16* samples, int frame_size) = 0; 53 EpStatus ep_status = processor->ProcessFrame(time, samples, kFrameSize); in RunEndpointerEventsTest() 76 virtual EpStatus ProcessFrame(int64 time, in ProcessFrame() function in content::EnergyEndpointerFrameProcessor 121 virtual EpStatus ProcessFrame(int64 time, in ProcessFrame() function in content::EndpointerFrameProcessor
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor_unittest.cc | 81 TEST_F(VideoProcessorTest, ProcessFrame) { in TEST_F() argument 95 video_processor.ProcessFrame(0); in TEST_F()
|
D | videoprocessor.h | 140 virtual bool ProcessFrame(int frame_number) = 0; 167 virtual bool ProcessFrame(int frame_number) OVERRIDE;
|
D | videoprocessor.cc | 172 bool VideoProcessorImpl::ProcessFrame(int frame_number) { in ProcessFrame() function in webrtc::test::VideoProcessorImpl
|
D | videoprocessor_integrationtest.cc | 432 while (processor_->ProcessFrame(frame_number) && in ProcessFramesAndVerify()
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
D | video_processing_impl.cc | 146 return deflickering_.ProcessFrame(frame, stats); in Deflickering() 151 return denoising_.ProcessFrame(frame); in Denoising() 158 return brightness_detection_.ProcessFrame(frame, stats); in BrightnessDetection()
|
D | brightness_detection.h | 28 int32_t ProcessFrame(const I420VideoFrame& frame,
|
D | denoising.h | 28 int32_t ProcessFrame(I420VideoFrame* frame);
|
D | deflickering.h | 29 int32_t ProcessFrame(I420VideoFrame* frame,
|
D | brightness_detection.cc | 35 int32_t VPMBrightnessDetection::ProcessFrame( in ProcessFrame() function in webrtc::VPMBrightnessDetection
|
D | denoising.cc | 68 int32_t VPMDenoising::ProcessFrame(I420VideoFrame* frame) { in ProcessFrame() function in webrtc::VPMDenoising
|
D | deflickering.cc | 88 int32_t VPMDeflickering::ProcessFrame(I420VideoFrame* frame, in ProcessFrame() function in webrtc::VPMDeflickering
|
/external/chromium_org/media/filters/ |
D | frame_processor.h | 38 bool ProcessFrame(const scoped_refptr<StreamParserBuffer>& frame,
|
D | frame_processor.cc | 64 if (!ProcessFrame(*frames_itr, append_window_start, append_window_end, in ProcessFrames() 78 bool FrameProcessor::ProcessFrame( in ProcessFrame() function in media::FrameProcessor
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 487 while (processor->ProcessFrame(frame_number)) { in main()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 772 void ProcessFrame(const VideoFrame& original_frame, bool mute, in ProcessFrame() function in cricket::WebRtcVideoChannelSendInfo 3265 send_channel->ProcessFrame(*frame_out, mute, processed_frame.use()); in SendFrame()
|