OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDecimatedFrameRate
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.cc
85
uint32_t VPMFramePreprocessor::
GetDecimatedFrameRate
() {
86
return vd_->
GetDecimatedFrameRate
();
video_decimator.cc
97
uint32_t VPMVideoDecimator::
GetDecimatedFrameRate
() {
video_processing_impl.cc
143
uint32_t VideoProcessingImpl::
GetDecimatedFrameRate
() {
145
return frame_pre_processor_.
GetDecimatedFrameRate
();
Completed in 586 milliseconds