Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 4 of 4) sorted by relevance

/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
725 for(row = 0; row < ht; row++) in convert_YUYV_to_420_NV12()
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++) in convert_YUYV_to_420_NV12()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp1490 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
1494 ht = (ht + 15) & ~15; in venc_use_buf()
1497 luma_size = ht * wd; in venc_use_buf()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1695 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
1699 ht = (ht + 15) & ~15; in venc_use_buf()
1702 luma_size = ht * wd; in venc_use_buf()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1694 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local
1698 ht = (ht + 15) & ~15; in venc_use_buf()
1701 luma_size = ht * wd; in venc_use_buf()