Lines Matching refs:OpusMSDecoder
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()
385 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode_float()
395 int opus_multistream_decode(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode()
403 OpusMSDecoder *st, in opus_multistream_decode_float()
416 int opus_multistream_decoder_ctl_va_list(OpusMSDecoder *st, int request, in opus_multistream_decoder_ctl_va_list()
425 ptr = (char*)st + align(sizeof(OpusMSDecoder)); in opus_multistream_decoder_ctl_va_list()
536 int opus_multistream_decoder_ctl(OpusMSDecoder *st, int request, ...) in opus_multistream_decoder_ctl()
546 void opus_multistream_decoder_destroy(OpusMSDecoder *st) in opus_multistream_decoder_destroy()