Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddecoder_database.cc164 return kDecoderNotFound; in Remove()
197 return kDecoderNotFound; in SetActiveDecoder()
229 return kDecoderNotFound; in SetActiveCngDecoder()
279 return kDecoderNotFound; in CheckPayloadTypes()
Ddecoder_database_unittest.cc156 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
223 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
225 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, db.SetActiveCngDecoder(17)); in TEST()
Ddecoder_database.h35 kDecoderNotFound = -5, enumerator
Dneteq_impl.cc285 if (ret == DecoderDatabase::kOK || ret == DecoderDatabase::kDecoderNotFound) { in RemovePayloadType()
579 DecoderDatabase::kDecoderNotFound) { in InsertPacketInternal()
1336 return kDecoderNotFound; in Decode()
1349 return kDecoderNotFound; in Decode()
Dneteq_impl.h76 kDecoderNotFound, enumerator
Dneteq_impl_unittest.cc276 .WillOnce(Return(DecoderDatabase::kDecoderNotFound)); in TEST_F()