Lines Matching refs:srcWidth
979 bool CameraHardwareSec::scaleDownYuv422(char *srcBuf, uint32_t srcWidth, uint32_t srcHeight,
991 step_x = srcWidth / dstWidth;
996 src_y_start_pos = (y * step_y * (srcWidth * 2));
1011 srcWidth, uint32_t srcHeight)
1018 dst_cbcr_pos = srcWidth*srcHeight;
1020 src_y_start_pos = (y * (srcWidth * 2));
1022 for (uint32_t x = 0; x < (srcWidth * 2); x += 2) {
1029 src_y_start_pos = (y * (srcWidth * 2));
1031 for (uint32_t x = 0; x < (srcWidth * 2); x += 4) {