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.cc173 return kDecoderNotFound; in Remove()
206 return kDecoderNotFound; in SetActiveDecoder()
238 return kDecoderNotFound; in SetActiveCngDecoder()
298 return kDecoderNotFound; in CheckPayloadTypes()
Ddecoder_database_unittest.cc164 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
231 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()
233 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, db.SetActiveCngDecoder(17)); in TEST()
Ddecoder_database.h35 kDecoderNotFound = -5, enumerator
Dneteq_impl.h77 kDecoderNotFound, enumerator
Dneteq_impl.cc324 if (ret == DecoderDatabase::kOK || ret == DecoderDatabase::kDecoderNotFound) { in RemovePayloadType()
627 DecoderDatabase::kDecoderNotFound) { in InsertPacketInternal()
1372 return kDecoderNotFound; in Decode()
1385 return kDecoderNotFound; in Decode()
Dneteq_impl_unittest.cc274 .WillOnce(Return(DecoderDatabase::kDecoderNotFound)); in TEST_F()