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