OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextHigherTimestamp
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_packet_buffer.h
39
MOCK_CONST_METHOD2(
NextHigherTimestamp
,
/external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h
78
virtual int
NextHigherTimestamp
(uint32_t timestamp,
packet_buffer.cc
158
int PacketBuffer::
NextHigherTimestamp
(uint32_t timestamp,
packet_buffer_unittest.cc
390
buffer->
NextHigherTimestamp
(0, &temp_ts));
401
buffer->
NextHigherTimestamp
(0, NULL));
Completed in 2588 milliseconds