Home
last modified time | relevance | path

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

/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.h986 opj_packet_info_t *packet_index; member
Dj2k.c7527 if(p_cstr_ind->tile_index[it_tile].packet_index) { in j2k_destroy_cstr_index()
7528 opj_free(p_cstr_ind->tile_index[it_tile].packet_index); in j2k_destroy_cstr_index()
7529 p_cstr_ind->tile_index[it_tile].packet_index = NULL; in j2k_destroy_cstr_index()
9523 l_cstr_index->tile_index[it_tile].packet_index = NULL; in j2k_get_cstr_index()