Searched refs:image_width (Results 1 – 2 of 2) sorted by relevance
70 uint32_t image_width = header.w; in test_draw_buf_stride_adjust() local73 uint32_t min_stride = (image_width * lv_color_format_get_bpp(header.cf) + 7) >> 3; in test_draw_buf_stride_adjust()87 …lv_draw_buf_t * larger = lv_draw_buf_create(image_width, image_height, header.cf, min_stride + 100… in test_draw_buf_stride_adjust()
466 *width = cinfo.image_width; in get_jpeg_size()