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

  /frameworks/av/media/libaah_rtp/
aah_rx_player_substream.cpp 468 switch (codec_type_) {
479 " type (%u)", codec_type_);
648 if (codec_type != codec_type_) {
651 ssrc_, codec_type, codec_type_);
671 codec_type_ = codec_type;
aah_rx_player.h 238 uint8_t codec_type_; member in class:android::AAH_RXPlayer::Substream
  /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...]

Completed in 987 milliseconds