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 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;
  /external/libusb/libusb/os/
linux_usbfs.c 1979 int packet_offset = 0; local
    [all...]

Completed in 92 milliseconds