Searched refs:OpusCustomDecoder (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef in typeref:struct:OpusCustomDecoder
244 /** Gets the size of an OpusCustomDecoder structure.
259 * @param [in] st <tt>OpusCustomDecoder*</tt>: Decoder state
267 OpusCustomDecoder *st,
283 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decoder_create(
290 * @param[in] st <tt>OpusCustomDecoder*</tt>: State to be freed.
292 OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(OpusCustomDecoder *st);
295 * @param [in] st <tt>OpusCustomDecoder*</tt>: Decoder state
304 OpusCustomDecoder *s
[all...]
/external/libopus/include/
H A Dopus_custom.h102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef in typeref:struct:OpusCustomDecoder
244 /** Gets the size of an OpusCustomDecoder structure.
259 * @param [in] st <tt>OpusCustomDecoder*</tt>: Decoder state
267 OpusCustomDecoder *st,
283 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decoder_create(
290 * @param[in] st <tt>OpusCustomDecoder*</tt>: State to be freed.
292 OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(OpusCustomDecoder *st);
295 * @param [in] st <tt>OpusCustomDecoder*</tt>: Decoder state
304 OpusCustomDecoder *s
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.h50 #define CELTDecoder OpusCustomDecoder
137 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec);
H A Dopus_custom_demo.c49 OpusCustomDecoder *dec;
H A Dcelt_decoder.c64 struct OpusCustomDecoder { struct
/external/libopus/celt/
H A Dcelt.h50 #define CELTDecoder OpusCustomDecoder
137 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec);
H A Dopus_custom_demo.c49 OpusCustomDecoder *dec;
H A Dcelt_decoder.c64 struct OpusCustomDecoder { struct

Completed in 408 milliseconds