Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc1069 const uint8_t kFirstPayloadValue = 1; in TEST_F() local
1073 PacketDuration(Pointee(kFirstPayloadValue), kPayloadLengthBytes)) in TEST_F()
1077 EXPECT_CALL(decoder, DecodeInternal(Pointee(kFirstPayloadValue), _, _, _, _)) in TEST_F()
1102 payload[0] = kFirstPayloadValue; // This will make Decode() fail. in TEST_F()