Lines Matching refs:format
215 const char * lv_vg_lite_buffer_format_string(vg_lite_buffer_format_t format) in lv_vg_lite_buffer_format_string() argument
217 switch(format) { in lv_vg_lite_buffer_format_string()
316 uint8_t fmt_len = lv_vg_lite_path_format_len(path->format); in lv_vg_lite_path_dump_info()
326 LV_LOG_USER("format: %d", (int)path->format); in lv_vg_lite_path_dump_info()
426 (int)((buffer)->format), in lv_vg_lite_buffer_dump_info()
427 lv_vg_lite_buffer_format_string((buffer)->format)); in lv_vg_lite_buffer_dump_info()
566 vg_lite_buffer_format_t format, in lv_vg_lite_buffer_format_bytes() argument
574 switch(format) { in lv_vg_lite_buffer_format_bytes()
648 LV_LOG_ERROR("unsupported color format: 0x%" PRIx32, (uint32_t)format); in lv_vg_lite_buffer_format_bytes()
678 vg_lite_buffer_format_t format, in lv_vg_lite_buffer_init() argument
689 buffer->format = format; in lv_vg_lite_buffer_init()
690 if(tiled || format == VG_LITE_RGBA8888_ETC2_EAC) { in lv_vg_lite_buffer_init()
701 lv_vg_lite_buffer_format_bytes(buffer->format, &mul, &div, &align); in lv_vg_lite_buffer_init()
708 if(format == VG_LITE_NV12) { in lv_vg_lite_buffer_init()
734 vg_lite_buffer_format_t format = lv_vg_lite_vg_fmt(draw_buf->header.cf); in lv_vg_lite_buffer_from_draw_buf() local
745 lv_vg_lite_buffer_init(buffer, ptr, width, height, stride, format, false); in lv_vg_lite_buffer_from_draw_buf()
788 …if((buffer->format == VG_LITE_A4 || buffer->format == VG_LITE_A8) || dsc->recolor_opa > LV_OPA_TRA… in lv_vg_lite_image_recolor()
870 uint32_t lv_vg_lite_get_palette_size(vg_lite_buffer_format_t format) in lv_vg_lite_get_palette_size() argument
873 switch(format) { in lv_vg_lite_get_palette_size()
986 lv_vg_lite_buffer_format_bytes(buffer->format, &mul, &div, &align); in lv_vg_lite_buffer_check()
1032 uint8_t fmt_len = lv_vg_lite_path_format_len(path->format); in lv_vg_lite_path_check()
1034 LV_LOG_ERROR("path format(%d) is invalid", (int)path->format); in lv_vg_lite_path_check()