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

/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h95 typedef struct OpusCustomEncoder OpusCustomEncoder; typedef in typeref:struct:OpusCustomEncoder
133 /** Gets the size of an OpusCustomEncoder structure.
149 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
157 OpusCustomEncoder *st,
174 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encoder_create(
182 * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed.
184 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);
187 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
204 OpusCustomEncoder *s
[all...]
/external/libopus/include/
H A Dopus_custom.h95 typedef struct OpusCustomEncoder OpusCustomEncoder; typedef in typeref:struct:OpusCustomEncoder
133 /** Gets the size of an OpusCustomEncoder structure.
149 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
157 OpusCustomEncoder *st,
174 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encoder_create(
182 * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed.
184 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);
187 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
204 OpusCustomEncoder *s
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.h49 #define CELTEncoder OpusCustomEncoder
123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
H A Dopus_custom_demo.c48 OpusCustomEncoder *enc;
H A Dcelt_encoder.c58 struct OpusCustomEncoder { struct
/external/libopus/celt/
H A Dcelt.h49 #define CELTEncoder OpusCustomEncoder
123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
H A Dopus_custom_demo.c48 OpusCustomEncoder *enc;
H A Dcelt_encoder.c58 struct OpusCustomEncoder { struct

Completed in 161 milliseconds