Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dbuffer_dec.c83 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM; in CheckDecBuffer()
93 return VP8_STATUS_INVALID_PARAM; in AllocateBuffer()
106 return VP8_STATUS_INVALID_PARAM; in AllocateBuffer()
155 return VP8_STATUS_INVALID_PARAM; in WebPFlipBuffer()
183 return VP8_STATUS_INVALID_PARAM; in WebPAllocateDecBuffer()
193 return VP8_STATUS_INVALID_PARAM; // out of frame boundary. in WebPAllocateDecBuffer()
205 return VP8_STATUS_INVALID_PARAM; in WebPAllocateDecBuffer()
210 return VP8_STATUS_INVALID_PARAM; // rescaling not supported in WebPAllocateDecBuffer()
279 return VP8_STATUS_INVALID_PARAM; in WebPCopyDecBufferPixels()
Didec_dec.c780 return VP8_STATUS_INVALID_PARAM; in WebPIAppend()
788 return VP8_STATUS_INVALID_PARAM; in WebPIAppend()
801 return VP8_STATUS_INVALID_PARAM; in WebPIUpdate()
809 return VP8_STATUS_INVALID_PARAM; in WebPIUpdate()
813 return VP8_STATUS_INVALID_PARAM; in WebPIUpdate()
Dwebp_dec.c684 return VP8_STATUS_INVALID_PARAM; in GetFeatures()
737 return VP8_STATUS_INVALID_PARAM; // version mismatch in WebPGetFeaturesInternal()
740 return VP8_STATUS_INVALID_PARAM; in WebPGetFeaturesInternal()
751 return VP8_STATUS_INVALID_PARAM; in WebPDecode()
Dvp8_dec.c70 if (!dec) return VP8_STATUS_INVALID_PARAM; in VP8Status()
269 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM, in VP8GetHeaders()
675 return VP8SetError(dec, VP8_STATUS_INVALID_PARAM, in VP8Decode()
Dvp8l_dec.c1645 dec->status_ = VP8_STATUS_INVALID_PARAM; in VP8LDecodeHeader()
1691 dec->status_ = VP8_STATUS_INVALID_PARAM; in VP8LDecodeImage()
1701 dec->status_ = VP8_STATUS_INVALID_PARAM; in VP8LDecodeImage()
/external/webp/include/webp/
Ddecode.h240 VP8_STATUS_INVALID_PARAM, enumerator
/external/webp/src/webp/
Ddecode.h240 VP8_STATUS_INVALID_PARAM, enumerator
/external/ImageMagick/coders/
Dwebp.c326 case VP8_STATUS_INVALID_PARAM: in ReadWEBPImage()