Lines Matching defs:header
1033 write_32_bits_low_high(fp, pcmbytes + 44 - 8); /* length in bytes without header */
1554 /* make sure the header is sane */
1582 * PURPOSE: Checks AIFF header information to make sure it is valid.
1753 /* make sure the header is sane */
1783 * PURPOSE: Read the header from a bytestream. Try to determine whether
2025 check_aid(const unsigned char *header)
2027 return 0 == memcmp(header, "AiD\1", 4);
2032 * This is a (nearly?) complete header analysis for a MPEG-1/2/2.5 Layer I, II or III
2278 /* read 4 more bytes to set up buffer for MP3 header check */
2308 /* repeat until we decode a valid mp3 header. */
2328 /* mpglib found a Xing VBR header and computed nsamp & totalframes */