Home
last modified time | relevance | path

Searched refs:MatchesCurrentResolution (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.h125 bool MatchesCurrentResolution(int width, int height) const;
Dvideo_sender.cc283 if (!_codecDataBase.MatchesCurrentResolution(videoFrame.width(), in AddVideoFrame()
Dcodec_database.cc525 bool VCMCodecDataBase::MatchesCurrentResolution(int width, int height) const { in MatchesCurrentResolution() function in webrtc::VCMCodecDataBase