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

  /external/libopus/include/
opus_multistream.h 215 * Call opus_multistream_encoder_destroy() to release
434 OPUS_EXPORT void opus_multistream_encoder_destroy(OpusMSEncoder *st);
    [all...]
  /external/libopus/tests/
opus_encode_regressions.c 287 opus_multistream_encoder_destroy(enc);
340 opus_multistream_encoder_destroy(enc);
390 opus_multistream_encoder_destroy(enc);
    [all...]
test_opus_encode.c 617 opus_multistream_encoder_destroy(MSenc);
  /external/libopus/src/
opus_demo.c 197 #define opus_encoder_destroy opus_multistream_encoder_destroy
    [all...]
opus_multistream_encoder.c 1403 void opus_multistream_encoder_destroy(OpusMSEncoder *st) function
    [all...]

Completed in 171 milliseconds