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

  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 135 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_encoder_get_size(
156 * The memory pointed to by st must be the size returned by opus_custom_encoder_get_size.
158 * @see opus_custom_encoder_create(),opus_custom_encoder_get_size()
  /external/chromium_org/third_party/opus/src/celt/
celt.c 208 return opus_custom_encoder_get_size(mode, channels);
211 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) function
229 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels));
261 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels));
    [all...]

Completed in 36 milliseconds