Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 41) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.c216 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/
Dfsl_pxp.c153 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 …]
Dfsl_pxp.h339 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/
Dfsl_dc_fb_lcdif.c131 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()
Dfsl_dc_fb_lcdif.h57 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/
Dfsl_dc_fb_dsi_cmd.c171 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/
Dfsl_dc_fb_elcdif.c82 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()
Dfsl_dc_fb_elcdif.h53 uint16_t height; /*!< Panel height. */ member
63 uint16_t height; /*!< Height of the panel. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c321 …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 …]
Dfsl_lcdif.h286 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/
Dfsl_dc_fb_dbi.c99 … 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/
Dfsl_dc_fb_lcdifv2.c87 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()
Dfsl_dc_fb_lcdifv2.h59 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/
Dfsl_dc_fb_lcdifv3.c105 lcdifv3Config.panelHeight = dcConfig->height;
115 dcHandle->height = dcConfig->height;
213 LCDIFV3_SetLayerSize(lcdifv3, fbInfo->width, fbInfo->height);
232 fbInfo->height = dcHandle->height;
Dfsl_dc_fb_lcdifv3.h52 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/
Dfsl_ov7725.c359 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/
Dfsl_csi.c290 ((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()
Dfsl_csi.h120 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/
Dfsl_dc_fb_ssd1963.c156 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/
Dfsl_prg.c59 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/
Dfsl_dpr.c95 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/
Dtfa9xxx_parameters.h418 uint8_t height; member
436 uint8_t height; member
475 uint8_t height; member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/
Dfsl_display.h22 uint16_t height; member
78 uint16_t height; member
/hal_nxp-latest/mcux/mcux-sdk/components/video/
Dfsl_video_common.h48 #define FSL_VIDEO_RESOLUTION(width, height) ((uint32_t)(width) | ((uint32_t)(height) << 16U)) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c2124 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 …]

12