Searched refs:CodecId (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | rent_a_codec.h | 43 enum class CodecId { enum 146 return static_cast<size_t>(CodecId::kNumCodecs); in NumberOfCodecs() 149 static inline rtc::Optional<int> CodecIndexFromId(CodecId codec_id) { in CodecIndexFromId() 156 static inline rtc::Optional<CodecId> CodecIdFromIndex(int codec_index) { in CodecIdFromIndex() 158 ? rtc::Optional<RentACodec::CodecId>( in CodecIdFromIndex() 159 static_cast<RentACodec::CodecId>(codec_index)) in CodecIdFromIndex() 160 : rtc::Optional<RentACodec::CodecId>(); in CodecIdFromIndex() 163 static rtc::Optional<CodecId> CodecIdByParams(const char* payload_name, 166 static rtc::Optional<CodecInst> CodecInstById(CodecId codec_id); 167 static rtc::Optional<CodecId> CodecIdByInst(const CodecInst& codec_inst); [all …]
|
D | acm_receiver_unittest_oldapi.cc | 39 explicit CodecIdInst(RentACodec::CodecId codec_id) { in CodecIdInst() 116 void AddSetOfCodecs(const RentACodec::CodecId(&ids)[N]) { in AddSetOfCodecs() 201 const CodecIdInst codec1(RentACodec::CodecId::kPCMA); in TEST_F() 227 const CodecIdInst codec1(RentACodec::CodecId::kPCMU); in TEST_F() 228 CodecIdInst codec2(RentACodec::CodecId::kPCMA); in TEST_F() 252 const CodecIdInst codec(RentACodec::CodecId::kPCMA); in TEST_F() 275 const RentACodec::CodecId kCodecId[] = {RentACodec::CodecId::kISAC, in TEST_F() 276 RentACodec::CodecId::kISACSWB}; in TEST_F() 300 const CodecIdInst codec(RentACodec::CodecId::kPCM16Bwb); in TEST_F() 332 const RentACodec::CodecId kCodecId[] = { in TEST_F() [all …]
|
D | acm_codec_database.cc | 225 int codec_id = CodecId(codec_inst); in CodecNumber() 290 int ACMCodecDB::CodecId(const CodecInst& codec_inst) { in CodecId() function in webrtc::acm2::ACMCodecDB 291 return (CodecId(codec_inst.plname, codec_inst.plfreq, in CodecId() 295 int ACMCodecDB::CodecId(const char* payload_name, in CodecId() function in webrtc::acm2::ACMCodecDB 328 return CodecId(codec_inst); in ReceiverCodecNumber()
|
D | rent_a_codec.cc | 45 rtc::Optional<RentACodec::CodecId> RentACodec::CodecIdByParams( in CodecIdByParams() 50 ACMCodecDB::CodecId(payload_name, sampling_freq_hz, channels)); in CodecIdByParams() 53 rtc::Optional<CodecInst> RentACodec::CodecInstById(CodecId codec_id) { in CodecInstById() 59 rtc::Optional<RentACodec::CodecId> RentACodec::CodecIdByInst( in CodecIdByInst() 67 rtc::Optional<CodecId> codec_id = in CodecInstByParams() 85 rtc::Optional<bool> RentACodec::IsSupportedNumChannels(CodecId codec_id, in IsSupportedNumChannels() 100 CodecId codec_id, in NetEqDecoderFromCodecId()
|
D | acm_receiver.cc | 113 return (i && (*i == RentACodec::CodecId::kCNNB || in IsCng() 114 *i == RentACodec::CodecId::kCNWB || in IsCng() 115 *i == RentACodec::CodecId::kCNSWB || in IsCng() 116 *i == RentACodec::CodecId::kCNFB)); in IsCng() 196 *RentACodec::CodecIndexFromId(RentACodec::CodecId::kAVT)) { in InsertPacket() 311 const rtc::Optional<RentACodec::CodecId> cid = in AddCodec() 511 RentACodec::CodecIndexFromId(RentACodec::CodecId::kRED); in RtpHeaderToDecoder()
|
D | acm_codec_database.h | 62 static int CodecId(const CodecInst& codec_inst); 63 static int CodecId(const char* payload_name, int frequency, size_t channels);
|
D | audio_coding_module.cc | 80 rtc::Optional<acm2::RentACodec::CodecId> ci = in Codec()
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 250 BYTE CodecId[CodecIdSize]
|