Home
last modified time | relevance | path

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

/hardware/qcom/msm8996/kernel-headers/linux/
Dqseecom.h132 uint8_t * in_buf; member
/hardware/qcom/msm8x09/kernel-headers/linux/
Dqseecom.h132 uint8_t * in_buf; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dqseecom.h184 uint8_t *in_buf; member
/hardware/qcom/msm8x09/original-kernel-headers/
Dqseecom.h184 uint8_t *in_buf; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dqseecom.h184 uint8_t *in_buf; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dqseecom.h132 uint8_t * in_buf; member
/hardware/qcom/camera/msm8998/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()