OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pktType
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc
297
RTCPUtility::RTCPPacketTypes
pktType
= rtcpParser->Begin();
298
while (
pktType
!= RTCPPacketTypes::kInvalid) {
301
switch (
pktType
)
370
pktType
= rtcpParser->PacketType();
782
RTCPUtility::RTCPPacketTypes
pktType
= rtcpParser.Iterate();
783
while (
pktType
== RTCPPacketTypes::kSdesChunk) {
785
pktType
= rtcpParser.Iterate();
817
RTCPUtility::RTCPPacketTypes
pktType
= rtcpParser.Iterate();
818
while (
pktType
== RTCPPacketTypes::kRtpfbNackItem) {
820
pktType
= rtcpParser.Iterate()
[
all
...]
/external/libldac/src/
ldacBT_internal.h
205
DECLFUNC int ldacBT_get_eqmid_from_frmlen( int frmlen, int nch, int flgFrmHdr, int
pktType
);
ldacBT_internal.c
511
DECLFUNC int ldacBT_get_eqmid_from_frmlen( int frmlen, int nch, int flgFrmHdr, int
pktType
)
526
if( (pCfg = ldacBT_get_config( tbl_ldacbt_eqmid_property[i].eqmid,
pktType
)) != NULL ){
Completed in 163 milliseconds