Searched refs:packet_offset (Results 1 – 6 of 6) sorted by relevance
/external/libopus/src/ |
D | repacketizer.c | 280 opus_int32 packet_offset; in opus_multistream_packet_pad() local 296 size, NULL, &packet_offset); in opus_multistream_packet_pad() 299 data += packet_offset; in opus_multistream_packet_pad() 300 len -= packet_offset; in opus_multistream_packet_pad() 310 opus_int32 packet_offset; in opus_multistream_packet_unpad() local 328 size, NULL, &packet_offset); in opus_multistream_packet_unpad() 331 ret = opus_repacketizer_cat_impl(&rp, data, packet_offset, self_delimited); in opus_multistream_packet_unpad() 340 data += packet_offset; in opus_multistream_packet_unpad() 341 len -= packet_offset; in opus_multistream_packet_unpad()
|
D | opus_multistream_decoder.c | 163 opus_int32 packet_offset; in opus_multistream_packet_validate() local 171 size, NULL, &packet_offset); in opus_multistream_packet_validate() 174 tmp_samples = opus_packet_get_nb_samples(data, packet_offset, Fs); in opus_multistream_packet_validate() 178 data += packet_offset; in opus_multistream_packet_validate() 179 len -= packet_offset; in opus_multistream_packet_validate() 240 int packet_offset, ret; in opus_multistream_decode_native() local 250 packet_offset = 0; in opus_multistream_decode_native() 251 …ec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip); in opus_multistream_decode_native() 252 data += packet_offset; in opus_multistream_decode_native() 253 len -= packet_offset; in opus_multistream_decode_native()
|
D | opus_private.h | 111 opus_int32 *packet_offset, int soft_clip); 122 int *payload_offset, opus_int32 *packet_offset);
|
D | opus.c | 172 int *payload_offset, opus_int32 *packet_offset) in opus_packet_parse_impl() argument 313 if (packet_offset) in opus_packet_parse_impl() 314 *packet_offset = pad+(opus_int32)(data-data0); in opus_packet_parse_impl()
|
D | opus_decoder.c | 586 int self_delimited, opus_int32 *packet_offset, int soft_clip) in opus_decode_native() argument 623 size, &offset, packet_offset); in opus_decode_native()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 1464 int packet_offset = 0; in submit_iso_transfer() local 1512 while (packet_offset < transfer->num_iso_packets) { in submit_iso_transfer() 1513 packet_len = transfer->iso_packet_desc[packet_offset].length; in submit_iso_transfer() 1517 packet_offset++; in submit_iso_transfer() 1537 for (j = 0, k = packet_offset - urb_packet_offset; in submit_iso_transfer() 1538 k < packet_offset; k++, j++) { in submit_iso_transfer()
|