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

  /external/libopus/include/
opus.h 639 * opus_repacketizer_out_range(), and then reset the state for the next set of
662 * out_len = opus_repacketizer_out_range(rp, i, i+1, out, sizeof(out));
    [all...]
  /external/libopus/src/
repacketizer_demo.c 185 err = opus_repacketizer_out_range(rp, i, i+1, output_packet, MAX_PACKETOUT);
repacketizer.c 229 opus_int32 opus_repacketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen) function
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 354 milliseconds