vp_full_width     191 platform/g7x/lib.c static int vp_full_width = 720;
vp_full_width     202 platform/g7x/lib.c         return vp_full_width;
vp_full_width     281 platform/g7x/lib.c int vid_get_viewport_fullscreen_width()         { return vp_full_width; }
vp_full_width     356 platform/g7x/lib.c         vp_full_width = 1920;
vp_full_width     362 platform/g7x/lib.c         vp_full_width = 720;
vp_full_width     124 platform/sx710hs/lib.c static int vp_full_width = 640;
vp_full_width     132 platform/sx710hs/lib.c         return vp_full_width;
vp_full_width     201 platform/sx710hs/lib.c int vid_get_viewport_fullscreen_width()         { return vp_full_width; }
vp_full_width     280 platform/sx710hs/lib.c         vp_full_width = 1920;
vp_full_width     285 platform/sx710hs/lib.c         vp_full_width = camera_screen.width;
vp_full_width     119 platform/sx730hs/lib.c static int vp_full_width = 640;
vp_full_width     127 platform/sx730hs/lib.c         return vp_full_width;
vp_full_width     196 platform/sx730hs/lib.c int vid_get_viewport_fullscreen_width()         { return vp_full_width; }
vp_full_width     274 platform/sx730hs/lib.c         vp_full_width = 1920;
vp_full_width     279 platform/sx730hs/lib.c         vp_full_width = camera_screen.width;