Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c94 static int consume_output(void *p_buf, int buf_length, void *p_output) in consume_output() argument
101 fwrite(p_buf, 1, buf_length, fp); in consume_output()
103 if (xa_playback_buf(pb_handle, p_buf, buf_length)) { in consume_output()
112 static int read_input(void *p_buf, int buf_length, int *read_length, void *p_input) in read_input() argument
120 *read_length = fread(p_buf, 1, buf_length, fp); in read_input()
189 int buf_length = XAF_INBUF_SIZE; in main() local
279 XF_CHK_API(read_input(dec_inbuf[i], buf_length, &read_length, p_input)); in main()
Dxaf-dec-mix-test.c105 static int consume_output(void *p_buf, int buf_length, void *p_output) in consume_output() argument
112 fwrite(p_buf, 1, buf_length, fp); in consume_output()
114 if (xa_playback_buf(pb_handle, p_buf, buf_length)) { in consume_output()
123 static int read_input(void *p_buf, int buf_length, int *read_length, void *p_input) in read_input() argument
131 *read_length = fread(p_buf, 1, buf_length, fp); in read_input()
217 int buf_length = XAF_INBUF_SIZE; in main() local
321 XF_CHK_API(read_input(dec_inbuf[i][j], buf_length, &read_length, p_input[i])); in main()