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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.h 65 {_codecType = codecType;}
87 RtpVideoCodecTypes _codecType;
119 {_codecType = codecType;}
135 RtpVideoCodecTypes _codecType;
test_callbacks.cc 39 _codecType(kRtpVideoNone)
73 rtpInfo.type.Video.codec = _codecType;
76 switch (_codecType)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.h 113 VideoCodecType _codecType;
generic_encoder.h 131 VideoCodecType _codecType;
generic_decoder.cc 127 _codecType(kVideoCodecUnknown),
140 _codecType = settings->codecType;
generic_encoder.cc 61 _codecType(kVideoCodecUnknown),
89 _codecType = settings->codecType;

Completed in 212 milliseconds