Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) in convert_YUYV_to_420_NV12() argument
728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2]; in convert_YUYV_to_420_NV12()
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
/device/htc/flounder/audio/hal/
Daudio_hw.c1562 audio_buffer_t in_buf; in read_and_process_frames() local
1631 in_buf.frameCount = in->proc_buf_frames; in read_and_process_frames()
1632 in_buf.s16 = in->proc_buf_in; in read_and_process_frames()
1643 &in_buf, in read_and_process_frames()
1650 in->proc_buf_frames -= in_buf.frameCount; in read_and_process_frames()
1654 in->proc_buf_in + in_buf.frameCount * in->config.channels, in read_and_process_frames()