OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hascodec1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.h
122
virtual bool
HasCodec1
(const VideoCodec& codec) = 0;
252
virtual bool
HasCodec1
(const VideoCodec& codec) {
hybridvideoengine.cc
315
if (engine_->
HasCodec1
(codecs[0])) {
339
if (engine_->
HasCodec1
(codecs[i])) {
Completed in 175 milliseconds