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

  /external/libopus/src/
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 int packet_offset, ret; local
250 packet_offset = 0;
251 ret = opus_decode_native(dec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, &packet_offset, soft_clip);
252 data += packet_offset;
253 len -= packet_offset;
    [all...]
repacketizer.c 280 opus_int32 packet_offset; local
296 size, NULL, &packet_offset);
299 data += packet_offset;
300 len -= packet_offset;
310 opus_int32 packet_offset; local
328 size, NULL, &packet_offset);
331 ret = opus_repacketizer_cat_impl(&rp, data, packet_offset, self_delimited);
340 data += packet_offset;
341 len -= packet_offset;
  /external/libusb/libusb/os/
linux_usbfs.c 1464 int packet_offset = 0; local
    [all...]

Completed in 877 milliseconds