Home
last modified time | relevance | path

Searched refs:GetContentMetrics (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc169 VideoContentMetrics* VideoProcessingImpl::GetContentMetrics() const { in GetContentMetrics() function in webrtc::VideoProcessingImpl
171 return frame_pre_processor_.GetContentMetrics(); in GetContentMetrics()
Dframe_preprocessor.h64 VideoContentMetrics* GetContentMetrics() const;
Dvideo_processing_impl.h44 VideoContentMetrics* GetContentMetrics() const override;
Dframe_preprocessor.cc137 VideoContentMetrics* VPMFramePreprocessor::GetContentMetrics() const { in GetContentMetrics() function in webrtc::VPMFramePreprocessor
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h96 virtual VideoContentMetrics* GetContentMetrics() const = 0;
/external/webrtc/webrtc/video/
Dvie_encoder.cc397 vcm_->AddVideoFrame(*frame_to_send, vp_->GetContentMetrics(), in DeliverFrame()