Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc829 const uint8_t kSecondPayloadValue = 2; in TEST_F() local
840 EXPECT_CALL(decoder_, DecodeInternal(Pointee(kSecondPayloadValue), in TEST_F()
851 EXPECT_CALL(decoder_, PacketDuration(Pointee(kSecondPayloadValue), in TEST_F()
866 payload[0] = kSecondPayloadValue; // This will make Decode() successful. in TEST_F()