OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_strerror
(Results
1 - 8
of
8
) sorted by null
/external/libopus/doc/
trivial_example.c
74
fprintf(stderr, "failed to create an encoder: %s\n",
opus_strerror
(err));
84
fprintf(stderr, "failed to set bitrate: %s\n",
opus_strerror
(err));
100
fprintf(stderr, "failed to create decoder: %s\n",
opus_strerror
(err));
129
fprintf(stderr, "encode failed: %s\n",
opus_strerror
(nbBytes));
141
fprintf(stderr, "decoder failed: %s\n",
opus_strerror
(err));
/external/libopus/celt/
opus_custom_demo.c
107
fprintf(stderr, "Failed to create the encoder: %s\n",
opus_strerror
(err));
115
fprintf(stderr, "Failed to create the decoder: %s\n",
opus_strerror
(err));
139
fprintf (stderr, "opus_custom_encode() failed: %s\n",
opus_strerror
(len));
172
fprintf(stderr, "opus_custom_decode() failed: %s\n",
opus_strerror
(ret));
celt.c
195
const char *
opus_strerror
(int error)
function
/external/libopus/src/
repacketizer_demo.c
149
fprintf(stderr, "opus_repacketizer_cat() failed: %s\n",
opus_strerror
(err));
179
fprintf(stderr, "opus_repacketizer_out() failed: %s\n",
opus_strerror
(err));
207
fprintf(stderr, "opus_repacketizer_out() failed: %s\n",
opus_strerror
(err));
opus_demo.c
529
fprintf(stderr, "Cannot create encoder: %s\n",
opus_strerror
(err));
553
fprintf(stderr, "Cannot create decoder: %s\n",
opus_strerror
(err));
744
fprintf(stderr, "padding failed: %s\n",
opus_strerror
(err));
816
opus_strerror
(output_samples));
[
all
...]
/frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp
383
opus_strerror
(status));
392
opus_strerror
(status));
/external/libopus/include/
opus_defines.h
713
OPUS_EXPORT const char *
opus_strerror
(int error);
/external/libopus/tests/
test_opus_api.c
[
all
...]
Completed in 45 milliseconds