Home
last modified time | relevance | path

Searched refs:VP8_STATUS_INVALID_PARAM (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Dbuffer.c52 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM; in CheckDecBuffer()
60 return VP8_STATUS_INVALID_PARAM; in AllocateBuffer()
87 return VP8_STATUS_INVALID_PARAM; in AllocateBuffer()
125 return VP8_STATUS_INVALID_PARAM; in WebPAllocateDecBuffer()
134 return VP8_STATUS_INVALID_PARAM; // out of frame boundary. in WebPAllocateDecBuffer()
141 return VP8_STATUS_INVALID_PARAM; in WebPAllocateDecBuffer()
Dwebp.c87 return VP8_STATUS_INVALID_PARAM; in DecodeInto()
288 return VP8_STATUS_INVALID_PARAM; in GetFeatures()
292 return VP8_STATUS_INVALID_PARAM; in GetFeatures()
326 return VP8_STATUS_INVALID_PARAM; // version mismatch in WebPGetFeaturesInternal()
329 return VP8_STATUS_INVALID_PARAM; in WebPGetFeaturesInternal()
340 return VP8_STATUS_INVALID_PARAM; in WebPDecode()
Didec.c542 return VP8_STATUS_INVALID_PARAM; in WebPIAppend()
550 return VP8_STATUS_INVALID_PARAM; in WebPIAppend()
563 return VP8_STATUS_INVALID_PARAM; in WebPIUpdate()
571 return VP8_STATUS_INVALID_PARAM; in WebPIUpdate()
575 return VP8_STATUS_INVALID_PARAM; in WebPIUpdate()
Dvp8.c52 if (!dec) return VP8_STATUS_INVALID_PARAM; in VP8Status()
265 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM, in VP8GetHeaders()
736 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM, in VP8Decode()
/external/webp/include/webp/
Ddecode.h171 VP8_STATUS_INVALID_PARAM, enumerator