OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msdec
(Results
1 - 2
of
2
) sorted by null
/external/libopus/tests/
test_opus_encode.c
126
OpusMSDecoder *
MSdec
;
189
MSdec
= opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err);
190
if(err != OPUS_OK ||
MSdec
==NULL)test_failed();
347
if(opus_multistream_decoder_ctl(
MSdec
, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
375
out_samples = opus_multistream_decode(
MSdec
, packet, len, out2buf, MAX_FRAME_SAMP, 0);
377
if(opus_multistream_decoder_ctl(
MSdec
, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_failed();
463
if(opus_multistream_decoder_ctl(
MSdec
, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
464
opus_multistream_decoder_destroy(
MSdec
);
test_opus_api.c
1766
OpusMSDecoder *
msdec
;
local
[
all
...]
Completed in 82 milliseconds