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

  /external/libopus/celt/
opus_custom_demo.c 120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip));
  /external/libopus/include/
opus_defines.h 478 #define OPUS_GET_LOOKAHEAD(x) OPUS_GET_LOOKAHEAD_REQUEST, __opus_check_int_ptr(x)
  /external/libopus/tests/
test_opus_api.c     [all...]
  /external/libopus/src/
opus_demo.c 544 opus_encoder_ctl(enc, OPUS_GET_LOOKAHEAD(&skip));
    [all...]
opus_multistream_encoder.c 715 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_LOOKAHEAD(&delay_compensation));
    [all...]

Completed in 41 milliseconds