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

  /external/libopus/include/
opus_defines.h 539 * @see OPUS_GET_LSB_DEPTH
549 #define OPUS_GET_LSB_DEPTH(x) OPUS_GET_LSB_DEPTH_REQUEST, __opus_check_int_ptr(x)
  /external/libopus/tests/
test_opus_encode.c 175 if(opus_multistream_encoder_ctl(MSenc, OPUS_GET_LSB_DEPTH(&i))!=OPUS_OK)test_failed();
181 if(opus_encoder_ctl(tmp_enc, OPUS_GET_LSB_DEPTH(&j))!=OPUS_OK)test_failed();
test_opus_api.c     [all...]

Completed in 151 milliseconds