Lines Matching refs:cf
48 static lv_color_format_t get_lv_cf_from_layer_cf(uint32_t cf);
53 static uint32_t get_dma2d_output_cf_from_layer_cf(uint32_t cf);
54 static uint32_t get_dma2d_input_cf_from_lv_cf(uint32_t cf);
110 lv_color_format_t cf = get_lv_cf_from_layer_cf(layer_cf); in create() local
113 lv_display_set_color_format(disp, cf); in create()
119 uint32_t cf_size = lv_color_format_get_size(cf); in create()
157 lv_color_format_t cf = lv_display_get_color_format(disp); in flush_cb() local
161 uint32_t px_size = lv_color_format_get_size(cf); in flush_cb()
173 uint32_t dma2d_input_cf = get_dma2d_input_cf_from_lv_cf(cf); in flush_cb()
200 …draw_sw_rotate(px_map, first_pixel, area_width, area_height, area_stride, fb_stride, rotation, cf); in flush_cb()
214 static lv_color_format_t get_lv_cf_from_layer_cf(uint32_t cf) in get_lv_cf_from_layer_cf() argument
216 switch(cf) { in get_lv_cf_from_layer_cf()
255 static uint32_t get_dma2d_output_cf_from_layer_cf(uint32_t cf) in get_dma2d_output_cf_from_layer_cf() argument
257 switch(cf) { in get_dma2d_output_cf_from_layer_cf()
269 static uint32_t get_dma2d_input_cf_from_lv_cf(uint32_t cf) in get_dma2d_input_cf_from_lv_cf() argument
271 switch(cf) { in get_dma2d_input_cf_from_lv_cf()