OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDecimatedHeight
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.h
59
uint32_t
GetDecimatedHeight
() const;
video_processing_impl.h
41
uint32_t
GetDecimatedHeight
() const override;
video_processing_impl.cc
153
uint32_t VideoProcessingImpl::
GetDecimatedHeight
() const {
155
return frame_pre_processor_.
GetDecimatedHeight
();
frame_preprocessor.cc
93
uint32_t VPMFramePreprocessor::
GetDecimatedHeight
() const {
/external/webrtc/webrtc/modules/video_processing/include/
video_processing.h
86
virtual uint32_t
GetDecimatedHeight
() const = 0;
Completed in 3361 milliseconds