Home
last modified time | relevance | path

Searched refs:filled_size (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/rtp/src/
Drtcp_decoder.cpp70 int32 max_array_size, int32& filled_size, in scan_compound_packet() argument
78 filled_size = 0; in scan_compound_packet()
89 while (remaining_len > 0 && filled_size < max_array_size) in scan_compound_packet()
113 array_of_packet_types[filled_size] = SR_RTCP_PACKET; in scan_compound_packet()
117 array_of_packet_types[filled_size] = RR_RTCP_PACKET; in scan_compound_packet()
121 array_of_packet_types[filled_size] = SDES_RTCP_PACKET; in scan_compound_packet()
125 array_of_packet_types[filled_size] = BYE_RTCP_PACKET; in scan_compound_packet()
135 array_of_packet_types[filled_size] = APP_RTCP_PACKET; in scan_compound_packet()
139 array_of_packet_types[filled_size] = PVSS_APP_RTCP_PACKET; in scan_compound_packet()
146 array_of_packet_types[filled_size] = UNKNOWN_RTCP_PACKET; in scan_compound_packet()
[all …]
Drtcp_decoder.h86 int32 max_array_size, int32& filled_size,
/external/opencore/pvmi/pvmf/include/
Dpvmf_media_frag_group.h101 uint32 filled_size; variable
245 return filled_size; in getFilledSize()
274 filled_size -= iFragments[index].getMemFrag().len; in setMediaFragFilledLen()
276 filled_size += len; in setMediaFragFilledLen()
307 filled_size = 0; in PVMFMediaFragGroup()
315 filled_size += memfrag.getMemFrag().len; in appendMediaFragment()
324 filled_size = 0; in clearMediaFragments()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp152 int32 filled_size = 0; in ProcessRTCPReport() local
179 filled_size, in ProcessRTCPReport()
188 for (int32 ii = 0; ii < filled_size; ii++) in ProcessRTCPReport()