OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__opus_check_int
(Results
1 - 4
of
4
) sorted by null
/external/libopus/include/
opus_defines.h
172
#define
__opus_check_int
(x) (((void)((x) == (opus_int32)0)), (opus_int32)(x))
macro
245
#define OPUS_SET_COMPLEXITY(x) OPUS_SET_COMPLEXITY_REQUEST,
__opus_check_int
(x)
264
#define OPUS_SET_BITRATE(x) OPUS_SET_BITRATE_REQUEST,
__opus_check_int
(x)
288
#define OPUS_SET_VBR(x) OPUS_SET_VBR_REQUEST,
__opus_check_int
(x)
317
#define OPUS_SET_VBR_CONSTRAINT(x) OPUS_SET_VBR_CONSTRAINT_REQUEST,
__opus_check_int
(x)
342
#define OPUS_SET_FORCE_CHANNELS(x) OPUS_SET_FORCE_CHANNELS_REQUEST,
__opus_check_int
(x)
370
#define OPUS_SET_MAX_BANDWIDTH(x) OPUS_SET_MAX_BANDWIDTH_REQUEST,
__opus_check_int
(x)
402
#define OPUS_SET_BANDWIDTH(x) OPUS_SET_BANDWIDTH_REQUEST,
__opus_check_int
(x)
414
#define OPUS_SET_SIGNAL(x) OPUS_SET_SIGNAL_REQUEST,
__opus_check_int
(x)
441
#define OPUS_SET_APPLICATION(x) OPUS_SET_APPLICATION_REQUEST,
__opus_check_int
(x
[
all
...]
opus_multistream.h
86
#define OPUS_MULTISTREAM_GET_ENCODER_STATE(x,y) OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST,
__opus_check_int
(x), __opus_check_encstate_ptr(y)
99
#define OPUS_MULTISTREAM_GET_DECODER_STATE(x,y) OPUS_MULTISTREAM_GET_DECODER_STATE_REQUEST,
__opus_check_int
(x), __opus_check_decstate_ptr(y)
[
all
...]
/external/libopus/celt/
celt.h
79
#define CELT_SET_PREDICTION(x) CELT_SET_PREDICTION_REQUEST,
__opus_check_int
(x)
82
#define CELT_SET_INPUT_CLIPPING(x) CELT_SET_INPUT_CLIPPING_REQUEST,
__opus_check_int
(x)
88
#define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST,
__opus_check_int
(x)
93
#define CELT_SET_START_BAND(x) CELT_SET_START_BAND_REQUEST,
__opus_check_int
(x)
96
#define CELT_SET_END_BAND(x) CELT_SET_END_BAND_REQUEST,
__opus_check_int
(x)
103
#define CELT_SET_SIGNALLING(x) CELT_SET_SIGNALLING_REQUEST,
__opus_check_int
(x)
106
#define CELT_SET_TONALITY(x) CELT_SET_TONALITY_REQUEST,
__opus_check_int
(x)
108
#define CELT_SET_TONALITY_SLOPE(x) CELT_SET_TONALITY_SLOPE_REQUEST,
__opus_check_int
(x)
114
#define OPUS_SET_LFE(x) OPUS_SET_LFE_REQUEST,
__opus_check_int
(x)
/external/libopus/src/
opus_private.h
74
#define OPUS_SET_VOICE_RATIO(x) OPUS_SET_VOICE_RATIO_REQUEST,
__opus_check_int
(x)
83
#define OPUS_SET_FORCE_MODE(x) OPUS_SET_FORCE_MODE_REQUEST,
__opus_check_int
(x)
Completed in 368 milliseconds