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

  /external/libopus/include/
opus_defines.h 463 #define OPUS_GET_SAMPLE_RATE(x) OPUS_GET_SAMPLE_RATE_REQUEST, __opus_check_int_ptr(x)
  /external/libopus/src/
opus_multistream_decoder.c 205 opus_multistream_decoder_ctl(st, OPUS_GET_SAMPLE_RATE(&Fs));
opus_multistream_encoder.c 610 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
706 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_SAMPLE_RATE(&Fs));
    [all...]
  /external/libopus/tests/
test_opus_api.c 172 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE((opus_int32 *)NULL));
175 err=opus_decoder_ctl(dec, OPUS_GET_SAMPLE_RATE(&i));
177 fprintf(stdout," OPUS_GET_SAMPLE_RATE ......................... OK.\n");
    [all...]

Completed in 96 milliseconds