tick_count_offset  203 core/main.c            camera_info.tick_count_offset = get_tick_count();
tick_count_offset  207 core/main.c        camera_info.tick_count_offset = camera_info.tick_count_offset % 1000;
tick_count_offset  151 include/camera_info.h     int tick_count_offset;      // get_tick_count value at which the clock ticks over 1 second
tick_count_offset  740 modules/dng.c          subsectime = (camera_info.state.shutter_open_tick_count - camera_info.tick_count_offset) % 1000;
tick_count_offset  749 modules/dng.c          subsectime = (get_tick_count() - camera_info.tick_count_offset) % 1000;
tick_count_offset  996 platform/generic/wrappers.c     camera_info.tick_count_offset = get_tick_count() % 1000;