root/platform/a4000/sub/100c/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;}
   4 char *hook_alt_raw_image_addr() {return (char*) 0x420B7FC0;}
   5 
   6 /*Auto generated for A4000IS 100c*/
   7 void *vid_get_bitmap_fb()        { return (void*)0x40411000; }             // Found @0xff852d80
   8 //void *vid_get_viewport_fb()      { return (void*)0x40566b80; }             // Found @0xffadf038
   9 void *vid_get_viewport_fb_d()    { return (void*)(*(int*)(0x2960+0x54)); } // Found @0xff867a04 & 0xff867a3c
  10 char *camera_jpeg_count_str()    { return (char*)0x000b1abc; }             // Found @0xff9cd838
  11 int get_flash_params_count(void) { return 0xa6; }                          // Found @0xff989b60

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