Searched refs:y_offset (Results 1 – 8 of 8) sorted by relevance
92 rt_uint16_t x_offset, y_offset; in _st7796_window() local97 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()
37 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()
82 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()
92 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 …]
120 uint16_t y_offset; member148 uint16_t y_offset; member
108 uint16_t y_offset; /**< vertical offset */ member
418 uint32_t y_offset; member443 config->y_offset = 0; in adp_add_stream_to_axis_get_defaults()
666 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