Searched defs:OpusMSDecoder (Results 1 - 2 of 2) sorted by relevance

/external/libopus/include/
H A Dopus_multistream.h183 typedef struct OpusMSDecoder OpusMSDecoder; typedef in typeref:struct:OpusMSDecoder
455 /** Gets the size of an <code>OpusMSDecoder</code> structure.
504 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSDecoder *opus_multistream_decoder_create(
548 OpusMSDecoder *st,
557 * @param st <tt>OpusMSDecoder*</tt>: Multistream decoder state.
586 OpusMSDecoder *st,
595 * @param st <tt>OpusMSDecoder*</tt>: Multistream decoder state.
624 OpusMSDecoder *st,
636 * @param st <tt>OpusMSDecoder*</t
[all...]
/external/libopus/src/
H A Dopus_multistream_decoder.c40 struct OpusMSDecoder { struct
58 return align(sizeof(OpusMSDecoder))
64 OpusMSDecoder *st,
90 ptr = (char*)st + align(sizeof(OpusMSDecoder));
110 OpusMSDecoder *opus_multistream_decoder_create(
120 OpusMSDecoder *st;
128 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams));
185 OpusMSDecoder *st,
208 ptr = (char*)st + align(sizeof(OpusMSDecoder));
366 OpusMSDecoder *s
[all...]

Completed in 77 milliseconds