Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_projection_decoder.c41 struct OpusProjectionDecoder struct
92 static MappingMatrix *get_dec_demixing_matrix(OpusProjectionDecoder *st) in get_dec_demixing_matrix()
96 align(sizeof(OpusProjectionDecoder))); in get_dec_demixing_matrix()
99 static OpusMSDecoder *get_multistream_decoder(OpusProjectionDecoder *st) in get_multistream_decoder()
103 align(sizeof(OpusProjectionDecoder) + in get_multistream_decoder()
122 return align(sizeof(OpusProjectionDecoder)) + matrix_size + decoder_size; in opus_projection_decoder_get_size()
125 int opus_projection_decoder_init(OpusProjectionDecoder *st, opus_int32 Fs, in opus_projection_decoder_init()
176 OpusProjectionDecoder *opus_projection_decoder_create( in opus_projection_decoder_create()
182 OpusProjectionDecoder *st; in opus_projection_decoder_create()
191 st = (OpusProjectionDecoder *)opus_alloc(size); in opus_projection_decoder_create()
[all …]
/external/libopus/include/
Dopus_projection.h109 typedef struct OpusProjectionDecoder OpusProjectionDecoder; typedef
397 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionDecoder *opus_projection_decoder_create(
448 OpusProjectionDecoder *st,
488 OpusProjectionDecoder *st,
527 OpusProjectionDecoder *st,
550 OPUS_EXPORT int opus_projection_decoder_ctl(OpusProjectionDecoder *st, int request, ...) OPUS_ARG_N…
557 OPUS_EXPORT void opus_projection_decoder_destroy(OpusProjectionDecoder *st);
/external/libopus/tests/
Dtest_opus_projection.c197 OpusProjectionDecoder *st_dec = NULL; in test_creation_arguments()
292 OpusProjectionDecoder *st_dec; in test_encode_decode()