HomeSort by relevance Sort by last modified time
    Searched refs:kH264CodecName (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/media/webrtc/
constants.h 36 extern const char kH264CodecName[];
webrtcvideoengine2.cc 157 if (CodecNamesEq(codec_name, kH264CodecName)) {
292 return CodecNamesEq(codec_name, kH264CodecName) ||
336 if (CodecIsInternallySupported(kH264CodecName)) {
338 kH264CodecName));
    [all...]
  /external/webrtc/talk/media/base/
constants.cc 136 const char kH264CodecName[] = "H264";
constants.h 169 extern const char kH264CodecName[];

Completed in 140 milliseconds