Searched refs:filled_size (Results 1 – 4 of 4) sorted by relevance
70 int32 max_array_size, int32& filled_size, in scan_compound_packet() argument78 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 …]
86 int32 max_array_size, int32& filled_size,
101 uint32 filled_size; variable245 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()
152 int32 filled_size = 0; in ProcessRTCPReport() local179 filled_size, in ProcessRTCPReport()188 for (int32 ii = 0; ii < filled_size; ii++) in ProcessRTCPReport()