Searched refs:opus_decoder_ctl (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_decode.c111 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(de
[all...]
H A Dtest_opus_encode.c253 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
256 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
261 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
267 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE);
300 if(opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_failed();
418 opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
433 opus_decoder_ctl(dec_err[0], OPUS_GET_FINAL_RANGE(&dec_final_range));
440 opus_decoder_ctl(dec_err[dec2], OPUS_GET_FINAL_RANGE(&dec_final_range2));
461 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
H A Dtest_opus_api.c150 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(de
[all...]
/external/libopus/tests/
H A Dtest_opus_decode.c111 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(de
[all...]
H A Dtest_opus_encode.c253 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
256 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
261 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
267 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE);
300 if(opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_failed();
418 opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
433 opus_decoder_ctl(dec_err[0], OPUS_GET_FINAL_RANGE(&dec_final_range));
440 opus_decoder_ctl(dec_err[dec2], OPUS_GET_FINAL_RANGE(&dec_final_range2));
461 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
H A Dtest_opus_api.c150 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(de
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c199 int error = opus_decoder_ctl(inst->decoder_left, OPUS_RESET_STATE);
207 int error = opus_decoder_ctl(inst->decoder_left, OPUS_RESET_STATE);
215 int error = opus_decoder_ctl(inst->decoder_right, OPUS_RESET_STATE);
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c433 ret = opus_decoder_ctl(dec, request, value);
454 ret = opus_decoder_ctl(dec, request, &tmp);
472 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE);
515 ret = opus_decoder_ctl(dec, request, value);
H A Dopus_demo.c194 #define opus_decoder_ctl opus_multistream_decoder_ctl
772 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
780 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
823 opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
H A Dopus_decoder.c770 int opus_decoder_ctl(OpusDecoder *st, int request, ...) function
871 /*fprintf(stderr, "unknown opus_decoder_ctl() request: %d", request);*/
/external/libopus/src/
H A Dopus_multistream_decoder.c433 ret = opus_decoder_ctl(dec, request, value);
454 ret = opus_decoder_ctl(dec, request, &tmp);
472 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE);
515 ret = opus_decoder_ctl(dec, request, value);
H A Dopus_demo.c194 #define opus_decoder_ctl opus_multistream_decoder_ctl
772 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
780 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
823 opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
H A Dopus_decoder.c770 int opus_decoder_ctl(OpusDecoder *st, int request, ...) function
871 /*fprintf(stderr, "unknown opus_decoder_ctl() request: %d", request);*/
/external/chromium_org/third_party/opus/src/include/
H A Dopus.h507 OPUS_EXPORT int opus_decoder_ctl(OpusDecoder *st, int request, ...) OPUS_ARG_NONNULL(1);
/external/libopus/include/
H A Dopus.h507 OPUS_EXPORT int opus_decoder_ctl(OpusDecoder *st, int request, ...) OPUS_ARG_NONNULL(1);

Completed in 1278 milliseconds