Home
last modified time | relevance | path

Searched refs:RegistrationResult (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcodec_manager.cc87 case RentACodec::RegistrationResult::kOk: in RegisterEncoder()
89 case RentACodec::RegistrationResult::kBadFreq: in RegisterEncoder()
94 case RentACodec::RegistrationResult::kSkip: in RegisterEncoder()
99 case RentACodec::RegistrationResult::kOk: in RegisterEncoder()
101 case RentACodec::RegistrationResult::kBadFreq: in RegisterEncoder()
106 case RentACodec::RegistrationResult::kSkip: in RegisterEncoder()
Drent_a_codec.cc112 RentACodec::RegistrationResult RentACodec::RegisterCngPayloadType( in RegisterCngPayloadType()
116 return RegistrationResult::kSkip; in RegisterCngPayloadType()
123 return RegistrationResult::kOk; in RegisterCngPayloadType()
125 return RegistrationResult::kBadFreq; in RegisterCngPayloadType()
129 RentACodec::RegistrationResult RentACodec::RegisterRedPayloadType( in RegisterRedPayloadType()
133 return RegistrationResult::kSkip; in RegisterRedPayloadType()
137 return RegistrationResult::kOk; in RegisterRedPayloadType()
139 return RegistrationResult::kBadFreq; in RegisterRedPayloadType()
Drent_a_codec.h190 enum class RegistrationResult { kOk, kSkip, kBadFreq }; enum
191 static RegistrationResult RegisterCngPayloadType(std::map<int, int>* pt_map,
193 static RegistrationResult RegisterRedPayloadType(std::map<int, int>* pt_map,