OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetInputFrameResampleMode
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
spatial_resampler.h
28
virtual void
SetInputFrameResampleMode
(
43
virtual void
SetInputFrameResampleMode
(VideoFrameResampling resampling_mode);
frame_preprocessor.h
38
void
SetInputFrameResampleMode
(VideoFrameResampling resampling_mode);
video_processing_impl.h
33
void
SetInputFrameResampleMode
(VideoFrameResampling resampling_mode) override;
frame_preprocessor.cc
51
void VPMFramePreprocessor::
SetInputFrameResampleMode
(
53
spatial_resampler_->
SetInputFrameResampleMode
(resampling_mode);
spatial_resampler.cc
37
void VPMSimpleSpatialResampler::
SetInputFrameResampleMode
(
video_processing_impl.cc
125
void VideoProcessingImpl::
SetInputFrameResampleMode
(
128
frame_pre_processor_.
SetInputFrameResampleMode
(resampling_mode);
/external/webrtc/webrtc/modules/video_processing/include/
video_processing.h
90
virtual void
SetInputFrameResampleMode
(
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
207
vp_->
SetInputFrameResampleMode
(kNoRescaling);
211
vp_->
SetInputFrameResampleMode
(kFastRescaling);
215
vp_->
SetInputFrameResampleMode
(kNoRescaling);
356
vpm->
SetInputFrameResampleMode
(kBox);
Completed in 61 milliseconds