Home
last modified time | relevance | path

Searched refs:opus_projection_decoder_create (Results 1 – 3 of 3) sorted by relevance

/external/libopus/tests/
Dtest_opus_projection.c226 st_dec = opus_projection_decoder_create(Fs, channels, streams, in test_creation_arguments()
336 st_dec = opus_projection_decoder_create(Fs, channels, streams, coupled, in test_encode_decode()
/external/libopus/include/
Dopus_projection.h397 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionDecoder *opus_projection_decoder_create(
/external/libopus/src/
Dopus_projection_decoder.c176 OpusProjectionDecoder *opus_projection_decoder_create( in opus_projection_decoder_create() function