Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c46 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()
Dxaf-dec-mix-test.c50 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()