Home | History | Annotate | Download | only in lib_src

Lines Matching full:chunk

1052     /* rewind the file and find the end of the header chunk */
1104 /* calculate start of next chunk - checking for errors */
1108 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING,"Error in chunk size at offset %d\n", chunkStart); */ }
1113 /* seek to the start of the next chunk */
1117 /* read the chunk identifier */
1121 /* read the chunk size */
1125 /* make sure this is an 'MTrk' chunk */
1129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING,"Unexpected chunk type: 0x%08x\n", temp); */ }