OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_WARN_UNUSED_RESULT
(Results
1 - 4
of
4
) sorted by null
/external/libopus/include/
opus.h
171
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_encoder_get_size(int channels);
208
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusEncoder *opus_encoder_create(
263
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
opus_int32 opus_encode(
304
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
opus_int32 opus_encode_float(
406
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_decoder_get_size(int channels);
423
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusDecoder *opus_decoder_create(
462
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_decode(
487
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_decode_float(
545
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_packet_get_bandwidth(const unsigned char *data) OPUS_ARG_NONNULL(1);
556
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_packet_get_samples_per_frame(const unsigned char *data, opus_int32 Fs) OPUS_ARG_NONNULL(1 (…)
[
all
...]
opus_custom.h
121
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
138
OPUS_CUSTOM_EXPORT_STATIC
OPUS_WARN_UNUSED_RESULT
int opus_custom_encoder_get_size(
174
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusCustomEncoder *opus_custom_encoder_create(
203
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_custom_encode_float(
224
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_custom_encode(
249
OPUS_CUSTOM_EXPORT_STATIC
OPUS_WARN_UNUSED_RESULT
int opus_custom_decoder_get_size(
283
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusCustomDecoder *opus_custom_decoder_create(
303
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_custom_decode_float(
320
OPUS_CUSTOM_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_custom_decode(
opus_multistream.h
203
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
opus_int32 opus_multistream_encoder_get_size(
208
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
opus_int32 opus_multistream_surround_encoder_get_size(
257
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusMSEncoder *opus_multistream_encoder_create(
267
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusMSEncoder *opus_multistream_surround_encoder_create(
377
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_multistream_encode(
422
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_multistream_encode_float(
470
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
opus_int32 opus_multistream_decoder_get_size(
504
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
OpusMSDecoder *opus_multistream_decoder_create(
585
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_multistream_decode(
623
OPUS_EXPORT
OPUS_WARN_UNUSED_RESULT
int opus_multistream_decode_float
[
all
...]
opus_defines.h
117
# define
OPUS_WARN_UNUSED_RESULT
__attribute__ ((__warn_unused_result__))
119
# define
OPUS_WARN_UNUSED_RESULT
Completed in 41 milliseconds