OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_decoder_ctl
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c
111
if(
opus_decoder_ctl
(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
127
if(
opus_decoder_ctl
(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
155
if(
opus_decoder_ctl
(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
183
if(
opus_decoder_ctl
(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
185
opus_decoder_ctl
(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1));
198
if(
opus_decoder_ctl
(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
207
if(
opus_decoder_ctl
(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
254
opus_decoder_ctl
(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1));
272
opus_decoder_ctl
(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1));
293
opus_decoder_ctl
(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1))
[
all
...]
test_opus_api.c
150
err=
opus_decoder_ctl
(dec, OPUS_GET_FINAL_RANGE((opus_uint32 *)NULL));
153
err=
opus_decoder_ctl
(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
159
err=
opus_decoder_ctl
(dec,OPUS_UNIMPLEMENTED);
164
err=
opus_decoder_ctl
(dec, OPUS_GET_BANDWIDTH((opus_int32 *)NULL));
167
err=
opus_decoder_ctl
(dec, OPUS_GET_BANDWIDTH(&i));
172
err=
opus_decoder_ctl
(dec, OPUS_GET_SAMPLE_RATE((opus_int32 *)NULL));
175
err=
opus_decoder_ctl
(dec, OPUS_GET_SAMPLE_RATE(&i));
181
err=
opus_decoder_ctl
(dec, OPUS_GET_PITCH(nullvalue));
185
err=
opus_decoder_ctl
(dec, OPUS_GET_PITCH(&i));
193
err=
opus_decoder_ctl
(dec, OPUS_GET_PITCH(&i))
[
all
...]
test_opus_encode.c
255
if(fast_rand()%50==0)
opus_decoder_ctl
(dec, OPUS_RESET_STATE);
273
if(
opus_decoder_ctl
(dec, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_failed();
361
opus_decoder_ctl
(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
376
opus_decoder_ctl
(dec_err[0], OPUS_GET_FINAL_RANGE(&dec_final_range));
383
opus_decoder_ctl
(dec_err[dec2], OPUS_GET_FINAL_RANGE(&dec_final_range2));
/external/chromium_org/third_party/opus/src/src/
opus_multistream_decoder.c
395
ret =
opus_decoder_ctl
(dec, request, value);
416
ret =
opus_decoder_ctl
(dec, request, &tmp);
434
ret =
opus_decoder_ctl
(dec, OPUS_RESET_STATE);
477
ret =
opus_decoder_ctl
(dec, request, value);
opus_demo.c
203
#define
opus_decoder_ctl
opus_multistream_decoder_ctl
762
opus_decoder_ctl
(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
770
opus_decoder_ctl
(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
813
opus_decoder_ctl
(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
[
all
...]
opus_decoder.c
922
int
opus_decoder_ctl
(OpusDecoder *st, int request, ...)
function
1023
/*fprintf(stderr, "unknown
opus_decoder_ctl
() request: %d", request);*/
/external/chromium_org/third_party/opus/src/include/
opus.h
507
OPUS_EXPORT int
opus_decoder_ctl
(OpusDecoder *st, int request, ...) OPUS_ARG_NONNULL(1);
[
all
...]
Completed in 118 milliseconds