/hal_nxp-3.6.0/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-3.6.0/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-3.6.0/mcux/mcux-sdk/components/video/display/dc/lcdif/ |
D | fsl_dc_fb_lcdif.c | 82 lcdifConfig.panelHeight = dcConfig->height; in DC_FB_LCDIF_Init() 92 dcHandle->height = dcConfig->height; in DC_FB_LCDIF_Init() 175 assert(fbInfo->height == dcHandle->height); in DC_FB_LCDIF_SetLayerConfig() 200 fbInfo->height = dcHandle->height; in DC_FB_LCDIF_GetLayerDefaultConfig()
|
D | fsl_dc_fb_lcdif.h | 55 uint16_t height; /*!< Panel height. */ member 65 uint16_t height; /*!< Height of the panel. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pxp/ |
D | fsl_pxp.c | 149 uint16_t height, 612 …base->OUT_LRC = PXP_OUT_LRC_Y((uint32_t)config->height - 1U) | PXP_OUT_LRC_X((uint32_t)config->w… in PXP_SetOutputBufferConfig() 620 … PXP_DITHER_STORE_SIZE_CH0_OUT_HEIGHT((uint32_t)config->height - 1U); in PXP_SetOutputBufferConfig() 639 uint16_t height, in PXP_BuildRect() argument 675 PXP_SetAlphaSurfacePosition(base, 0, 0, width, height); in PXP_BuildRect() 691 outputBufferConfig.height = height; in PXP_BuildRect() 1186 uint16_t height, in PXP_StartRectCopy() argument 1214 PXP_SetAlphaSurfacePosition(base, 0U, 0U, width - 1U, height - 1U); in PXP_StartRectCopy() 1229 outputBufferConfig.height = height; in PXP_StartRectCopy() 1253 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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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()
|
D | fsl_prg.h | 41 uint16_t height; /*!< Frame buffer height. */ member
|
/hal_nxp-3.6.0/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()
|
D | fsl_dpr.h | 39 uint16_t height; /*!< Frame buffer height. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/csi/ |
D | fsl_csi.c | 338 ((uint32_t)(config->height) << CSI_IMAG_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 | 134 uint16_t height; /*!< Lines of the input frame. */ member 267 uint16_t height; /*!< Lines of the input frame. */ member 306 uint16_t height; /*!< Lines of the input frame. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/ |
D | fsl_display.h | 22 uint16_t height; member 78 uint16_t height; member
|
/hal_nxp-3.6.0/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-3.6.0/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-3.6.0/mcux/mcux-sdk/middleware/issdk/tools/Serial_To_MQTT/ |
D | CloudBridgeNXPDemo.py | 358 textBox = ScrolledText(root, font=('times', 10), height=30, fg='green', bg='black', state=DISABLED) 361 Label(root, font=('times', 12, 'bold'), height=2, disabledforeground='black', text=USER_NAME_STR, b… 375 Label(root, font=('times', 12, 'bold'), height=2, disabledforeground='black', text=TOPIC_STR, bg='l… 380 Label(root, font=('times', 12, 'bold'), height=2, disabledforeground='black', text=SERVER_URL_STR, …
|
/hal_nxp-3.6.0/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 …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdifv2/ |
D | fsl_lcdifv2.h | 462 … void LCDIFV2_SetLayerSize(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t width, uint16_t height) in LCDIFV2_SetLayerSize() argument 465 …((uint32_t)height << LCDIFV2_CTRLDESCL1_HEIGHT_SHIFT) | ((uint32_t)width << LCDIFV2_CTRLDESCL1_WID… in LCDIFV2_SetLayerSize()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/include/libinclude/ |
D | KeynetikPedometer.h | 23 …uint8_t height; /* Height in centimeters. This is used to estimate the step length if stepleng… member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/ |
D | fsl_dc_fb.h | 27 uint16_t height; /*!< How many lines in one frame buffer. */ member
|