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

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 48 // set by VP8GetHeaders()
130 // decoding function should be called (VP8Decode, VP8GetHeaders, ...)
136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
138 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
vp8.c 245 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
260 "null VP8Io passed to VP8GetHeaders()");
736 if (!VP8GetHeaders(dec, io)) {
idec.c 394 if (!VP8GetHeaders(dec, io)) {
webp.c 461 if (!VP8GetHeaders(dec, &io)) {
  /external/webp/src/dec/
decode_vp8.h 48 // set by VP8GetHeaders()
130 // decoding function should be called (VP8Decode, VP8GetHeaders, ...)
136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
138 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
vp8.c 245 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
260 "null VP8Io passed to VP8GetHeaders()");
736 if (!VP8GetHeaders(dec, io)) {
idec.c 394 if (!VP8GetHeaders(dec, io)) {
webp.c 444 if (!VP8GetHeaders(dec, &io)) {

Completed in 66 milliseconds