OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_GET_LSB_DEPTH
(Results
1 - 3
of
3
) sorted by null
/external/libopus/include/
opus_defines.h
536
* @see
OPUS_GET_LSB_DEPTH
546
#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 491 milliseconds