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

  /external/libopus/include/
opus_defines.h 226 * ret = opus_encoder_ctl(enc_ctx, OPUS_SET_BANDWIDTH(OPUS_AUTO));
354 * Applications should normally use this instead of #OPUS_SET_BANDWIDTH
401 #define OPUS_SET_BANDWIDTH(x) OPUS_SET_BANDWIDTH_REQUEST, __opus_check_int(x)
663 * @see OPUS_SET_BANDWIDTH
  /external/libopus/tests/
test_opus_encode.c 230 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_AUTO))!=OPUS_OK)test_failed();
279 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(bw))!=OPUS_OK)test_failed();
test_opus_api.c     [all...]
  /external/libopus/src/
opus_multistream_encoder.c 941 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_FULLBAND));
943 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_SUPERWIDEBAND));
945 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_WIDEBAND));
947 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(OPUS_BANDWIDTH_NARROWBAND));
    [all...]
opus_demo.c 532 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(bandwidth));
678 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(mode_list[curr_mode][1]));
    [all...]

Completed in 1092 milliseconds