HomeSort by relevance Sort by last modified time
    Searched refs:OpusCustomDecoder (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 102 typedef struct OpusCustomDecoder OpusCustomDecoder;
234 /** Gets the size of an OpusCustomDecoder structure.
252 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decoder_create(
263 * @param [in] st <tt>OpusCustomDecoder*</tt>: Decoder state
271 OpusCustomDecoder *st,
277 * @param[in] st <tt>OpusCustomDecoder*</tt>: State to be freed.
279 OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(OpusCustomDecoder *st);
282 * @param [in] st <tt>OpusCustomDecoder*</tt>: Decoder state
291 OpusCustomDecoder *st
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.h 50 #define CELTDecoder OpusCustomDecoder
108 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);
opus_custom_demo.c 49 OpusCustomDecoder *dec;
celt.c     [all...]

Completed in 64 milliseconds