HomeSort by relevance Sort by last modified time
    Searched refs:kDecoderNotFound (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.cc 90 return kDecoderNotFound;
179 return kDecoderNotFound;
192 return kDecoderNotFound;
219 return kDecoderNotFound;
227 return kDecoderNotFound;
255 return kDecoderNotFound;
decoder_database.h 34 kDecoderNotFound = -5,
100 // Returns kDecoderNotFound or kOK depending on the outcome of the operation.
108 // kDecoderNotFound if no entry exists for that value. Note that one
149 // registered in the database. Otherwise, returns kDecoderNotFound.
decoder_database_unittest.cc 175 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
244 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
246 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
neteq_impl.cc 250 } else if (ret == DecoderDatabase::kDecoderNotFound) {
251 error_code_ = kDecoderNotFound;
557 DecoderDatabase::kDecoderNotFound) {
    [all...]
neteq_impl_unittest.cc 253 .WillOnce(Return(DecoderDatabase::kDecoderNotFound));
254 // Check that kFail is returned when database returns kDecoderNotFound.
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 117 kDecoderNotFound,

Completed in 391 milliseconds