OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesCurrentResolution
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
codec_database.h
125
bool
MatchesCurrentResolution
(int width, int height) const;
video_sender.cc
283
if (!_codecDataBase.
MatchesCurrentResolution
(videoFrame.width(),
codec_database.cc
525
bool VCMCodecDataBase::
MatchesCurrentResolution
(int width, int height) const {
Completed in 54 milliseconds