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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.h 31 codec_type_(codec_type) {
36 VideoCodecType codec_type() const { return codec_type_; }
41 VideoCodecType codec_type_; member in class:webrtc::rtpplayer::PayloadCodecTuple
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
audio_decoder.h 67 : codec_type_(type),
143 enum NetEqDecoder codec_type_; member in class:webrtc::AudioDecoder
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.h 325 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
command_line_interface.cc 706 if (codec_type_.empty()) {
713 codec_type_ = "EmptyMessage";
734 codec_type_.clear();
818 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 294 string codec_type_; member in class:google::protobuf::compiler::CommandLineInterface
command_line_interface.cc 665 if (codec_type_.empty()) {
672 codec_type_ = "EmptyMessage";
693 codec_type_.clear();
770 bool decoding_raw = (mode_ == MODE_DECODE) && codec_type_.empty();
962 codec_type_ = value;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder.cc 54 NetEqDecoder AudioDecoder::codec_type() const { return codec_type_; }
audio_decoder_impl.cc 105 codec_type_ = type; // Changing to actual type here.
106 switch (codec_type_) {
215 codec_type_ = kDecoderISACswb;
221 codec_type_ = kDecoderISACfb;

Completed in 1134 milliseconds