OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_GET_FINAL_RANGE
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c
270
if(opus_encoder_ctl(enc,
OPUS_GET_FINAL_RANGE
(&enc_final_range))!=OPUS_OK)test_failed();
273
if(opus_decoder_ctl(dec,
OPUS_GET_FINAL_RANGE
(&dec_final_range))!=OPUS_OK)test_failed();
317
if(opus_multistream_encoder_ctl(MSenc,
OPUS_GET_FINAL_RANGE
(&enc_final_range))!=OPUS_OK)test_failed();
320
if(opus_multistream_decoder_ctl(MSdec,
OPUS_GET_FINAL_RANGE
(&dec_final_range))!=OPUS_OK)test_failed();
356
opus_encoder_ctl(enc,
OPUS_GET_FINAL_RANGE
(&enc_final_range));
361
opus_decoder_ctl(dec,
OPUS_GET_FINAL_RANGE
(&dec_final_range));
376
opus_decoder_ctl(dec_err[0],
OPUS_GET_FINAL_RANGE
(&dec_final_range));
383
opus_decoder_ctl(dec_err[dec2],
OPUS_GET_FINAL_RANGE
(&dec_final_range2));
test_opus_decode.c
185
opus_decoder_ctl(dec[t],
OPUS_GET_FINAL_RANGE
(&dec_final_range1));
254
opus_decoder_ctl(dec[t],
OPUS_GET_FINAL_RANGE
(&dec_final_range1));
272
opus_decoder_ctl(dec[t],
OPUS_GET_FINAL_RANGE
(&dec_final_range1));
293
opus_decoder_ctl(dec[t],
OPUS_GET_FINAL_RANGE
(&dec_final_range1));
test_opus_api.c
150
err=opus_decoder_ctl(dec,
OPUS_GET_FINAL_RANGE
((opus_uint32 *)NULL));
153
err=opus_decoder_ctl(dec,
OPUS_GET_FINAL_RANGE
(&dec_final_range));
156
fprintf(stdout,"
OPUS_GET_FINAL_RANGE
......................... OK.\n");
548
err=opus_multistream_decoder_ctl(dec,
OPUS_GET_FINAL_RANGE
(&dec_final_range));
551
fprintf(stdout,"
OPUS_GET_FINAL_RANGE
......................... OK.\n");
[
all
...]
/external/chromium_org/third_party/opus/src/include/
opus_defines.h
629
#define
OPUS_GET_FINAL_RANGE
(x) OPUS_GET_FINAL_RANGE_REQUEST, __opus_check_uint_ptr(x)
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
446
celt_decoder_ctl(celt_dec,
OPUS_GET_FINAL_RANGE
(&redundant_rng));
498
celt_decoder_ctl(celt_dec,
OPUS_GET_FINAL_RANGE
(&redundant_rng));
opus_demo.c
724
opus_encoder_ctl(enc,
OPUS_GET_FINAL_RANGE
(&enc_final_range[toggle]));
813
opus_decoder_ctl(dec,
OPUS_GET_FINAL_RANGE
(&dec_final_range));
[
all
...]
opus_encoder.c
[
all
...]
Completed in 32 milliseconds