OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDecimatedFrameRate
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
video_decimator.h
35
uint32_t
GetDecimatedFrameRate
();
frame_preprocessor.h
57
uint32_t
GetDecimatedFrameRate
();
video_processing_impl.h
39
uint32_t
GetDecimatedFrameRate
() override;
frame_preprocessor.cc
85
uint32_t VPMFramePreprocessor::
GetDecimatedFrameRate
() {
86
return vd_->
GetDecimatedFrameRate
();
video_processing_impl.cc
143
uint32_t VideoProcessingImpl::
GetDecimatedFrameRate
() {
145
return frame_pre_processor_.
GetDecimatedFrameRate
();
video_decimator.cc
97
uint32_t VPMVideoDecimator::
GetDecimatedFrameRate
() {
/external/webrtc/webrtc/modules/video_processing/include/
video_processing.h
84
virtual uint32_t
GetDecimatedFrameRate
() = 0;
Completed in 277 milliseconds