Home
last modified time | relevance | path

Searched refs:packet_index (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c42 int trigger_direction, packet_index; member
63 ctx->packet_index == *packet_count) { in packet_hook()
200 int direction, int packet_index, in do_kex_with_key() argument
233 hook_ctx.packet_index = packet_index; in do_kex_with_key()
347 int packet_index = -1, direction = -1; in main() local
390 packet_index = atoi(optarg); in main()
391 if (packet_index < 0) in main()
426 if (packet_index == -1 || direction == -1 || data_path == NULL) in main()
439 if (packet_index == -1 || direction == -1 || data_path == NULL) in main()
447 direction, packet_index, in main()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc184 size_t packet_index = opt->NumPackets(); in FindOptimalConfiguration() local
186 assert(packet_index > 0); in FindOptimalConfiguration()
188 config_vector[i - 1] = packet_index - 1; in FindOptimalConfiguration()
190 --packet_index; in FindOptimalConfiguration()
/external/webrtc/webrtc/modules/video_coding/
Dsession_info_unittest.cc83 size_t packet_index = fragmentation_.fragmentationOffset[partition_id] + in VerifyPartition() local
85 if (packet_index + packet_buffer_size() > frame_buffer_size()) in VerifyPartition()
87 VerifyPacket(frame_buffer_ + packet_index, start_value + i); in VerifyPartition()
108 int packet_index = (offset + i) * packet_buffer_size(); in VerifyNalu() local
109 VerifyPacket(frame_buffer_ + packet_index, start_value + i); in VerifyNalu()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h994 opj_packet_info_t *packet_index; member
Dj2k.c8346 if (p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()
8347 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()
8348 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()
10617 l_cstr_index->tile_index[it_tile].packet_index = NULL; in j2k_get_cstr_index()