root/platform/a4000/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 @0xffae1e14 A4000IS 100c  Search for BJPEG BUFF 
   4 char *hook_alt_raw_image_addr() {return (char*) 0x420B7FC0;}   //Found @0xffae1e14 A4000IS 100c  Search for BJPEG BUFF 
   5 
   6 /*Auto generated for A4000IS 101b*/
   7 void *vid_get_bitmap_fb()        { return (void*)0x40411000; }             // Found @0xff852d80
   8 void *vid_get_viewport_fb_d()    { return (void*)(*(int*)(0x2960+0x54)); } // Found @0xff867a04 & 0xff867a3c
   9 char *camera_jpeg_count_str()    { return (char*)0x000b1abc; }             // Found @0xff9cd8c4
  10 int get_flash_params_count(void) { return 0xa6; }                          // Found @0xff989bec

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