Searched refs:packet_index (Results 1 – 5 of 5) sorted by relevance
42 int trigger_direction, packet_index; member63 ctx->packet_index == *packet_count) { in packet_hook()200 int direction, int packet_index, in do_kex_with_key() argument233 hook_ctx.packet_index = packet_index; in do_kex_with_key()347 int packet_index = -1, direction = -1; in main() local390 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()
184 size_t packet_index = opt->NumPackets(); in FindOptimalConfiguration() local186 assert(packet_index > 0); in FindOptimalConfiguration()188 config_vector[i - 1] = packet_index - 1; in FindOptimalConfiguration()190 --packet_index; in FindOptimalConfiguration()
83 size_t packet_index = fragmentation_.fragmentationOffset[partition_id] + in VerifyPartition() local85 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() local109 VerifyPacket(frame_buffer_ + packet_index, start_value + i); in VerifyNalu()
994 opj_packet_info_t *packet_index; member
8346 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()