OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDecimatedWidth
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.h
58
uint32_t
GetDecimatedWidth
() const;
video_processing_impl.h
40
uint32_t
GetDecimatedWidth
() const override;
video_processing_impl.cc
148
uint32_t VideoProcessingImpl::
GetDecimatedWidth
() const {
150
return frame_pre_processor_.
GetDecimatedWidth
();
frame_preprocessor.cc
89
uint32_t VPMFramePreprocessor::
GetDecimatedWidth
() const {
/external/webrtc/webrtc/modules/video_processing/include/
video_processing.h
85
virtual uint32_t
GetDecimatedWidth
() const = 0;
Completed in 180 milliseconds