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

  /external/tcpdump/
print-lisp.c 243 uint16_t packet_offset; local
267 packet_offset = MAP_REGISTER_HDR_LEN;
276 packet_offset, auth_data_len);
280 packet_offset += auth_data_len;
286 while ((length > packet_offset) && (record_count--)) {
288 ND_TCHECK2(*(packet_iterator + packet_offset), MAP_REGISTER_EID_LEN);
291 ((const u_char *)lisp_hdr + packet_offset);
292 packet_offset += MAP_REGISTER_EID_LEN;
308 ND_TCHECK2(*(packet_iterator + packet_offset), 4);
310 packet_iterator + packet_offset), mask_len))
    [all...]
  /external/libopus/src/
repacketizer.c 283 opus_int32 packet_offset; local
299 size, NULL, &packet_offset);
302 data += packet_offset;
303 len -= packet_offset;
313 opus_int32 packet_offset; local
331 size, NULL, &packet_offset);
334 ret = opus_repacketizer_cat_impl(&rp, data, packet_offset, self_delimited);
343 data += packet_offset;
344 len -= packet_offset;
opus_multistream_decoder.c 163 opus_int32 packet_offset; local
171 size, NULL, &packet_offset);
174 tmp_samples = opus_packet_get_nb_samples(data, packet_offset, Fs);
178 data += packet_offset;
179 len -= packet_offset;
240 opus_int32 packet_offset; local
251 packet_offset = 0;
252 ret = opus_decode_native(dec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip);
253 data += packet_offset;
254 len -= packet_offset;
    [all...]
opus_private.h 102 opus_int32 *packet_offset, int soft_clip);
119 int *payload_offset, opus_int32 *packet_offset);
opus.c 197 int *payload_offset, opus_int32 *packet_offset)
340 if (packet_offset)
341 *packet_offset = pad+(opus_int32)(data-data0);
opus_decoder.c 600 int self_delimited, opus_int32 *packet_offset, int soft_clip)
637 size, &offset, packet_offset);
  /external/libusb/libusb/os/
linux_usbfs.c 1979 int packet_offset = 0; local
    [all...]

Completed in 124 milliseconds