OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pl_type
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
rtputils.cc
166
int
pl_type
;
local
167
if (!GetRtcpType(data, len, &
pl_type
)) return false;
169
if (
pl_type
== kRtcpTypeSDES) return false;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.cc
51
int red_pl_type, int
pl_type
) {
59
data_[header_length] = static_cast<uint8_t>(
pl_type
);
129
int
pl_type
= data_buffer[1] & 0x7f;
local
131
red_pl_type,
pl_type
);
Completed in 58 milliseconds