Searched refs:DecoderByPayloadType (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_receiver_unittest_oldapi.cc | 184 EXPECT_EQ(0, receiver_->DecoderByPayloadType(codecs_[n].pltype, in TEST_F() 189 EXPECT_EQ(-1, receiver_->DecoderByPayloadType(codecs_[n].pltype, in TEST_F() 215 receiver_->DecoderByPayloadType(codec1.inst.pltype, &test_codec)); in TEST_F() 217 EXPECT_EQ(0, receiver_->DecoderByPayloadType(codec2.pltype, &test_codec)); in TEST_F() 242 receiver_->DecoderByPayloadType(codec2.inst.pltype, &test_codec)); in TEST_F() 266 EXPECT_EQ(-1, receiver_->DecoderByPayloadType(payload_type, &ci)); in TEST_F()
|
D | acm_receiver.h | 244 int DecoderByPayloadType(uint8_t payload_type,
|
D | acm_receiver.cc | 469 int AcmReceiver::DecoderByPayloadType(uint8_t payload_type, in DecoderByPayloadType() function in webrtc::acm2::AcmReceiver
|