Home
last modified time | relevance | path

Searched refs:st_dec (Results 1 – 1 of 1) sorted by relevance

/external/libopus/tests/
Dtest_opus_projection.c197 OpusProjectionDecoder *st_dec = NULL; in test_creation_arguments() local
226 st_dec = opus_projection_decoder_create(Fs, channels, streams, in test_creation_arguments()
228 if (st_dec != NULL) in test_creation_arguments()
230 opus_projection_decoder_destroy(st_dec); in test_creation_arguments()
292 OpusProjectionDecoder *st_dec; in test_encode_decode() local
336 st_dec = opus_projection_decoder_create(Fs, channels, streams, coupled, in test_encode_decode()
357 st_dec, data, len, buffer_out, MAX_FRAME_SAMPLES, 0); in test_encode_decode()