OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rtpDump
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc
222
_rtpDump
(NULL)
226
_rtpDump
= RtpDump::CreateRtpDump();
227
_rtpDump
->Start(filename);
233
if (
_rtpDump
!= NULL)
235
_rtpDump
->Stop();
236
RtpDump::DestroyRtpDump(
_rtpDump
);
253
if (
_rtpDump
!= NULL)
255
if (
_rtpDump
->DumpPacket((const uint8_t*)data, len) != 0)
mt_test_common.cc
38
if (
_rtpDump
!= NULL)
40
if (
_rtpDump
->DumpPacket((const uint8_t*)data, len) != 0)
test_callbacks.h
203
RtpDump*
_rtpDump
;
Completed in 74 milliseconds