| /hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/ |
| D | fsl_jpegdec.c | 216 uint16_t width, height; in JPEGDEC_ParseHeader() local 324 height = JPEG_GET_U16(&imageBuf[3]); in JPEGDEC_ParseHeader() 326 if ((height > 0x2000U) || (width > 0x2000U) || (height < 64U) || (width < 64U)) in JPEGDEC_ParseHeader() 333 config->height = (uint32_t)height; in JPEGDEC_ParseHeader() 338 if (((height & 0xFU) != 0U) || ((width & 0xFU) != 0U)) in JPEGDEC_ParseHeader() 346 if (((height & 0x7U) != 0U) || ((width & 0xFU) != 0U)) in JPEGDEC_ParseHeader() 354 if (((height & 0x7U) != 0U) || ((width & 0x7U) != 0U)) in JPEGDEC_ParseHeader() 400 base->wrapper->IMGSIZE = (uint32_t)config->height | ((uint32_t)config->width << 16U); in JPEGDEC_ConfigDecoder() 449 descriptor->config.height = 0U; in JPEGDEC_DescptReset()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/ |
| D | fsl_pxp.c | 153 uint16_t height, 625 …base->OUT_LRC = PXP_OUT_LRC_Y((uint32_t)config->height - 1U) | PXP_OUT_LRC_X((uint32_t)config->w… in PXP_SetOutputBufferConfig() 633 … PXP_DITHER_STORE_SIZE_CH0_OUT_HEIGHT((uint32_t)config->height - 1U); in PXP_SetOutputBufferConfig() 652 uint16_t height, in PXP_BuildRect() argument 688 PXP_SetAlphaSurfacePosition(base, 0, 0, width, height); in PXP_BuildRect() 704 outputBufferConfig.height = height; in PXP_BuildRect() 1199 uint16_t height, in PXP_StartRectCopy() argument 1227 PXP_SetAlphaSurfacePosition(base, 0U, 0U, width - 1U, height - 1U); in PXP_StartRectCopy() 1242 outputBufferConfig.height = height; in PXP_StartRectCopy() 1266 if ((0U == config->height) || (0U == config->width)) in PXP_StartPictureCopy() [all …]
|
| D | fsl_pxp.h | 339 uint16_t height; /*!< How many lines in output buffer. */ member 752 uint16_t height; /*!< Lines to copy. */ member 1766 uint16_t height, 2674 …atic inline void PXP_SetHistogramSize(PXP_Type *base, uint8_t num, uint16_t width, uint16_t height) in PXP_SetHistogramSize() argument 2679 base->HIST_A_BUF_SIZE = ((uint32_t)height << 16U) | (uint32_t)width; in PXP_SetHistogramSize() 2683 base->HIST_B_BUF_SIZE = ((uint32_t)height << 16U) | (uint32_t)width; in PXP_SetHistogramSize()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdif/ |
| D | fsl_dc_fb_lcdif.c | 131 lcdifConfig.panelHeight = dcConfig->height; in DC_FB_LCDIF_Init() 141 dcHandle->height = dcConfig->height; in DC_FB_LCDIF_Init() 268 assert(fbInfo->height == dcHandle->height); in DC_FB_LCDIF_SetLayerConfig() 289 dcHandle->layers[layer].fbConfig.height = fbInfo->height; in DC_FB_LCDIF_SetLayerConfig() 322 fbInfo->height = dcHandle->height; in DC_FB_LCDIF_GetLayerDefaultConfig()
|
| D | fsl_dc_fb_lcdif.h | 57 uint16_t height; /*!< Panel height. */ member 67 uint16_t height; /*!< Height of the panel. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/ |
| D | fsl_dc_fb_dsi_cmd.c | 171 fbInfo->height = panelHandle->height; in DC_FB_DSI_CMD_GetLayerDefaultConfig() 199 fbInfo->startY + fbInfo->height - 1U); in DC_FB_DSI_CMD_SetFrameBuffer() 220 … (uint32_t)fbInfo->strideBytes - minorLoopBytes, (uint32_t)fbInfo->height); in DC_FB_DSI_CMD_SetFrameBuffer() 225 …MIPI_DSI_WriteMemory(dsiDevice, frameBuffer, (uint32_t)fbInfo->height * (uint32_t)fbInfo->strideBy… in DC_FB_DSI_CMD_SetFrameBuffer() 298 … (uint32_t)fbInfo->strideBytes - minorLoopBytes, (uint32_t)fbInfo->height); in DC_FB_DSI_CMD_TE_IRQHandler() 303 (uint32_t)fbInfo->height * (uint32_t)fbInfo->strideBytes); in DC_FB_DSI_CMD_TE_IRQHandler()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/elcdif/ |
| D | fsl_dc_fb_elcdif.c | 82 elcdifConfig.panelHeight = dcConfig->height; in DC_FB_ELCDIF_Init() 94 dcHandle->height = dcConfig->height; in DC_FB_ELCDIF_Init() 173 assert(fbInfo->height == dcHandle->height); in DC_FB_ELCDIF_SetLayerConfig() 196 fbInfo->height = dcHandle->height; in DC_FB_ELCDIF_GetLayerDefaultConfig()
|
| D | fsl_dc_fb_elcdif.h | 53 uint16_t height; /*!< Panel height. */ member 63 uint16_t height; /*!< Height of the panel. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/ |
| D | fsl_lcdif.c | 321 …ERSIZE = LCDIF_FRAMEBUFFERSIZE_WIDTH(config->width) | LCDIF_FRAMEBUFFERSIZE_HEIGHT(config->height); in LCDIF_SetFrameBufferConfig() 344 …*base, uint8_t displayIndex, uint16_t topLeftX, uint16_t topLeftY, uint16_t width, uint16_t height) in LCDIF_SetFrameBufferPosition() argument 347 … base->FRAMEBUFFERSIZE = LCDIF_FRAMEBUFFERSIZE_WIDTH(width) | LCDIF_FRAMEBUFFERSIZE_HEIGHT(height); in LCDIF_SetFrameBufferPosition() 380 …VERLAYSIZE = LCDIF_OVERLAYSIZE_WIDTH(config->width) | LCDIF_OVERLAYSIZE_HEIGHT(config->height); in LCDIF_SetOverlayLayerConfig() 395 …ERLAYSIZE1 = LCDIF_OVERLAYSIZE_WIDTH(config->width) | LCDIF_OVERLAYSIZE_HEIGHT(config->height); in LCDIF_SetOverlayLayerConfig() 429 uint16_t height, in LCDIF_SetOverlayLayerPosition() argument 436 base->OVERLAYSIZE = LCDIF_OVERLAYSIZE_WIDTH(width) | LCDIF_OVERLAYSIZE_HEIGHT(height); in LCDIF_SetOverlayLayerPosition() 441 base->OVERLAYSIZE1 = LCDIF_OVERLAYSIZE_WIDTH(width) | LCDIF_OVERLAYSIZE_HEIGHT(height); in LCDIF_SetOverlayLayerPosition() 892 uint16_t height = endY - startY + 1U; in LCDIF_DbiSelectArea() local 899 base->VDISPLAY0 = LCDIF_VDISPLAY0_DISPLAY_END((uint32_t)height) | in LCDIF_DbiSelectArea() [all …]
|
| D | fsl_lcdif.h | 286 uint16_t height; /*!< The height of the layer. */ member 844 …base, uint8_t displayIndex, uint16_t topLeftX, uint16_t topLeftY, uint16_t width, uint16_t height); 883 uint16_t height,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dbi/ |
| D | fsl_dc_fb_dbi.c | 99 … fbInfo->startX + fbInfo->width - 1U, fbInfo->startY + fbInfo->height - 1U); in DC_FB_DBI_SetLayerConfig() 109 fbInfo->height = dcDbiHandle->height; in DC_FB_DBI_GetLayerDefaultConfig() 134 (uint32_t)fbInfo->strideBytes * (uint32_t)fbInfo->height); in DC_FB_DBI_SetFrameBuffer() 162 (uint32_t)fbInfo->strideBytes * (uint32_t)fbInfo->height); in DC_FB_DBI_TE_IRQHandler()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdifv2/ |
| D | fsl_dc_fb_lcdifv2.c | 87 lcdifv2Config.panelHeight = dcConfig->height; in DC_FB_LCDIFV2_Init() 97 dcHandle->height = dcConfig->height; in DC_FB_LCDIFV2_Init() 195 LCDIFV2_SetLayerSize(lcdifv2, layer, fbInfo->width, fbInfo->height); in DC_FB_LCDIFV2_SetLayerConfig() 214 fbInfo->height = dcHandle->height; in DC_FB_LCDIFV2_GetLayerDefaultConfig()
|
| D | fsl_dc_fb_lcdifv2.h | 59 uint16_t height; /*!< Panel height. */ member 70 uint16_t height; /*!< Height of the panel. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdifv3/ |
| D | fsl_dc_fb_lcdifv3.c | 105 lcdifv3Config.panelHeight = dcConfig->height; 115 dcHandle->height = dcConfig->height; 213 LCDIFV3_SetLayerSize(lcdifv3, fbInfo->width, fbInfo->height); 232 fbInfo->height = dcHandle->height;
|
| D | fsl_dc_fb_lcdifv3.h | 52 uint16_t height; /*!< Panel height. */ member 63 uint16_t height; /*!< Height of the panel. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/ |
| D | fsl_ov7725.c | 359 uint16_t width, height; in OV7725_Init() local 370 height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in OV7725_Init() 372 if ((width > 640U) || (height > 480U)) in OV7725_Init() 500 OV7725_CHECK_RET(OV7725_WriteReg(handle, OV7725_VSIZE_REG, (uint8_t)(height >> 1U))); in OV7725_Init() 502 OV7725_CHECK_RET(OV7725_WriteReg(handle, OV7725_VOUTSIZE_REG, (uint8_t)(height >> 1U))); in OV7725_Init() 504 …tmpReg = (((uint8_t)vstart & 1U) << 6U) | (((uint8_t)hstart & 3U) << 4U) | (((uint8_t)height & 1U)… in OV7725_Init() 509 …return OV7725_WriteReg(handle, OV7725_EXHCH_REG, (((uint8_t)height & 1U) << 2U) | (((uint8_t)width… in OV7725_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/csi/ |
| D | fsl_csi.c | 290 ((uint32_t)(config->height) << CSI_IMAG_PARA_IMAGE_HEIGHT_SHIFT); in CSI_Init() 414 config->height = 240U; in CSI_GetDefaultConfig() 1078 if (config->height % config->dmaBufferLine != 0U) in CSI_FragModeCreateHandle() 1086 handle->height = config->height; in CSI_FragModeCreateHandle() 1189 handle->windowLRY = handle->height - 1U; in CSI_FragModeTransferCaptureImage() 1331 if (handle->dmaCurLine >= handle->height) in CSI_FragModeTransferHandleIRQ()
|
| D | fsl_csi.h | 120 uint16_t height; /*!< Lines of the input frame. */ member 257 uint16_t height; /*!< Lines of the input frame. */ member 296 uint16_t height; /*!< Lines of the input frame. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/ssd1963/ |
| D | fsl_dc_fb_ssd1963.c | 156 fbInfo->height = dcHandle->ssd1963.panelHeight; in DC_FB_SSD1963_GetLayerDefaultConfig() 173 fbInfo->startY + fbInfo->height - 1U); in DC_FB_SSD1963_SetFrameBuffer() 180 …return SSD1963_WriteMemory(&dcHandle->ssd1963, frameBuffer, (uint32_t)fbInfo->height * fbInfo->str… in DC_FB_SSD1963_SetFrameBuffer()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/prg/ |
| D | fsl_prg.c | 59 base->PRG_HEIGHT.RW = (uint32_t)config->height - 1U; in PRG_SetBufferConfig() 77 config->height = 1920U; in PRG_BufferGetDefaultConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dpr/ |
| D | fsl_dpr.c | 95 base->FRAME_1P_PIX_Y_CTRL.RW = DPR_ALIGN_UP(config->height, 4U); in DPR_SetBufferConfig() 110 config->height = 1920U; in DPR_BufferGetDefaultConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa9xxx_parameters.h | 418 uint8_t height; member 436 uint8_t height; member 475 uint8_t height; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/ |
| D | fsl_display.h | 22 uint16_t height; member 78 uint16_t height; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/ |
| D | fsl_video_common.h | 48 #define FSL_VIDEO_RESOLUTION(width, height) ((uint32_t)(width) | ((uint32_t)(height) << 16U)) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/ |
| D | fsl_dpu.c | 2124 void DPU_SetFetchUnitFrameSize(IRIS_MVPL_Type *base, dpu_unit_t unit, uint16_t height, uint16_t wid… in DPU_SetFetchUnitFrameSize() argument 2153 DPU_REG(base, offset + dimensionOffset) = DPU_MAKE_DIMENSION(height - 1UL, width - 1UL); in DPU_SetFetchUnitFrameSize() 3107 config->height = 240U; in DPU_DisplayTimingGetDefaultConfig() 3138 vtotal = config->height + config->vfp + config->vbp + config->vsw - 1U; in DPU_InitDisplayTiming() 3147 …y->FRAMEGEN.VTCFG1 = DPU_FRAMEGEN_VTCFG1_Vtotal(vtotal) | DPU_FRAMEGEN_VTCFG1_Vact(config->height); in DPU_InitDisplayTiming() 3172 … DPU_TCON_SPGPOSON_SPGPSON_Y((uint32_t)config->height + config->vfp - 1UL); in DPU_InitDisplayTiming() 3176 DPU_TCON_SPGPOSOFF_SPGPSOFF_Y((uint32_t)config->height + config->vfp + config->vsw - 1UL); in DPU_InitDisplayTiming() 3186 display->TCON.SPG[3].SPGPOSOFF = DPU_TCON_SPGPOSOFF_SPGPSOFF_Y(config->height); in DPU_InitDisplayTiming() 3189 …display->TCON.SPG[4].SPGPOSON = DPU_TCON_SPGPOSON_SPGPSON_Y(config->height) | DPU_TCON_SPGPOSON_S… in DPU_InitDisplayTiming() 3191 …display->TCON.SPG[4].SPGPOSOFF = DPU_TCON_SPGPOSOFF_SPGPSOFF_Y(config->height) | DPU_TCON_SPGPOSON… in DPU_InitDisplayTiming() [all …]
|