Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h431 uint16_t frameWidth; /*!< Frame width. */ member
453 uint16_t frameWidth; /*!< Frame width. */ member
471 uint16_t frameWidth; /*!< Frame width. */ member
683 uint16_t frameWidth; /*!< Frame width. */ member
Dfsl_dpu.c1727 config->frameWidth = 480U; in DPU_FetchUnitGetDefaultConfig()
1824 …ffset + dimensionOffset) = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1UL); in DPU_InitFetchUnit()
1870 config->frameWidth = 480U; in DPU_FetcUnitGetDefaultWarpConfig()
1922 …fetchWarp->FRAMEDIMENSIONS = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1U… in DPU_InitFetchUnitWarp()
1976 config->frameWidth = 480U; in DPU_CorrdinatesGetDefaultConfig()
2006 dimension = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1UL); in DPU_InitWarpCoordinates()
2940 config->frameWidth = 480U; in DPU_ConstFrameGetDefaultConfig()
2957 …constFrame->FRAMEDIMENSIONS = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1… in DPU_SetConstFrameConfig()