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

  /external/libopus/include/
opus_defines.h 531 * For example, OPUS_SET_LSB_DEPTH(14) would be an appropriate setting
532 * for G.711 u-law input. OPUS_SET_LSB_DEPTH(16) would be appropriate
543 #define OPUS_SET_LSB_DEPTH(x) OPUS_SET_LSB_DEPTH_REQUEST, __opus_check_int(x)
545 * @see OPUS_SET_LSB_DEPTH
  /external/libopus/src/
opus_demo.c 542 opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(16));
    [all...]
opus_encoder.c     [all...]
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 107 milliseconds