Home
last modified time | relevance | path

Searched refs:frameHeight (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h430 uint16_t frameHeight; /*!< Frame height. */ member
452 uint16_t frameHeight; /*!< Frame height. */ member
470 uint16_t frameHeight; /*!< Frame height. */ member
682 uint16_t frameHeight; /*!< Frame height. */ member
Dfsl_dpu.c1726 config->frameHeight = 320U; in DPU_FetchUnitGetDefaultConfig()
1824 …DPU_REG(base, offset + dimensionOffset) = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->fr… in DPU_InitFetchUnit()
1869 config->frameHeight = 320U; in DPU_FetcUnitGetDefaultWarpConfig()
1922 …fetchWarp->FRAMEDIMENSIONS = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1U… in DPU_InitFetchUnitWarp()
1975 config->frameHeight = 320U; in DPU_CorrdinatesGetDefaultConfig()
2006 dimension = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1UL); in DPU_InitWarpCoordinates()
2939 config->frameHeight = 320U; in DPU_ConstFrameGetDefaultConfig()
2957 …constFrame->FRAMEDIMENSIONS = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1… in DPU_SetConstFrameConfig()