OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RtpDumpReader
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h
87
class
RtpDumpReader
{
89
explicit
RtpDumpReader
(talk_base::StreamInterface* stream)
95
virtual ~
RtpDumpReader
() {}
113
DISALLOW_COPY_AND_ASSIGN(
RtpDumpReader
);
121
class RtpDumpLoopReader : public
RtpDumpReader
{
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.h
104
class
RtpDumpReader
{
106
explicit
RtpDumpReader
(talk_base::StreamInterface* stream)
113
virtual ~
RtpDumpReader
() {}
135
DISALLOW_COPY_AND_ASSIGN(
RtpDumpReader
);
143
class RtpDumpLoopReader : public
RtpDumpReader
{
Completed in 29 milliseconds