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

  /external/libopus/include/
opus_multistream.h 377 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_encode(
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 916 int opus_multistream_encode( function
957 int opus_multistream_encode( function
    [all...]
opus_demo.c 191 #define opus_encode opus_multistream_encode
    [all...]
  /external/libopus/tests/
test_opus_encode.c 357 len = opus_multistream_encode(MSenc, &inbuf[i<<1], frame_size, packet, MAX_PACKET);

Completed in 48 milliseconds