Home
last modified time | relevance | path

Searched refs:OPUS_GET_SAMPLE_RATE (Results 1 – 4 of 4) sorted by relevance

/external/libopus/include/
Dopus_defines.h694 #define OPUS_GET_SAMPLE_RATE(x) OPUS_GET_SAMPLE_RATE_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/src/
Dopus_multistream_decoder.c206 MUST_SUCCEED(opus_multistream_decoder_ctl(st, OPUS_GET_SAMPLE_RATE(&Fs))); in opus_multistream_decode_native()
Dopus_multistream_encoder.c782 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs)); in rate_allocation()
843 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs)); in opus_multistream_encode_native()
/external/libopus/tests/
Dtest_opus_api.c173 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE(null_int_ptr)); in test_dec_api()
176 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE(&i)); in test_dec_api()
1172 err=opus_encoder_ctl(enc,OPUS_GET_SAMPLE_RATE(&i)); in test_enc_api()
1175 err=opus_encoder_ctl(enc,OPUS_GET_SAMPLE_RATE(null_int_ptr)); in test_enc_api()