HomeSort by relevance Sort by last modified time
    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();
123 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
151 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
179 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
181 opus_decoder_ctl(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1));
194 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
203 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
250 opus_decoder_ctl(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1));
268 opus_decoder_ctl(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1));
289 opus_decoder_ctl(dec[t], OPUS_GET_FINAL_RANGE(&dec_final_range1))
    [all...]
test_opus_api.c 151 err=opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
157 err=opus_decoder_ctl(dec,OPUS_UNIMPLEMENTED);
163 err=opus_decoder_ctl(dec, OPUS_GET_BANDWIDTH(&i));
169 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(nullvalue));
173 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i));
181 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i));
188 err=opus_decoder_ctl(dec, OPUS_GET_PITCH(&i));
194 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(&i));
198 err=opus_decoder_ctl(dec, OPUS_GET_GAIN(nullvalue));
201 err=opus_decoder_ctl(dec, OPUS_SET_GAIN(-32769))
    [all...]
test_opus_encode.c 251 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE);
269 if(opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_failed();
357 opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
372 opus_decoder_ctl(dec_err[0], OPUS_GET_FINAL_RANGE(&dec_final_range));
379 opus_decoder_ctl(dec_err[dec2], OPUS_GET_FINAL_RANGE(&dec_final_range2));
  /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...]
  /external/chromium_org/third_party/opus/src/src/
opus_multistream.c 934 ret = opus_decoder_ctl(dec, request, value);
951 ret = opus_decoder_ctl(dec, request, &tmp);
969 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE);
1008 ret = opus_decoder_ctl(dec, request, value);
opus_demo.c 688 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));
730 opus_decoder_ctl(dec, OPUS_GET_FINAL_RANGE(&dec_final_range));
opus_decoder.c 862 int opus_decoder_ctl(OpusDecoder *st, int request, ...) function
955 /*fprintf(stderr, "unknown opus_decoder_ctl() request: %d", request);*/

Completed in 1050 milliseconds