Home
last modified time | relevance | path

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

/device/google/marlin/camera/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/google/dragon/audio/hal/
Daudio_hw.c1027 audio_buffer_t in_buf; in read_and_process_frames() local
1076 in_buf.frameCount = in->proc_buf_frames; in read_and_process_frames()
1077 in_buf.s16 = in->proc_buf_in; in read_and_process_frames()
1088 &in_buf, in read_and_process_frames()
1095 in->proc_buf_frames -= in_buf.frameCount; in read_and_process_frames()
1099 in->proc_buf_in + in_buf.frameCount * src_channels * bytes_per_sample, in read_and_process_frames()