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

  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 95 typedef struct OpusCustomEncoder OpusCustomEncoder;
130 /** Gets the size of an OpusCustomEncoder structure.
149 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encoder_create(
160 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
168 OpusCustomEncoder *st,
174 * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed.
176 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);
179 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
196 OpusCustomEncoder *st
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.c 141 struct OpusCustomEncoder {
    [all...]

Completed in 37 milliseconds