private int getScaledHeight(CodecPage vuPage, float scale) {
   return (int) (scale * vuPage.getHeight());
 }