OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpusCustomEncoder
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_custom.h
95
typedef struct
OpusCustomEncoder
OpusCustomEncoder
;
133
/** Gets the size of an
OpusCustomEncoder
structure.
148
* @param [in] st <tt>
OpusCustomEncoder
*</tt>: Encoder state
156
OpusCustomEncoder
*st,
173
OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT
OpusCustomEncoder
*opus_custom_encoder_create(
181
* @param[in] st <tt>
OpusCustomEncoder
*</tt>: State to be freed.
183
OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(
OpusCustomEncoder
*st);
186
* @param [in] st <tt>
OpusCustomEncoder
*</tt>: Encoder state
203
OpusCustomEncoder
*st
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
celt.h
49
#define CELTEncoder
OpusCustomEncoder
119
int celt_encode_with_ec(
OpusCustomEncoder
* OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
opus_custom_demo.c
48
OpusCustomEncoder
*enc;
celt_encoder.c
58
struct
OpusCustomEncoder
{
[
all
...]
Completed in 225 milliseconds