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

  /external/chromium_org/third_party/opus/src/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/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/chromium_org/media/cast/receiver/
audio_decoder_unittest.cc 64 CHECK_EQ(OPUS_OK, opus_encoder_init(opus_encoder,
  /external/chromium_org/media/cast/sender/
audio_encoder.cc 218 if (opus_encoder_init(opus_encoder_,
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 433 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
441 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
    [all...]
opus_encoder.c 162 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) function
495 ret = opus_encoder_init(st, Fs, channels, application);
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 433 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
441 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
    [all...]
opus_encoder.c 162 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application) function
495 ret = opus_encoder_init(st, Fs, channels, application);
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c     [all...]
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 121 milliseconds