HomeSort by relevance Sort by last modified time
    Searched refs:packet_index (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 184 size_t packet_index = opt->NumPackets(); local
186 assert(packet_index > 0);
188 config_vector[i - 1] = packet_index - 1;
190 --packet_index;
  /system/bt/hci/test/
packet_fragmenter_test.cc 57 static int packet_index; variable
99 if (packet_index == 0)
112 expected_data_offset = packet_index * max_acl_data_size;
113 packet_index++;
299 packet_index = 0;
  /external/webrtc/webrtc/modules/video_coding/
session_info_unittest.cc 83 size_t packet_index = fragmentation_.fragmentationOffset[partition_id] + local
85 if (packet_index + packet_buffer_size() > frame_buffer_size())
87 VerifyPacket(frame_buffer_ + packet_index, start_value + i);
108 int packet_index = (offset + i) * packet_buffer_size(); local
109 VerifyPacket(frame_buffer_ + packet_index, start_value + i);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 994 opj_packet_info_t *packet_index; member in struct:opj_tile_index
    [all...]
j2k.c     [all...]

Completed in 110 milliseconds