Searched refs:opus_multistream_decoder_get_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_multistream.h470 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_decoder_get_size(
/external/libopus/include/
H A Dopus_multistream.h470 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_decoder_get_size(
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) function
128 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams));
/external/libopus/src/
H A Dopus_multistream_decoder.c50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) function
128 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams));
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c373 i=opus_multistream_decoder_get_size(a,b);
375 fprintf(stdout," opus_multistream_decoder_get_size(%2d,%2d)=%d %sOK.\n",a,b,i,i>0?"":"... ");
402 dec=malloc(opus_multistream_decoder_get_size(1,1));
/external/libopus/tests/
H A Dtest_opus_api.c373 i=opus_multistream_decoder_get_size(a,b);
375 fprintf(stdout," opus_multistream_decoder_get_size(%2d,%2d)=%d %sOK.\n",a,b,i,i>0?"":"... ");
402 dec=malloc(opus_multistream_decoder_get_size(1,1));

Completed in 3378 milliseconds