Searched refs:packet_index (Results 1 – 7 of 7) sorted by relevance
136 int packet_index = GetPacketIndex(rtp_seq_no); in PutRtpPacket() local137 if (packet_index >= 0u && in PutRtpPacket()138 static_cast<size_t>(packet_index) < packet_history_.size() && in PutRtpPacket()139 packet_history_[packet_index].packet_ != nullptr) { in PutRtpPacket()142 RemovePacket(packet_index); in PutRtpPacket()143 packet_index = GetPacketIndex(rtp_seq_no); in PutRtpPacket()147 for (; packet_index < 0; ++packet_index) { in PutRtpPacket()151 while (static_cast<int>(packet_history_.size()) <= packet_index) { in PutRtpPacket()155 RTC_DCHECK_GE(packet_index, 0); in PutRtpPacket()156 RTC_DCHECK_LT(packet_index, packet_history_.size()); in PutRtpPacket()[all …]
185 std::unique_ptr<RtpPacketToSend> RemovePacket(int packet_index)
40 int trigger_direction, packet_index; member61 ctx->packet_index == *packet_count) { in packet_hook()198 int direction, int packet_index, in do_kex_with_key() argument231 hook_ctx.packet_index = packet_index; in do_kex_with_key()345 int packet_index = -1, direction = -1; in main() local388 packet_index = atoi(optarg); in main()389 if (packet_index < 0) in main()424 if (packet_index == -1 || direction == -1 || data_path == NULL) in main()433 if (packet_index == -1 || direction == -1 || data_path == NULL) in main()441 direction, packet_index, in main()
74 int packet_index = (offset + i) * packet_buffer_size(); in VerifyNalu() local75 VerifyPacket(frame_buffer_ + packet_index, start_value + i); in VerifyNalu()
569 for (int packet_index = 0; packet_index < kNumPacketsToEncode; in TEST_P() local570 packet_index++) { in TEST_P()
990 opj_packet_info_t *packet_index; member
8359 if (p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()8360 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()8361 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()10633 l_cstr_index->tile_index[it_tile].packet_index = NULL; in j2k_get_cstr_index()