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

  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 181 if(opus_encoder_ctl(tmp_enc, OPUS_GET_LSB_DEPTH(&j))!=OPUS_OK)test_failed();
230 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed();
231 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(-2))!=OPUS_BAD_ARG)test_failed();
235 if(opus_encoder_ctl(enc, OPUS_SET_VBR(rc<2))!=OPUS_OK)test_failed();
236 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
237 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
238 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed();
252 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
268 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed()
    [all...]
test_opus_api.c     [all...]
  /external/libopus/tests/
test_opus_encode.c 181 if(opus_encoder_ctl(tmp_enc, OPUS_GET_LSB_DEPTH(&j))!=OPUS_OK)test_failed();
230 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed();
231 if(opus_encoder_ctl(enc, OPUS_SET_FORCE_MODE(-2))!=OPUS_BAD_ARG)test_failed();
235 if(opus_encoder_ctl(enc, OPUS_SET_VBR(rc<2))!=OPUS_OK)test_failed();
236 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
237 if(opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(rc==1))!=OPUS_OK)test_failed();
238 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed();
252 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
268 if(opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(rc==0))!=OPUS_OK)test_failed()
    [all...]
test_opus_api.c     [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 193 #define opus_encoder_ctl opus_multistream_encoder_ctl
534 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrate_bps));
535 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(bandwidth));
536 opus_encoder_ctl(enc, OPUS_SET_VBR(use_vbr));
537 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr));
538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
539 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(use_inbandfec));
540 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(forcechannels));
541 opus_encoder_ctl(enc, OPUS_SET_DTX(use_dtx));
542 opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC(packet_loss_perc))
    [all...]
opus_multistream_encoder.c 436 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_SET_LFE(1));
443 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_SET_LFE(1));
610 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
706 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
707 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr));
708 opus_encoder_ctl((OpusEncoder*)ptr, CELT_GET_MODE(&celt_mode));
715 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_LOOKAHEAD(&delay_compensation));
771 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrates[s]));
779 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND));
781 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND))
    [all...]
opus_encoder.c 2027 int opus_encoder_ctl(OpusEncoder *st, int request, ...) function
    [all...]
  /external/libopus/src/
opus_demo.c 193 #define opus_encoder_ctl opus_multistream_encoder_ctl
534 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrate_bps));
535 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(bandwidth));
536 opus_encoder_ctl(enc, OPUS_SET_VBR(use_vbr));
537 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr));
538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
539 opus_encoder_ctl(enc, OPUS_SET_INBAND_FEC(use_inbandfec));
540 opus_encoder_ctl(enc, OPUS_SET_FORCE_CHANNELS(forcechannels));
541 opus_encoder_ctl(enc, OPUS_SET_DTX(use_dtx));
542 opus_encoder_ctl(enc, OPUS_SET_PACKET_LOSS_PERC(packet_loss_perc))
    [all...]
opus_multistream_encoder.c 436 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_SET_LFE(1));
443 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_SET_LFE(1));
610 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
706 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
707 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_VBR(&vbr));
708 opus_encoder_ctl((OpusEncoder*)ptr, CELT_GET_MODE(&celt_mode));
715 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_LOOKAHEAD(&delay_compensation));
771 opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrates[s]));
779 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND));
781 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND))
    [all...]
opus_encoder.c 2027 int opus_encoder_ctl(OpusEncoder *st, int request, ...) function
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 87 return opus_encoder_ctl(inst->encoder, OPUS_SET_BITRATE(rate));
95 return opus_encoder_ctl(inst->encoder,
119 return opus_encoder_ctl(inst->encoder,
125 return opus_encoder_ctl(inst->encoder, OPUS_SET_INBAND_FEC(1));
133 return opus_encoder_ctl(inst->encoder, OPUS_SET_INBAND_FEC(0));
141 return opus_encoder_ctl(inst->encoder, OPUS_SET_COMPLEXITY(complexity));
opus_unittest.cc 73 opus_encoder_ctl(opus_mono_encoder_->encoder,
78 opus_encoder_ctl(opus_stereo_encoder_->encoder,
  /external/chromium_org/third_party/opus/src/doc/
trivial_example.c 81 err = opus_encoder_ctl(encoder, OPUS_SET_BITRATE(BITRATE));
  /external/libopus/doc/
trivial_example.c 81 err = opus_encoder_ctl(encoder, OPUS_SET_BITRATE(BITRATE));
  /external/chromium_org/third_party/opus/src/include/
opus.h 111 * It is possible to change some of the encoder's settings using the opus_encoder_ctl()
116 * opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrate));
117 * opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
118 * opus_encoder_ctl(enc, OPUS_SET_SIGNAL(signal_type));
328 OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NONNULL(1);
    [all...]
  /external/libopus/include/
opus.h 111 * It is possible to change some of the encoder's settings using the opus_encoder_ctl()
116 * opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrate));
117 * opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
118 * opus_encoder_ctl(enc, OPUS_SET_SIGNAL(signal_type));
328 OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NONNULL(1);
    [all...]
  /external/chromium_org/media/cast/receiver/
audio_decoder_unittest.cc 69 opus_encoder_ctl(opus_encoder, OPUS_SET_BITRATE(OPUS_AUTO)));
  /external/chromium_org/remoting/codec/
audio_encoder_opus.cc 66 opus_encoder_ctl(encoder_, OPUS_SET_BITRATE(kOutputBitrateBps));
  /external/chromium_org/media/cast/sender/
audio_encoder.cc 235 CHECK_EQ(opus_encoder_ctl(opus_encoder_, OPUS_SET_BITRATE(bitrate)),

Completed in 511 milliseconds