Lines Matching refs:st_enc
196 OpusProjectionEncoder *st_enc = NULL; in test_creation_arguments() local
208 st_enc = opus_projection_ambisonics_encoder_create(Fs, channels, in test_creation_arguments()
210 if (st_enc != NULL) in test_creation_arguments()
215 ret = opus_projection_encoder_ctl(st_enc, in test_creation_arguments()
221 ret = opus_projection_encoder_ctl(st_enc, in test_creation_arguments()
224 opus_projection_encoder_destroy(st_enc); in test_creation_arguments()
291 OpusProjectionEncoder *st_enc; in test_encode_decode() local
307 st_enc = opus_projection_ambisonics_encoder_create(Fs, channels, in test_encode_decode()
318 error = opus_projection_encoder_ctl(st_enc, in test_encode_decode()
325 error = opus_projection_encoder_ctl(st_enc, in test_encode_decode()
333 error = opus_projection_encoder_ctl(st_enc, in test_encode_decode()
350 st_enc, buffer_in, BUFFER_SIZE, data, MAX_DATA_BYTES); in test_encode_decode()
364 opus_projection_encoder_destroy(st_enc); in test_encode_decode()