Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/speech/endpointer/
Dendpointer_unittest.cc24 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/
Dvideoprocessor_unittest.cc81 TEST_F(VideoProcessorTest, ProcessFrame) { in TEST_F() argument
95 video_processor.ProcessFrame(0); in TEST_F()
Dvideoprocessor.h140 virtual bool ProcessFrame(int frame_number) = 0;
167 virtual bool ProcessFrame(int frame_number) OVERRIDE;
Dvideoprocessor.cc172 bool VideoProcessorImpl::ProcessFrame(int frame_number) { in ProcessFrame() function in webrtc::test::VideoProcessorImpl
Dvideoprocessor_integrationtest.cc432 while (processor_->ProcessFrame(frame_number) && in ProcessFramesAndVerify()
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dvideo_processing_impl.cc146 return deflickering_.ProcessFrame(frame, stats); in Deflickering()
151 return denoising_.ProcessFrame(frame); in Denoising()
158 return brightness_detection_.ProcessFrame(frame, stats); in BrightnessDetection()
Dbrightness_detection.h28 int32_t ProcessFrame(const I420VideoFrame& frame,
Ddenoising.h28 int32_t ProcessFrame(I420VideoFrame* frame);
Ddeflickering.h29 int32_t ProcessFrame(I420VideoFrame* frame,
Dbrightness_detection.cc35 int32_t VPMBrightnessDetection::ProcessFrame( in ProcessFrame() function in webrtc::VPMBrightnessDetection
Ddenoising.cc68 int32_t VPMDenoising::ProcessFrame(I420VideoFrame* frame) { in ProcessFrame() function in webrtc::VPMDenoising
Ddeflickering.cc88 int32_t VPMDeflickering::ProcessFrame(I420VideoFrame* frame, in ProcessFrame() function in webrtc::VPMDeflickering
/external/chromium_org/media/filters/
Dframe_processor.h38 bool ProcessFrame(const scoped_refptr<StreamParserBuffer>& frame,
Dframe_processor.cc64 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/
Dvideo_quality_measurement.cc487 while (processor->ProcessFrame(frame_number)) { in main()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc772 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()