Home
last modified time | relevance | path

Searched refs:ca_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dframe_preprocessor.cc22 ca_ = new VPMContentAnalysis(true); in VPMFramePreprocessor()
29 delete ca_; in ~VPMFramePreprocessor()
39 ca_->Release(); in Reset()
123 content_metrics_ = ca_->ComputeContentMetrics(frame); in PreprocessFrame()
125 content_metrics_ = ca_->ComputeContentMetrics(resampled_frame_); in PreprocessFrame()
Dframe_preprocessor.h70 VPMContentAnalysis* ca_; variable