LV_ASPECT_3_2     244 platform/g5x/lib.c     return LV_ASPECT_3_2;
LV_ASPECT_3_2     194 platform/g7x/lib.c static int lv_aspect = LV_ASPECT_3_2; // expected physical aspect ratio depends on output type
LV_ASPECT_3_2     366 platform/g7x/lib.c             lv_aspect = LV_ASPECT_3_2;
LV_ASPECT_3_2     211 platform/g7x2/lib.c int vid_get_aspect_ratio()                      { if (hdmi_out) return LV_ASPECT_16_9; else return LV_ASPECT_3_2; }
LV_ASPECT_3_2     191 platform/m10/lib.c int vid_get_aspect_ratio()                      { return LV_ASPECT_3_2; }
LV_ASPECT_3_2     213 platform/m3/lib.c int vid_get_aspect_ratio()                      { return LV_ASPECT_3_2; }