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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decoder_database.cc 89 return kDecoderNotFound;
179 return kDecoderNotFound;
192 return kDecoderNotFound;
219 return kDecoderNotFound;
227 return kDecoderNotFound;
253 return kDecoderNotFound;
decoder_database.h 35 kDecoderNotFound = -5,
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.
decoder_database_unittest.cc 159 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
223 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
225 EXPECT_EQ(DecoderDatabase::kDecoderNotFound,
neteq_impl.cc 246 } else if (ret == DecoderDatabase::kDecoderNotFound) {
247 error_code_ = kDecoderNotFound;
516 DecoderDatabase::kDecoderNotFound) {
    [all...]
neteq_impl_unittest.cc 247 .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/
neteq.h 97 kDecoderNotFound,

Completed in 159 milliseconds