Searched refs:st_enc (Results 1 – 1 of 1) sorted by relevance
196 OpusProjectionEncoder *st_enc = NULL; in test_creation_arguments() local208 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() local307 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()[all …]