Home
last modified time | relevance | path

Searched refs:requested_codec (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.cc73 const VideoCodec& requested_codec, in FindFirstMatchingCodec() argument
76 if (requested_codec.Matches(codecs[i])) { in FindFirstMatchingCodec()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DOptimize.py3073 requested_codec = codecs.getencoder(encoding)
3077 if codec == requested_codec: