OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_SET_VBR
(Results
1 - 5
of
5
) sorted by null
/external/libopus/include/
opus_defines.h
288
#define
OPUS_SET_VBR
(x) OPUS_SET_VBR_REQUEST, __opus_check_int(x)
290
* @see
OPUS_SET_VBR
308
* @see
OPUS_SET_VBR
/external/libopus/tests/
test_opus_encode.c
235
if(opus_encoder_ctl(enc,
OPUS_SET_VBR
(rc<2))!=OPUS_OK)test_failed();
321
if(opus_multistream_encoder_ctl(MSenc,
OPUS_SET_VBR
(rc<2))!=OPUS_OK)test_failed();
test_opus_api.c
[
all
...]
/external/libopus/src/
opus_encoder.c
[
all
...]
opus_demo.c
536
opus_encoder_ctl(enc,
OPUS_SET_VBR
(use_vbr));
[
all
...]
Completed in 44 milliseconds