HomeSort by relevance Sort by last modified time
    Searched refs:packet_index (Results 1 - 6 of 6) 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.cpp 61 static int packet_index; variable
100 if (packet_index == 0)
113 expected_data_offset = packet_index * max_acl_data_size;
114 packet_index++;
289 packet_index = 0;
hci_layer_test.cpp 72 static int packet_index; variable
138 if (packet_index == 0)
153 expected_data_offset = packet_index * max_acl_data_size;
154 packet_index++;
289 packet_index = 0;
302 packet_index = 0;
543 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 986 opj_packet_info_t *packet_index; member in struct:opj_tile_index
    [all...]
j2k.c     [all...]

Completed in 755 milliseconds