Lines Matching defs:header
114 /* search through file for header - slow method */
124 EAS_U8 header[4];
126 if ((result = EAS_HWReadFile(pEASData->hwInstData, fileHandle, header, sizeof(header), &count)) != EAS_SUCCESS)
130 if ((header[0] != 'M') || (header[1] != 'T') || (header[2] != 'h') || (header[3] != 'd'))
191 /* parse the file header and setup the individual stream parsers */
1024 * Parses the header of an SMF file, allocates memory the stream parsers and initializes the
1031 * fileOffset - offset in the file where the header data starts, usually 0
1052 /* rewind the file and find the end of the header chunk */