Searched refs:pb_handle (Results 1 – 2 of 2) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
D | xaf-dec-test.c | 46 void *pb_handle = NULL; variable 103 if (xa_playback_buf(pb_handle, p_buf, buf_length)) { in consume_output() 294 pb_handle = xa_playback_open(card, device, pb_format.channels, pb_format.sample_rate, in main() 296 if (!pb_handle) { in main() 334 xa_playback_close(pb_handle); in main()
|
D | xaf-dec-mix-test.c | 50 void *pb_handle = NULL; variable 114 if (xa_playback_buf(pb_handle, p_buf, buf_length)) { in consume_output() 369 pb_handle = xa_playback_open(card, device, pb_format.channels, pb_format.sample_rate, in main() 371 if (!pb_handle) { in main() 411 xa_playback_close(pb_handle); in main()
|