Home
last modified time | relevance | path

Searched refs:kDecoderNotFound (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecoder_database.cc90 return kDecoderNotFound; in Remove()
179 return kDecoderNotFound; in SetActiveDecoder()
192 return kDecoderNotFound; in SetActiveDecoder()
219 return kDecoderNotFound; in SetActiveCngDecoder()
227 return kDecoderNotFound; in SetActiveCngDecoder()
255 return kDecoderNotFound; in CheckPayloadTypes()
Ddecoder_database_unittest.cc175 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
244 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
246 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
Ddecoder_database.h34 kDecoderNotFound = -5, enumerator
Dneteq_impl.cc250 } else if (ret == DecoderDatabase::kDecoderNotFound) { in RemovePayloadType()
251 error_code_ = kDecoderNotFound; in RemovePayloadType()
557 DecoderDatabase::kDecoderNotFound) { in InsertPacketInternal()
1216 return kDecoderNotFound; in Decode()
1229 return kDecoderNotFound; in Decode()
Dneteq_impl_unittest.cc253 .WillOnce(Return(DecoderDatabase::kDecoderNotFound)); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/neteq/include/
Dneteq.h117 kDecoderNotFound, enumerator