OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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));
355
* Applications should normally use this instead of #
OPUS_SET_BANDWIDTH
402
#define
OPUS_SET_BANDWIDTH
(x) OPUS_SET_BANDWIDTH_REQUEST, __opus_check_int(x)
665
* @see
OPUS_SET_BANDWIDTH
/external/libopus/src/
opus_multistream_encoder.c
779
opus_encoder_ctl(enc,
OPUS_SET_BANDWIDTH
(OPUS_BANDWIDTH_FULLBAND));
781
opus_encoder_ctl(enc,
OPUS_SET_BANDWIDTH
(OPUS_BANDWIDTH_SUPERWIDEBAND));
783
opus_encoder_ctl(enc,
OPUS_SET_BANDWIDTH
(OPUS_BANDWIDTH_WIDEBAND));
785
opus_encoder_ctl(enc,
OPUS_SET_BANDWIDTH
(OPUS_BANDWIDTH_NARROWBAND));
[
all
...]
opus_demo.c
535
opus_encoder_ctl(enc,
OPUS_SET_BANDWIDTH
(bandwidth));
680
opus_encoder_ctl(enc,
OPUS_SET_BANDWIDTH
(mode_list[curr_mode][1]));
[
all
...]
/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
...]
Completed in 42 milliseconds