OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_GET_LAST_PACKET_DURATION
(Results
1 - 4
of
4
) sorted by null
/external/libopus/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();
183
if(opus_decoder_ctl(dec[t],
OPUS_GET_LAST_PACKET_DURATION
(&dur))!=OPUS_OK)test_failed();
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();
322
if(opus_decoder_ctl(dec[t],
OPUS_GET_LAST_PACKET_DURATION
(&dur))!=OPUS_OK)test_failed();
test_opus_api.c
205
err=opus_decoder_ctl(dec,
OPUS_GET_LAST_PACKET_DURATION
((opus_int32 *)NULL));
208
err=opus_decoder_ctl(dec,
OPUS_GET_LAST_PACKET_DURATION
(&i));
211
fprintf(stdout,"
OPUS_GET_LAST_PACKET_DURATION
................ OK.\n");
[
all
...]
/external/libopus/include/
opus_defines.h
551
#define
OPUS_GET_LAST_PACKET_DURATION
(x) OPUS_GET_LAST_PACKET_DURATION_REQUEST, __opus_check_int_ptr(x)
/external/libopus/src/
opus_demo.c
772
opus_decoder_ctl(dec,
OPUS_GET_LAST_PACKET_DURATION
(&output_samples));
780
opus_decoder_ctl(dec,
OPUS_GET_LAST_PACKET_DURATION
(&output_samples));
[
all
...]
Completed in 1750 milliseconds