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

  /external/libopus/include/
opus_custom.h 102 typedef struct OpusCustomDecoder 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 *st
    [all...]
  /external/libopus/celt/
celt_decoder.c 64 struct OpusCustomDecoder {
    [all...]

Completed in 561 milliseconds