Home
last modified time | relevance | path

Searched refs:y_offset (Results 1 – 8 of 8) sorted by relevance

/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_st7796.c92 rt_uint16_t x_offset, y_offset; in _st7796_window() local
97 y_offset = 0; in _st7796_window()
101 y_offset = 0; in _st7796_window()
105 y_offset = 480; in _st7796_window()
109 y_offset = 320; in _st7796_window()
113 y_offset = 0; in _st7796_window()
117 real_y_start = y_start + y_offset; in _st7796_window()
118 real_y_end = y_end + y_offset; in _st7796_window()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_cam_drv.c37 config->csc_config.yuv2rgb_coef.y_offset = 0; in cam_get_default_config()
48 config->csc_config.yuv2rgb_coef.y_offset = 0x1F0; in cam_get_default_config()
59 config->csc_config.yuv2rgb_coef.y_offset = 0; in cam_get_default_config()
139 | CAM_CSC_COEF0_Y_OFFSET_SET(config->csc_config.yuv2rgb_coef.y_offset); in cam_init()
A Dhpm_lcdc_drv.c82 layer->csc_config.yuv2rgb_coef.y_offset = 0; in lcdc_get_default_layer_config()
93 layer->csc_config.yuv2rgb_coef.y_offset = 0x1F0; in lcdc_get_default_layer_config()
104 layer->csc_config.yuv2rgb_coef.y_offset = 0; in lcdc_get_default_layer_config()
229 | LCDC_LAYER_CSC_COEF0_Y_OFFSET_SET(layer->csc_config.yuv2rgb_coef.y_offset); in lcdc_config_layer()
A Dhpm_pdma_drv.c92 config->y_offset = 0; in pdma_get_default_plane_config()
124 yuv2rgb_coef->y_offset = 0; in pdma_get_default_yuv2rgb_coef_config()
133 yuv2rgb_coef->y_offset = 0x1F0; in pdma_get_default_yuv2rgb_coef_config()
142 yuv2rgb_coef->y_offset = 0; in pdma_get_default_yuv2rgb_coef_config()
178 config->rgb2yuv_config.y_offset = 0; in pdma_get_default_output_config()
193 config->rgb2yuv_config.y_offset = 0x10; in pdma_get_default_output_config()
208 config->rgb2yuv_config.y_offset = 0; in pdma_get_default_output_config()
306 | PDMA_PS_OFFSET_Y_SET(plane_src->y_offset); in pdma_config_planes()
338 | PDMA_PS_OFFSET_Y_SET(plane_dst->y_offset); in pdma_config_planes()
360 | PDMA_YUV2RGB_COEF0_Y_OFFSET_SET(yuv2rgb->y_offset); in pdma_config_planes()
[all …]
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_display_common.h120 uint16_t y_offset; member
148 uint16_t y_offset; member
A Dhpm_pdma_drv.h108 uint16_t y_offset; /**< vertical offset */ member
/bsp/samd21/sam_d2x_asflib/common/services/adp/
A Dadp.h418 uint32_t y_offset; member
443 config->y_offset = 0; in adp_add_stream_to_axis_get_defaults()
A Dadp.c666 index = adp_add_send_byte((uint8_t*)&msg_format.data, index, (uint8_t*)&config->y_offset, 4); in adp_add_stream_to_axis()

Completed in 20 milliseconds