Searched refs:RegistrationResult (Results 1 – 3 of 3) sorted by relevance
87 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()
112 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()
190 enum class RegistrationResult { kOk, kSkip, kBadFreq }; enum191 static RegistrationResult RegisterCngPayloadType(std::map<int, int>* pt_map,193 static RegistrationResult RegisterRedPayloadType(std::map<int, int>* pt_map,