Home
last modified time | relevance | path

Searched refs:VP8_STATUS_OK (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dec/
Dwebp.c85 return VP8_STATUS_OK; in ParseRIFF()
138 return VP8_STATUS_OK; in ParseVP8X()
198 return VP8_STATUS_OK; // Found. in ParseOptionalChunks()
252 return VP8_STATUS_OK; in ParseVP8Header()
288 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
297 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
307 return VP8_STATUS_OK; // Return features from VP8X header. in ParseHeadersInternal()
318 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
326 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
363 return VP8_STATUS_OK; // Return features from VP8 header. in ParseHeadersInternal()
[all …]
Didec.c276 } else if (status != VP8_STATUS_OK) { in DecodeWebPHeaders()
305 return VP8_STATUS_OK; in DecodeWebPHeaders()
327 return VP8_STATUS_OK; in DecodeVP8FrameHeader()
381 if (dec->status_ != VP8_STATUS_OK) { in DecodePartition0()
390 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) { in DecodePartition0()
401 return VP8_STATUS_OK; in DecodePartition0()
450 return VP8_STATUS_OK; in DecodeRemaining()
478 if (dec->status_ != VP8_STATUS_OK) { in DecodeVP8LHeader()
483 return VP8_STATUS_OK; in DecodeVP8LHeader()
503 return VP8_STATUS_OK; in DecodeVP8LData()
[all …]
Dvp8.c33 dec->status_ = VP8_STATUS_OK; in SetOk()
82 if (dec->status_ == VP8_STATUS_OK) { in VP8SetError()
212 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
279 if (status != VP8_STATUS_OK) { in VP8GetHeaders()
387 if (status != VP8_STATUS_OK) { in VP8GetHeaders()
746 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK); in VP8Decode()
Dvp8l.c904 dec->status_ = VP8_STATUS_OK; in VP8LNew()
1103 dec->status_ = VP8_STATUS_OK; in VP8LDecodeAlphaImageStream()
1134 dec->status_ = VP8_STATUS_OK; in VP8LDecodeHeader()
1150 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeHeader()
1192 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeImage()
Dbuffer.c72 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM; in CheckDecBuffer()
Dframe.c342 return VP8_STATUS_OK; in VP8EnterCritical()
/external/webkit/Source/WebCore/platform/image-decoders/webp/
DWEBPImageDecoder.cpp125 if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) in decode()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp75 if (status != VP8_STATUS_OK) { in webp_parse_header()
198 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) { in webp_idecode()
/external/webp/include/webp/
Ddecode.h204 VP8_STATUS_OK = 0, enumerator
/external/webp/
DREADME445 decoding is not finished yet or VP8_STATUS_OK when decoding is done. Any other
476 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
502 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
509 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {