Lines Matching full:vp8x
40 // 12..15 "VP8X": 4-bytes tags, describing the extended-VP8 chunk.
41 // 16..19 size of the VP8X chunk starting at offset 20.
42 // 20..23 VP8X flags bit-map corresponding to the chunk-types present.
45 // There can be extra chunks after the "VP8X" chunk (ICCP, FRGM, ANMF, VP8,
93 // Validates the VP8X header and skips over it.
94 // Returns VP8_STATUS_BITSTREAM_ERROR for invalid VP8X header,
97 // If a VP8X chunk is found, found_vp8x is set to true and *width_ptr,
99 // from the VP8X chunk.
116 if (!memcmp(*data, "VP8X", TAG_SIZE)) {
124 // Verify if enough data is available to validate the VP8X chunk.
138 // Skip over VP8X header bytes.
275 // data (with or without a VP8X chunk) and the bitstream chunk (VP8/VP8L).
279 // RIFF + VP8X + (optional chunks) + VP8(L)
308 // Skip over VP8X.
313 return status; // Wrong VP8X / insufficient data.
317 // necessary to send VP8X chunk to the decoder.
323 return VP8_STATUS_OK; // Return features from VP8X header.
329 // Skip over optional chunks if data started with "RIFF + VP8X" or "ALPH".
369 // If the data did not contain a VP8X/VP8L chunk the only definitive way