root/platform/n_facebook/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 // Powershot N 
   2 // currently disabled because it likely requires the more complicated code similar to other propset 6 cameras
   3 #include "conf.h"
   4 
   5 void change_video_tables(int a, int b){ }
   6 
   7 void  set_quality(int *x){ // -17 highest; +12 lowest
   8  if (conf.video_mode) *x=12-((conf.video_quality-1)*(12+17)/(99-1));
   9 }

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