Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/nu_packages/CCAP_Sensors/
A Dsensor_hm1055.c336 .sViewInfo.u32Width = 640,
337 .sViewInfo.u32Height = 480,
338 .sViewInfo.pu8FarmAddr = RT_NULL, /*Unused*/
343 .sViewInfo.u32PixFmt = (CCAP_PAR_INDATORD_YUYV | CCAP_PAR_INFMT_YUV422),
346 .sViewInfo.u32PixFmt = (CCAP_PAR_INDATORD_YUYV | CCAP_PAR_INFMT_YUV422),
352 .sViewInfo.u32Width = 1280,
353 .sViewInfo.u32Height = 720,
354 .sViewInfo.pu8FarmAddr = RT_NULL, /*Unused*/
359 .sViewInfo.u32PixFmt = (CCAP_PAR_INDATORD_YUYV | CCAP_PAR_INFMT_YUV422),
362 .sViewInfo.u32PixFmt = (CCAP_PAR_INDATORD_YUYV | CCAP_PAR_INFMT_YUV422),
A Dsensor_adv728x.c260 psInfo->sViewInfo.u32Width, in ccap_sensor_set_mode_adv728x()
261 psInfo->sViewInfo.u32Height, in ccap_sensor_set_mode_adv728x()
262 psInfo->sViewInfo.u32PixFmt); in ccap_sensor_set_mode_adv728x()
305 .sViewInfo.u32Width = 720,
306 .sViewInfo.u32Height = 576,
307 .sViewInfo.pu8FarmAddr = RT_NULL, /*Unused*/
308 .sViewInfo.u32PixFmt = (CCAP_PAR_INDATORD_VYUY | CCAP_PAR_INFMT_YUV422),
A Dccap_sensor.c72 psInfo->sViewInfo.u32Width, in ccap_sensor_set_mode_general()
73 psInfo->sViewInfo.u32Height, in ccap_sensor_set_mode_general()
74 psInfo->sViewInfo.u32PixFmt); in ccap_sensor_set_mode_general()
216 if ((psViewInfo->u32Width <= psSensorPriv->psModeInfo[i].sViewInfo.u32Width) && in ccap_find_suit_mode()
217 (psViewInfo->u32Height <= psSensorPriv->psModeInfo[i].sViewInfo.u32Height)) in ccap_find_suit_mode()
A Dccap_sensor.h54 ccap_view_info sViewInfo; member

Completed in 9 milliseconds