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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_packet_buffer.h
39
MOCK_CONST_METHOD2(
NextHigherTimestamp
,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet_buffer.h
78
virtual int
NextHigherTimestamp
(uint32_t timestamp,
packet_buffer.cc
130
int PacketBuffer::
NextHigherTimestamp
(uint32_t timestamp,
packet_buffer_unittest.cc
403
buffer->
NextHigherTimestamp
(0, &temp_ts));
414
buffer->
NextHigherTimestamp
(0, NULL));
Completed in 33 milliseconds