Searched refs:opus_custom_encoder_get_size (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h138 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_encoder_get_size(
145 * The memory pointed to by st must be the size returned by opus_custom_encoder_get_size.
147 * @see opus_custom_encoder_create(),opus_custom_encoder_get_size()
/external/libopus/include/
H A Dopus_custom.h138 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_encoder_get_size(
145 * The memory pointed to by st must be the size returned by opus_custom_encoder_get_size.
147 * @see opus_custom_encoder_create(),opus_custom_encoder_get_size()
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c132 return opus_custom_encoder_get_size(mode, channels);
135 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) function
150 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels));
173 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels));
2281 opus_custom_encoder_get_size(st->mode, st->channels)-
/external/libopus/celt/
H A Dcelt_encoder.c132 return opus_custom_encoder_get_size(mode, channels);
135 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) function
150 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels));
173 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels));
2281 opus_custom_encoder_get_size(st->mode, st->channels)-

Completed in 239 milliseconds