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

  /external/libopus/include/
opus.h     [all...]
  /external/libopus/tests/
test_opus_api.c     [all...]
test_opus_encode.c 362 if(opus_multistream_packet_pad(packet,len,len+1,2)!=OPUS_OK)test_failed();
367 if(opus_multistream_packet_pad(packet,len,len+256,2)!=OPUS_OK)test_failed();
  /external/libopus/src/
repacketizer.c 274 int opus_multistream_packet_pad(unsigned char *data, opus_int32 len, opus_int32 new_len, int nb_streams) function

Completed in 76 milliseconds