root/platform/g12/sub/movie_rec_hdr.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. change_video_tables
  2. set_quality

   1 #include "conf.h"
   2 
   3 void change_video_tables(__attribute__ ((unused))int a, __attribute__ ((unused))int b) {}
   4 
   5 void  set_quality(int *x){ // -17 highest; +12 lowest
   6  if (conf.video_mode) *x=12-((conf.video_quality-1)*(12+17)/(99-1));
   7 }

/* [<][>][^][v][top][bottom][index][help] */