Home
last modified time | relevance | path

Searched refs:kFirstPayloadValue (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc828 const uint8_t kFirstPayloadValue = 1; in TEST_F() local
831 EXPECT_CALL(decoder_, PacketDuration(Pointee(kFirstPayloadValue), in TEST_F()
837 DecodeInternal(Pointee(kFirstPayloadValue), _, _, _, _)) in TEST_F()
861 payload[0] = kFirstPayloadValue; // This will make Decode() fail. in TEST_F()