Searched refs:OpusMSDecoder (Results 1 – 7 of 7) sorted by relevance
/external/libopus/include/ |
D | opus_multistream.h | 183 typedef struct OpusMSDecoder OpusMSDecoder; typedef 504 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSDecoder *opus_multistream_decoder_create( 548 OpusMSDecoder *st, 586 OpusMSDecoder *st, 624 OpusMSDecoder *st, 644 OPUS_EXPORT int opus_multistream_decoder_ctl(OpusMSDecoder *st, int request, ...) OPUS_ARG_NONNULL(… 650 OPUS_EXPORT void opus_multistream_decoder_destroy(OpusMSDecoder *st);
|
/external/libopus/src/ |
D | opus_multistream_decoder.c | 43 static void validate_ms_decoder(OpusMSDecoder *st) in validate_ms_decoder() 61 return align(sizeof(OpusMSDecoder)) in opus_multistream_decoder_get_size() 67 OpusMSDecoder *st, in opus_multistream_decoder_init() 93 ptr = (char*)st + align(sizeof(OpusMSDecoder)); in opus_multistream_decoder_init() 113 OpusMSDecoder *opus_multistream_decoder_create( in opus_multistream_decoder_create() 123 OpusMSDecoder *st; in opus_multistream_decoder_create() 131 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams)); in opus_multistream_decoder_create() 179 OpusMSDecoder *st, in opus_multistream_decode_native() 209 ptr = (char*)st + align(sizeof(OpusMSDecoder)); in opus_multistream_decode_native() 372 OpusMSDecoder *st, in opus_multistream_decode() [all …]
|
D | opus_private.h | 73 struct OpusMSDecoder { struct 80 int opus_multistream_decoder_ctl_va_list(struct OpusMSDecoder *st, int request, argument 189 struct OpusMSDecoder *st,
|
D | opus_projection_decoder.c | 99 static OpusMSDecoder *get_multistream_decoder(OpusProjectionDecoder *st) in get_multistream_decoder() 102 return (OpusMSDecoder*)(void*)((char*)st + in get_multistream_decoder()
|
D | opus_demo.c | 183 #define OpusDecoder OpusMSDecoder
|
/external/libopus/tests/ |
D | test_opus_encode.c | 281 OpusMSDecoder *MSdec; in run_test1() 282 OpusMSDecoder *MSdec_err; in run_test1()
|
D | test_opus_api.c | 346 OpusMSDecoder *dec; in test_msdec_api() 1773 OpusMSDecoder *msdec; in test_malloc_fail()
|