root/platform/a3400/sub/101b/lib.c

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

DEFINITIONS

This source file includes following definitions.
  1. hook_raw_image_addr
  2. hook_alt_raw_image_addr
  3. vid_get_bitmap_fb
  4. vid_get_viewport_fb_d
  5. camera_jpeg_count_str
  6. get_flash_params_count

   1 #include "platform.h"
   2 
   3 char *hook_raw_image_addr()     {return (char*) 0x420B7FC0;}   //Found @xxx a3400 Search for BJPEG BUFF 
   4 char *hook_alt_raw_image_addr() {return (char*) 0x420B7FC0;}   //Found @xxx a3400 Search for BJPEG BUFF 
   5 
   6 /*Auto generated for a3400*/
   7 void *vid_get_bitmap_fb()        { return (void*)0x40411000; }             // Found @0xff852d54
   8 void *vid_get_viewport_fb_d()    { return (void*)(*(int*)(0x29a0+0x54)); } // Found @0xff868904 & 0xff86893c
   9 char *camera_jpeg_count_str()    { return (char*)0x000b3004; }             // Found @0xff9dde78
  10 int get_flash_params_count(void) { return 0xa6; }                          // Found @0xff98f638

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