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

  /external/libopus/include/
opus.h 102 * error = opus_encoder_init(enc, Fs, channels, application);
153 * If the encoder was created with opus_encoder_init() rather than opus_encoder_create(),
162 * @see opus_encoder_create,opus_encoder_init
228 OPUS_EXPORT int opus_encoder_init(
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 509 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
517 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
    [all...]
opus_encoder.c 182 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) function
555 ret = opus_encoder_init(st, Fs, channels, application);
    [all...]
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 100 milliseconds