Searched refs:display_get_pitch_length_in_byte (Results 1 – 3 of 3) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pdma_drv.c | 374 pitch = display_get_pitch_length_in_byte(config->pixel_format, in pdma_config_output() 489 output.pitch = display_get_pitch_length_in_byte(format, dst_width); in pdma_fill_color() 546 plane_src.pitch = display_get_pitch_length_in_byte(format, src_width); in pdma_flip_rotate() 553 plane_dst.pitch = display_get_pitch_length_in_byte(format, dst_width); in pdma_flip_rotate() 566 output.pitch = display_get_pitch_length_in_byte(format, dst_width); in pdma_flip_rotate() 632 plane_src.pitch = display_get_pitch_length_in_byte(format, src_width); in pdma_blit() 638 plane_dst.pitch = display_get_pitch_length_in_byte(format, dst_width); in pdma_blit() 659 output.pitch = display_get_pitch_length_in_byte(format, dst_width); in pdma_blit() 740 plane_src.pitch = display_get_pitch_length_in_byte(format, src_width); in pdma_scale() 757 plane_dst.pitch = display_get_pitch_length_in_byte(format, dst_width); in pdma_scale() [all …]
|
| A D | hpm_lcdc_drv.c | 218 …pitch = layer->stride > 0 ? layer->stride : display_get_pitch_length_in_byte(layer->pixel_format, … in lcdc_config_layer() 294 pitch = display_get_pitch_length_in_byte(pixel_format, width); in lcdc_layer_update_pixel_format()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_display_common.h | 247 uint32_t display_get_pitch_length_in_byte(display_pixel_format_t format, in display_get_pitch_length_in_byte() function
|
Completed in 10 milliseconds