#include <stdlib.h>#include <stdio.h>#include <time.h>#include <ctype.h>#include <math.h>#include <errno.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <assert.h>#include <fcntl.h>#include <dirent.h>#include "common.h"
Go to the source code of this file.
Functions | |
| unsigned char | ProcessOffsetFrame (const unsigned char *frame) |
| Identify and process the frame. | |
| unsigned char ProcessOffsetFrame | ( | const unsigned char * | frame | ) |
Identify and process the frame.
| frame | the frame to be analysed and processed |
Definition at line 43 of file offset.c.
References HWConfigType::absOffset, currentFile, doOffset, frame2i24, HWConfig, PrintDebug, PrintError, and HWConfigType::relOffset.
1.5.6