OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRtcpType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc
162
bool
GetRtcpType
(const void* data, size_t len, int* value) {
176
if (!
GetRtcpType
(data, len, &pl_type)) return false;
rtpdump.cc
101
bool RtpDumpPacket::
GetRtcpType
(int* type) const {
103
cricket::
GetRtcpType
(&data[0], data.size(), type);
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
85
static int
GetRtcpType
(const talk_base::Buffer* packet) {
315
<< ", type=" <<
GetRtcpType
(packet);
357
<< ", type=" <<
GetRtcpType
(packet);
[
all
...]
Completed in 73 milliseconds