Searched refs:packet_offset (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | print-lisp.c | 243 uint16_t packet_offset; in lisp_print() local 267 packet_offset = MAP_REGISTER_HDR_LEN; in lisp_print() 276 packet_offset, auth_data_len); in lisp_print() 280 packet_offset += auth_data_len; in lisp_print() 286 while ((length > packet_offset) && (record_count--)) { in lisp_print() 288 ND_TCHECK2(*(packet_iterator + packet_offset), MAP_REGISTER_EID_LEN); in lisp_print() 291 ((const u_char *)lisp_hdr + packet_offset); in lisp_print() 292 packet_offset += MAP_REGISTER_EID_LEN; in lisp_print() 308 ND_TCHECK2(*(packet_iterator + packet_offset), 4); in lisp_print() 310 packet_iterator + packet_offset), mask_len)); in lisp_print() [all …]
|
/external/libopus/src/ |
D | repacketizer.c | 284 opus_int32 packet_offset; in opus_multistream_packet_pad() local 300 size, NULL, &packet_offset); in opus_multistream_packet_pad() 303 data += packet_offset; in opus_multistream_packet_pad() 304 len -= packet_offset; in opus_multistream_packet_pad() 314 opus_int32 packet_offset; in opus_multistream_packet_unpad() local 332 size, NULL, &packet_offset); in opus_multistream_packet_unpad() 335 ret = opus_repacketizer_cat_impl(&rp, data, packet_offset, self_delimited); in opus_multistream_packet_unpad() 344 data += packet_offset; in opus_multistream_packet_unpad() 345 len -= packet_offset; in opus_multistream_packet_unpad()
|
D | opus_multistream_decoder.c | 157 opus_int32 packet_offset; in opus_multistream_packet_validate() local 165 size, NULL, &packet_offset); in opus_multistream_packet_validate() 168 tmp_samples = opus_packet_get_nb_samples(data, packet_offset, Fs); in opus_multistream_packet_validate() 172 data += packet_offset; in opus_multistream_packet_validate() 173 len -= packet_offset; in opus_multistream_packet_validate() 241 opus_int32 packet_offset; in opus_multistream_decode_native() local 252 packet_offset = 0; in opus_multistream_decode_native() 253 …ec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip); in opus_multistream_decode_native() 254 data += packet_offset; in opus_multistream_decode_native() 255 len -= packet_offset; in opus_multistream_decode_native()
|
D | opus.c | 197 int *payload_offset, opus_int32 *packet_offset) in opus_packet_parse_impl() argument 340 if (packet_offset) in opus_packet_parse_impl() 341 *packet_offset = pad+(opus_int32)(data-data0); in opus_packet_parse_impl()
|
D | opus_private.h | 150 opus_int32 *packet_offset, int soft_clip); 167 int *payload_offset, opus_int32 *packet_offset);
|
D | opus_decoder.c | 628 int self_delimited, opus_int32 *packet_offset, int soft_clip) in opus_decode_native() argument 666 size, &offset, packet_offset); in opus_decode_native()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 1979 int packet_offset = 0; in submit_iso_transfer() local 2027 while (packet_offset < transfer->num_iso_packets) { in submit_iso_transfer() 2028 packet_len = transfer->iso_packet_desc[packet_offset].length; in submit_iso_transfer() 2032 packet_offset++; in submit_iso_transfer() 2051 for (j = 0, k = packet_offset - urb_packet_offset; in submit_iso_transfer() 2052 k < packet_offset; k++, j++) { in submit_iso_transfer()
|
/external/u-boot/drivers/net/ |
D | mvpp2.c | 1048 u8 packet_offset; /* the offset from the buffer beginning */ member 1076 u8 packet_offset; member 1356 tx_desc->pp21.packet_offset = offset; in mvpp2_txdesc_offset_set() 1358 tx_desc->pp22.packet_offset = offset; in mvpp2_txdesc_offset_set()
|