Searched refs:buf_length (Results 1 – 6 of 6) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/utest/ |
D | xaf-dec-test.c | 94 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()
|
D | xaf-dec-mix-test.c | 105 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()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
|
D | QCameraChannel.cpp | 1572 size_t buf_length, int32_t &ret_val) in doReprocess() argument 1588 buf_fd, buffer, buf_length); in doReprocess()
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 566 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
|
D | QCamera3Channel.cpp | 4855 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, void *buffer, size_t buf_length, in doReprocess() argument 4872 buf_fd, buffer, buf_length); in doReprocess()
|