Home
last modified time | relevance | path

Searched refs:pixelFormat (Results 1 – 25 of 26) sorted by relevance

12

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.c104 assert((uint32_t)config->pixelFormat < ARRAY_SIZE(s_pixelFormatReg)); in ELCDIF_RgbModeInit()
118 …base->CTRL = s_pixelFormatReg[(uint32_t)config->pixelFormat].regCtrl | (uint32_t)(config->dataBus)… in ELCDIF_RgbModeInit()
123 base->CTRL1 = s_pixelFormatReg[(uint32_t)config->pixelFormat].regCtrl1; in ELCDIF_RgbModeInit()
195 config->pixelFormat = kELCDIF_PixelFormatRGB888; in ELCDIF_RgbModeGetDefaultConfig()
205 void ELCDIF_RgbModeSetPixelFormat(LCDIF_Type *base, elcdif_pixel_format_t pixelFormat) in ELCDIF_RgbModeSetPixelFormat() argument
207 assert((uint32_t)pixelFormat < ARRAY_SIZE(s_pixelFormatReg)); in ELCDIF_RgbModeSetPixelFormat()
211 s_pixelFormatReg[(uint32_t)pixelFormat].regCtrl; in ELCDIF_RgbModeSetPixelFormat()
213 base->CTRL1 = s_pixelFormatReg[(uint32_t)pixelFormat].regCtrl1; in ELCDIF_RgbModeSetPixelFormat()
303 …TRL = (base->AS_CTRL & ~LCDIF_AS_CTRL_FORMAT_MASK) | LCDIF_AS_CTRL_FORMAT(config->pixelFormat); in ELCDIF_SetAlphaSurfaceBufferConfig()
Dfsl_elcdif.h204 elcdif_pixel_format_t pixelFormat; /*!< Pixel format. */ member
228 elcdif_as_pixel_format_t pixelFormat; /*!< Pixel format. */ member
368 void ELCDIF_RgbModeSetPixelFormat(LCDIF_Type *base, elcdif_pixel_format_t pixelFormat);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/rm67162/
Dfsl_rm67162.c389 if (kVIDEO_PixelFormatRGB565 == config->pixelFormat) in RM67162_Init()
393 … if ((kVIDEO_PixelFormatXRGB8888 == config->pixelFormat) || (kVIDEO_PixelFormatRGB888 == config->p… in RM67162_Init()
402 handle->pixelFormat = config->pixelFormat; in RM67162_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c91 elcdifConfig.pixelFormat = DC_FB_ELCDIF_DEFAULT_PIXEL_FORMAT_ELCDIF; in DC_FB_ELCDIF_Init()
165 elcdif_pixel_format_t pixelFormat; in DC_FB_ELCDIF_SetLayerConfig() local
174 … assert(fbInfo->strideBytes == VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) * dcHandle->width / 8U); in DC_FB_ELCDIF_SetLayerConfig()
176 status = DC_FB_ELCDIF_GetPixelFormat(fbInfo->pixelFormat, &pixelFormat); in DC_FB_ELCDIF_SetLayerConfig()
182 ELCDIF_RgbModeSetPixelFormat(dcHandle->elcdif, pixelFormat); in DC_FB_ELCDIF_SetLayerConfig()
198 fbInfo->pixelFormat = DC_FB_ELCDIF_DEFAULT_PIXEL_FORMAT; in DC_FB_ELCDIF_GetLayerDefaultConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.c181 lcdifv2_pixel_format_t pixelFormat; in DC_FB_LCDIFV2_SetLayerConfig() local
189 status = DC_FB_LCDIFV2_GetPixelFormat(fbInfo->pixelFormat, &pixelFormat); in DC_FB_LCDIFV2_SetLayerConfig()
199 bufferConfig.pixelFormat = pixelFormat; in DC_FB_LCDIFV2_SetLayerConfig()
216 fbInfo->pixelFormat = DC_FB_LCDIFV2_DEFAULT_PIXEL_FORMAT; in DC_FB_LCDIFV2_GetLayerDefaultConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.c172 … fbInfo->strideBytes = panelHandle->width * VIDEO_GetPixelSizeBits(panelHandle->pixelFormat) / 8U; in DC_FB_DSI_CMD_GetLayerDefaultConfig()
173 fbInfo->pixelFormat = panelHandle->pixelFormat; in DC_FB_DSI_CMD_GetLayerDefaultConfig()
188 uint8_t byteperpixel = VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) / 8U; in DC_FB_DSI_CMD_SetFrameBuffer()
292 byteperpixel = VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) / 8U; in DC_FB_DSI_CMD_TE_IRQHandler()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c275 …if ((kVIDEO_PixelFormatRGB565 != config->pixelFormat) && (kVIDEO_PixelFormatYUYV != config->pixelF… in MT9M114_Init()
276 (kVIDEO_PixelFormatRAW8 != config->pixelFormat)) in MT9M114_Init()
324 if (kVIDEO_PixelFormatRGB565 == config->pixelFormat) in MT9M114_Init()
328 else if (kVIDEO_PixelFormatRAW8 == config->pixelFormat) in MT9M114_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.c167 lcdif_fb_format_t pixelFormat; in DC_FB_LCDIF_SetLayerConfig() local
177 status = DC_FB_LCDIF_GetPixelFormat(fbInfo->pixelFormat, &pixelFormat); in DC_FB_LCDIF_SetLayerConfig()
183 dcHandle->layers[layer].fbConfig.format = pixelFormat; in DC_FB_LCDIF_SetLayerConfig()
202 fbInfo->pixelFormat = DC_FB_LCDIF_DEFAULT_PIXEL_FORMAT; in DC_FB_LCDIF_GetLayerDefaultConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c150 pxp_as_pixel_format_t pixelFormat);
353 …se->AS_CTRL = (base->AS_CTRL & ~PXP_AS_CTRL_FORMAT_MASK) | PXP_AS_CTRL_FORMAT(config->pixelFormat); in PXP_SetAlphaSurfaceBufferConfig()
495 … PXP_PS_CTRL_FORMAT(config->pixelFormat) | PXP_PS_CTRL_WB_SWAP(config->swapByte)); in PXP_SetProcessSurfaceBufferConfig()
606 … PXP_OUT_CTRL_FORMAT(config->pixelFormat) | PXP_OUT_CTRL_INTERLACED_OUTPUT(config->interlacedMode); in PXP_SetOutputBufferConfig()
659 .pixelFormat = kPXP_AsPixelFormatARGB8888, in PXP_BuildRect()
685 outputBufferConfig.pixelFormat = outFormat; in PXP_BuildRect()
1187 pxp_as_pixel_format_t pixelFormat) in PXP_StartRectCopy() argument
1209 asBufferConfig.pixelFormat = pixelFormat; in PXP_StartRectCopy()
1223 outputBufferConfig.pixelFormat = (pxp_output_pixel_format_t)pixelFormat; in PXP_StartRectCopy()
1258 …if ((config->pixelFormat == kPXP_AsPixelFormatARGB8888) || (config->pixelFormat == kPXP_AsPixelFor… in PXP_StartPictureCopy()
[all …]
Dfsl_pxp.h332 pxp_output_pixel_format_t pixelFormat; /*!< Output buffer pixel format. */ member
389 pxp_ps_pixel_format_t pixelFormat; /*!< PS buffer pixel format. */ member
419 pxp_as_pixel_format_t pixelFormat; /*!< AS buffer pixel format. */ member
753 pxp_as_pixel_format_t pixelFormat; /*!< Buffer pixel format. */ member
897 pxp_fetch_pixel_format_t pixelFormat; /*!< Input pixel fetch format */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/
Dfsl_display.h58 video_pixel_format_t pixelFormat; /*!< Pixel format. */ member
79 video_pixel_format_t pixelFormat; member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.c779 …ic status_t OV5640_SetPixelFormat(camera_device_handle_t *handle, video_pixel_format_t pixelFormat) in OV5640_SetPixelFormat() argument
784 switch (pixelFormat) in OV5640_SetPixelFormat()
819 …if ((kVIDEO_PixelFormatYUYV != config->pixelFormat) && (kVIDEO_PixelFormatRGB565 != config->pixelF… in OV5640_Init()
883 OV5640_CHECK_RET(OV5640_SetPixelFormat(handle, config->pixelFormat)); in OV5640_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/receiver/isi/
Dfsl_isi_camera_adapter.c116 .outputPixelFormat = config->pixelFormat, in ISI_ADAPTER_Init()
334 if (VIDEO_IsYUV(config->pixelFormat)) in ISI_ADAPTER_InitExt()
346 if (VIDEO_IsYUV(config->pixelFormat)) in ISI_ADAPTER_InitExt()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.c51 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat) in VIDEO_GetPixelSizeBits() argument
55 switch (pixelFormat) in VIDEO_GetPixelSizeBits()
Dfsl_video_common.h175 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c458 status_t SSD1963_SetPixelFormat(ssd1963_handle_t *handle, ssd1963_pixel_interface_t pixelFormat) in SSD1963_SetPixelFormat() argument
479 if (kSSD1963_RGB888 == pixelFormat) in SSD1963_SetPixelFormat()
484 if (kSSD1963_BGR565 == pixelFormat) in SSD1963_SetPixelFormat()
Dfsl_ssd1963.h400 status_t SSD1963_SetPixelFormat(ssd1963_handle_t *handle, ssd1963_pixel_interface_t pixelFormat);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/
Dfsl_camera.h41 video_pixel_format_t pixelFormat; /*!< Pixel format. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/
Dfsl_dc_fb.h29 video_pixel_format_t pixelFormat; /*!< Pixel format of the frame buffer */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.c158 fbInfo->pixelFormat = DC_FB_SSD1963_DEFAULT_PIXEL_FORMAT; in DC_FB_SSD1963_GetLayerDefaultConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c2058 config->pixelFormat = kDPU_PixelFormatARGB8888; in DPU_SrcBufferGetDefaultConfig()
2094 control->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetFetchUnitSrcBufferConfig()
2095 control->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetFetchUnitSrcBufferConfig()
2422 store->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetStoreDstBufferConfig()
2423 store->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetStoreDstBufferConfig()
2452 config->pixelFormat = kDPU_PixelFormatARGB8888; in DPU_DstBufferGetDefaultConfig()
Dfsl_dpu.h504 dpu_pixel_format_t pixelFormat; /*!< Pixel format. */ member
538 dpu_pixel_format_t pixelFormat; /*!< Pixel format. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.h174 lcdifv2_pixel_format_t pixelFormat; /*!< Source buffer pixel format. */ member
Dfsl_lcdifv2.c274 …LCDIFV2_CTRLDESCL5_BPP_MASK | LCDIFV2_CTRLDESCL5_YUV_FORMAT_MASK)) | (uint32_t)config->pixelFormat; in LCDIFV2_SetLayerBufferConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/max9286/
Dfsl_max9286.c766 if (kVIDEO_PixelFormatYUYV != config->pixelFormat) in MAX9286_InitExt()

12