Lines Matching defs:header
226 /* real audio header (extracted from extradata) */
1087 * Read the next element, but only the header. The contents
1594 /* EBML header? */
1598 /* length of header */
1611 /* Unknown-length header - simply parse the whole buffer. */
1614 /* Does the probe data contain the whole header? */
1619 /* The header should contain a known document type. For now,
1620 * we don't parse the whole header but simply check for the
1621 * availability of that array of characters inside the header.
1632 // probably valid EBML header but no recognized doctype
1671 uint8_t *header = encodings[0].compression.settings.data;
1673 if (header_size && !header) {
1686 memcpy(pkt_data, header, header_size);
3023 /* First read the EBML header. */
3025 av_log(matroska->ctx, AV_LOG_ERROR, "EBML header parsing failed\n");
3040 "EBML header using unsupported features\n"
3807 * zero-length header removal compression being ignored. */