HomeSort by relevance Sort by last modified time
    Searched refs:VP8GetHeaders (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dec/
decode_vp8.h 48 // set by VP8GetHeaders()
130 // decoding function should be called (VP8Decode, VP8GetHeaders, ...)
137 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
139 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
vp8.c 246 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
260 "null VP8Io passed to VP8GetHeaders()");
626 if (!VP8GetHeaders(dec, io)) {
idec.c 400 if (!VP8GetHeaders(dec, io)) {
webp.c 483 if (!VP8GetHeaders(dec, &io)) {

Completed in 87 milliseconds