Lines Matching refs:test_ctx
44 pa_lo_test_context test_ctx;
142 test_ctx.context_name = context_name;
144 test_ctx.sample_spec.format = PA_SAMPLE_FLOAT32,
145 test_ctx.sample_spec.rate = SAMPLE_HZ,
146 test_ctx.sample_spec.channels = CHANNELS,
148 test_ctx.play_latency = 25;
149 test_ctx.rec_latency = 5;
151 test_ctx.read_cb = read_cb;
152 test_ctx.write_cb = write_cb;
161 fail_unless(pa_lo_test_init(&test_ctx) == 0);
162 fail_unless(pa_lo_test_run(&test_ctx) == 0);
163 pa_lo_test_deinit(&test_ctx);