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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.cc89 return kDecoderNotFound;
179 return kDecoderNotFound;
192 return kDecoderNotFound;
219 return kDecoderNotFound;
227 return kDecoderNotFound;
253 return kDecoderNotFound;
H A Ddecoder_database.h35 kDecoderNotFound = -5, enumerator in enum:webrtc::DecoderDatabase::DatabaseReturnCodes
95 // Returns kDecoderNotFound or kOK depending on the outcome of the operation.
103 // kDecoderNotFound if no entry exists for that value. Note that one
144 // registered in the database. Otherwise, returns kDecoderNotFound.
H A Ddecoder_database_unittest.cc159 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
223 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
225 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
H A Dneteq_impl.cc248 } else if (ret == DecoderDatabase::kDecoderNotFound) {
249 error_code_ = kDecoderNotFound;
506 DecoderDatabase::kDecoderNotFound) {
1122 return kDecoderNotFound;
1134 return kDecoderNotFound;
H A Dneteq_impl_unittest.cc247 .WillOnce(Return(DecoderDatabase::kDecoderNotFound));
248 // Check that kFail is returned when database returns kDecoderNotFound.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
H A Dneteq.h99 kDecoderNotFound, enumerator in enum:webrtc::NetEq::ErrorCodes

Completed in 1425 milliseconds