| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov5640/ |
| D | fsl_ov5640.c | 85 …uint32_t resolution; /*!< Resolution, see @ref video_resolution_t and @ref FSL_VIDEO_RESOLUTION. */ member 91 uint32_t resolution; member 372 .resolution = (uint32_t)kVIDEO_ResolutionVGA, 377 .resolution = (uint32_t)kVIDEO_ResolutionQVGA, 382 .resolution = FSL_VIDEO_RESOLUTION(480, 272), 387 .resolution = (uint32_t)kVIDEO_Resolution720P, 392 .resolution = (uint32_t)kVIDEO_Resolution1080P, 401 .resolution = (uint32_t)kVIDEO_ResolutionVGA, 410 .resolution = (uint32_t)kVIDEO_ResolutionVGA, 419 .resolution = (uint32_t)kVIDEO_ResolutionQVGA, [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/ |
| D | fsl_it6161.c | 456 it6161.hdmi_tx.mode.hdisplay = FSL_VIDEO_EXTRACT_WIDTH(config->resolution); in IT6161_Init() 457 it6161.hdmi_tx.mode.hsync_start = FSL_VIDEO_EXTRACT_WIDTH(config->resolution) + config->hfp; in IT6161_Init() 458 …it6161.hdmi_tx.mode.hsync_end = FSL_VIDEO_EXTRACT_WIDTH(config->resolution) + config->hfp + conf… in IT6161_Init() 459 …it6161.hdmi_tx.mode.htotal = FSL_VIDEO_EXTRACT_WIDTH(config->resolution) + config->hfp + config->h… in IT6161_Init() 460 it6161.hdmi_tx.mode.vdisplay = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in IT6161_Init() 461 it6161.hdmi_tx.mode.vsync_start = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp; in IT6161_Init() 462 …it6161.hdmi_tx.mode.vsync_end = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + con… in IT6161_Init() 463 …it6161.hdmi_tx.mode.vtotal = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + config->… in IT6161_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/ |
| D | fsl_ov7670.c | 260 (void)OV7670_Resolution(handle, config->resolution); in OV7670_Configure() 262 switch ((video_resolution_t)config->resolution) in OV7670_Configure() 336 status_t OV7670_Resolution(camera_device_handle_t *handle, uint32_t resolution) in OV7670_Resolution() argument 341 switch ((video_resolution_t)resolution) in OV7670_Resolution() 521 uint32_t resolution) in OV7670_SetWindowByCoordinates() argument 527 u16Temp = startPoint->hstartCoordinate + FSL_VIDEO_EXTRACT_WIDTH(resolution); in OV7670_SetWindowByCoordinates() 538 u16Temp = startPoint->vstartCoordinate + FSL_VIDEO_EXTRACT_HEIGHT(resolution); in OV7670_SetWindowByCoordinates() 578 config->resolution = (uint32_t)kVIDEO_ResolutionQQVGA; in OV7670_GetDefaultConfig() 610 cameraConfig.resolution = config->resolution; in OV7670_Init()
|
| D | fsl_ov7670.h | 512 uint32_t resolution; member 734 status_t OV7670_Resolution(camera_device_handle_t *handle, uint32_t resolution); 803 uint32_t resolution);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/rm67162/ |
| D | fsl_rm67162.c | 370 if (config->resolution == FSL_VIDEO_RESOLUTION(400, 400)) in RM67162_Init() 375 else if (config->resolution == FSL_VIDEO_RESOLUTION(400, 392)) in RM67162_Init() 385 handle->height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in RM67162_Init() 386 handle->width = FSL_VIDEO_EXTRACT_WIDTH(config->resolution); in RM67162_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/ |
| D | fsl_video_common.h | 50 #define FSL_VIDEO_EXTRACT_WIDTH(resolution) ((uint16_t)((resolution)&0xFFFFU)) argument 51 #define FSL_VIDEO_EXTRACT_HEIGHT(resolution) ((uint16_t)((resolution) >> 16U)) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/max9286/ |
| D | fsl_max9286.c | 66 uint32_t resolution; member 371 … .resolution = (uint32_t)kVIDEO_ResolutionWXGA, 385 … .resolution = (uint32_t)kVIDEO_Resolution720P, 466 if ((cameraConfig->resolution == s_ov10635ResolutionConfigs[i].resolution) && in OV10635_GetResolutionConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/mt9m114/ |
| D | fsl_mt9m114.c | 262 if (((uint32_t)kVIDEO_Resolution720P != config->resolution) && in MT9M114_Init() 263 (FSL_VIDEO_RESOLUTION(480, 272) != config->resolution)) in MT9M114_Init() 363 if (config->resolution == FSL_VIDEO_RESOLUTION(480, 272)) in MT9M114_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/isi/ |
| D | fsl_isi_camera_adapter.c | 115 .outputFrameResolution = config->resolution, in ISI_ADAPTER_Init() 320 isiConfig.inputHeight = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in ISI_ADAPTER_InitExt() 321 isiConfig.inputWidth = FSL_VIDEO_EXTRACT_WIDTH(config->resolution); in ISI_ADAPTER_InitExt()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/receiver/csi/ |
| D | fsl_csi_camera_adapter.c | 94 csiConfig.height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in CSI_ADAPTER_Init() 95 csiConfig.width = FSL_VIDEO_EXTRACT_WIDTH(config->resolution); in CSI_ADAPTER_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/adc_12b1msps_sar/ |
| D | fsl_adc.c | 77 …ADICLK(config->clockSource) | ADC_CFG_ADIV(config->clockDriver) | ADC_CFG_MODE(config->resolution); in ADC_Init() 159 config->resolution = kADC_Resolution12Bit; in ADC_GetDefaultConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/cns_adc/ |
| D | fsl_adc.c | 114 … ADC_ADC_REG_ANA_BIAS_SEL(config->powerMode) | ADC_ADC_REG_ANA_RES_SEL(config->resolution) | in ADC_Init() 163 config->resolution = kADC_Resolution12Bit; in ADC_GetDefaultConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/adv7535/ |
| D | fsl_adv7535.c | 186 …total_width = FSL_VIDEO_EXTRACT_WIDTH(config->resolution) + config->hfp + config->hbp + config->hs… in ADV7535_Init() 203 …total_height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution) + config->vfp + config->vbp + config->… in ADV7535_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/adc16/ |
| D | fsl_adc16.c | 76 tmp32 = ADC_CFG1_ADICLK(config->clockSource) | ADC_CFG1_MODE(config->resolution); in ADC16_Init() 166 config->resolution = kADC16_ResolutionSE12Bit; in ADC16_GetDefaultConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/adc12/ |
| D | fsl_adc12.c | 151 ADC_CFG1_MODE(config->resolution)); in ADC12_Init() 212 config->resolution = kADC12_Resolution8Bit; in ADC12_GetDefaultConfig()
|
| D | fsl_adc12.h | 116 …adc12_resolution_t resolution; /*!< Select the sample resolution mode. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/adc_sensor/ |
| D | fsl_adapter_cns_adc_sensor.c | 78 state->config.resolution = kADC_Resolution16BitAudio; in HAL_AdcSensorInit() 306 switch (state->config.resolution)
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_adc/ |
| D | fsl_adc.c | 94 tmp32 |= ADC_CTRL_RESOL(config->resolution); in ADC_Init() 175 config->resolution = kADC_Resolution12bit; in ADC_GetDefaultConfig()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/ |
| D | fsl_camera.h | 43 …uint32_t resolution; /*!< Resolution, see @ref video_resolution_t and @ref FSL_VID… member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/rpi/ |
| D | fsl_rpi.c | 47 if (config->resolution != FSL_VIDEO_RESOLUTION(800, 480)) in RPI_Init()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/ |
| D | fwk_platform_sensors.c | 78 adcConfig.resolution = kADC_Resolution16BitAudio; in PLATFORM_InitAdc()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/ |
| D | fsl_display.h | 48 …uint32_t resolution; /*!< Resolution, see @ref video_resolution_t and @ref FSL_VIDEO_… member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/ |
| D | fsl_ov7725.c | 369 width = FSL_VIDEO_EXTRACT_WIDTH(config->resolution); in OV7725_Init() 370 height = FSL_VIDEO_EXTRACT_HEIGHT(config->resolution); in OV7725_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/rm68200/ |
| D | fsl_rm68200.c | 304 if (config->resolution != FSL_VIDEO_RESOLUTION(720, 1280)) in RM68200_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/hx8394/ |
| D | fsl_hx8394.c | 108 if (config->resolution != FSL_VIDEO_RESOLUTION(720, 1280)) in HX8394_Init()
|