Searched refs:u32Height (Results 1 – 8 of 8) sorted by relevance
95 psCcapConfig->sPipeInfo_Packet.u32Height = DEF_FRAME_HEIGHT; in ccap_sensor_init()96 …nfo_Packet.pu8FarmAddr = rt_malloc_align(psCcapConfig->sPipeInfo_Packet.u32Height * psCcapConfig->… in ccap_sensor_init()108 psCcapConfig->sPipeInfo_Planar.u32Height = psCcapConfig->sPipeInfo_Packet.u32Height; in ccap_sensor_init()109 …nfo_Planar.pu8FarmAddr = rt_malloc_align(psCcapConfig->sPipeInfo_Planar.u32Height * psCcapConfig->… in ccap_sensor_init()121 LOG_I("Packet.FarmHeight: %d", psCcapConfig->sPipeInfo_Packet.u32Height); in ccap_sensor_init()125 LOG_I("Planar.FarmHeight: %d", psCcapConfig->sPipeInfo_Planar.u32Height); in ccap_sensor_init()157 (psCcapConfig->sPipeInfo_Planar.u32Height <= psViewInfo->u32Height)) in ccap_sensor_init()180 psCcapConfig->sRectCropping.height = psViewInfo->u32Height; in ccap_sensor_init()341 sGrabberContext.sCcapConfig.sPipeInfo_Planar.u32Height); in ccap_grabber()350 sGrabberContext.sCcapConfig.sPipeInfo_Planar.u32Height); in ccap_grabber()[all …]
107 psCcapConfig->sPipeInfo_Packet.u32Height = psLcdInfo->height / 2; in ccap_sensor_init()118 psCcapConfig->sPipeInfo_Packet.u32Height = psLcdInfo->height; in ccap_sensor_init()127 psCcapConfig->sPipeInfo_Planar.u32Height = psLcdInfo->height / 2; in ccap_sensor_init()134 psCcapConfig->sPipeInfo_Planar.u32Height = 0; in ccap_sensor_init()142 LOG_I("Planar.FarmHeight: %d", psCcapConfig->sPipeInfo_Planar.u32Height); in ccap_sensor_init()175 (psCcapConfig->sPipeInfo_Planar.u32Height <= psViewInfo->u32Height)) in ccap_sensor_init()209 if (psViewInfo->u32Height >= psCcapConfig->sPipeInfo_Packet.u32Height) in ccap_sensor_init()212 …psCcapConfig->sRectCropping.y = (psViewInfo->u32Height - psCcapConfig->sPipeInfo_Packet.u32Height)… in ccap_sensor_init()219 psCcapConfig->sRectCropping.height = psViewInfo->u32Height; in ccap_sensor_init()226 psCcapConfig->sRectCropping.height = psViewInfo->u32Height; in ccap_sensor_init()[all …]
183 if (psCcapConf->sPipeInfo_Packet.u32Height < psRectCropping->height) in ccap_pipe_configure()185 u32HN = psCcapConf->sPipeInfo_Packet.u32Height; in ccap_pipe_configure()231 u32Offset = psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width; in ccap_pipe_configure()236 …u32Offset += ((psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width) / u… in ccap_pipe_configure()243 if (psCcapConf->sPipeInfo_Planar.u32Height < psRectCropping->height) in ccap_pipe_configure()245 u32HN = psCcapConf->sPipeInfo_Planar.u32Height; in ccap_pipe_configure()414 u32Offset = psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width; in ccap_control()417 …u32Offset += ((psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width) / 2… in ccap_control()
181 if (psCcapConf->sPipeInfo_Packet.u32Height < psRectCropping->height) in ccap_pipe_configure()183 u32HN = psCcapConf->sPipeInfo_Packet.u32Height; in ccap_pipe_configure()229 u32Offset = psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width; in ccap_pipe_configure()234 …u32Offset += ((psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width) / u… in ccap_pipe_configure()241 if (psCcapConf->sPipeInfo_Planar.u32Height < psRectCropping->height) in ccap_pipe_configure()243 u32HN = psCcapConf->sPipeInfo_Planar.u32Height; in ccap_pipe_configure()412 u32Offset = psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width; in ccap_control()415 …u32Offset += ((psCcapConf->sPipeInfo_Planar.u32Height * psCcapConf->sPipeInfo_Planar.u32Width) / 2… in ccap_control()
337 .sViewInfo.u32Height = 480,353 .sViewInfo.u32Height = 720,
73 psInfo->sViewInfo.u32Height, in ccap_sensor_set_mode_general()217 (psViewInfo->u32Height <= psSensorPriv->psModeInfo[i].sViewInfo.u32Height)) in ccap_find_suit_mode()
261 psInfo->sViewInfo.u32Height, in ccap_sensor_set_mode_adv728x()306 .sViewInfo.u32Height = 576,
39 uint32_t u32Height; // Vertical total pixel member
Completed in 25 milliseconds