Searched refs:height (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_pxp.c | 132 uint16_t height, 489 …base->OUT_LRC = PXP_OUT_LRC_Y((uint32_t)config->height - 1U) | PXP_OUT_LRC_X((uint32_t)config->w… in PXP_SetOutputBufferConfig() 497 PXP_DITHER_STORE_SIZE_CH0_OUT_HEIGHT(config->height - 1U); in PXP_SetOutputBufferConfig() 913 uint16_t height, in PXP_StartRectCopy() argument 941 PXP_SetAlphaSurfacePosition(base, 0U, 0U, width - 1U, height - 1U); in PXP_StartRectCopy() 956 outputBufferConfig.height = height; in PXP_StartRectCopy() 980 if ((0U == config->height) || (0U == config->width)) in PXP_StartPictureCopy() 1000 config->height, config->pixelFormat); in PXP_StartPictureCopy() 1017 uint32_t height; in PXP_StartMemCopy() local 1030 height = 8U; in PXP_StartMemCopy() [all …]
|
D | fsl_csi.c | 338 ((uint32_t)(config->height) << CSI_CSIIMAG_PARA_IMAGE_HEIGHT_SHIFT); in CSI_Init() 462 config->height = 240U; in CSI_GetDefaultConfig() 1128 if (config->height % config->dmaBufferLine != 0U) in CSI_FragModeCreateHandle() 1136 handle->height = config->height; in CSI_FragModeCreateHandle() 1239 handle->windowLRY = handle->height - 1U; in CSI_FragModeTransferCaptureImage() 1381 if (handle->dmaCurLine >= handle->height) in CSI_FragModeTransferHandleIRQ()
|
D | fsl_csi.h | 147 uint16_t height; /*!< Lines of the input frame. */ member 283 uint16_t height; /*!< Lines of the input frame. */ member 322 uint16_t height; /*!< Lines of the input frame. */ member
|
D | fsl_lcdifv2.h | 461 … void LCDIFV2_SetLayerSize(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t width, uint16_t height) in LCDIFV2_SetLayerSize() argument 464 …((uint32_t)height << LCDIFV2_CTRLDESCL1_HEIGHT_SHIFT) | ((uint32_t)width << LCDIFV2_CTRLDESCL1_WID… in LCDIFV2_SetLayerSize()
|
D | fsl_pxp.h | 163 uint16_t height; /*!< How many lines in output buffer. */ member 528 uint16_t height; /*!< Lines to copy. */ member
|
/hal_nxp-2.7.6/mcux/boards/evkmimxrt1170/ |
D | display_support.c | 153 .height = DEMO_PANEL_HEIGHT, 183 .height = DEMO_PANEL_HEIGHT,
|