HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_GET_LAST_PACKET_DURATION (Results 1 - 3 of 3) 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();
179 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
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();
318 if(opus_decoder_ctl(dec[t], OPUS_GET_LAST_PACKET_DURATION(&dur))!=OPUS_OK)test_failed();
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 527 #define OPUS_GET_LAST_PACKET_DURATION(x) OPUS_GET_LAST_PACKET_DURATION_REQUEST, __opus_check_int_ptr(x)
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 688 opus_decoder_ctl(dec, OPUS_GET_LAST_PACKET_DURATION(&output_samples));

Completed in 590 milliseconds