Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebp.c83 return VP8_STATUS_OK; in ParseRIFF()
136 return VP8_STATUS_OK; in ParseVP8X()
196 return VP8_STATUS_OK; in ParseOptionalChunks()
261 return VP8_STATUS_OK; in ParseVP8Header()
307 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
317 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
335 status = VP8_STATUS_OK; in ParseHeadersInternal()
350 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
358 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
402 if (status == VP8_STATUS_OK || in ParseHeadersInternal()
[all …]
Didec.c254 return VP8_STATUS_OK; in FinishDecoding()
312 } else if (status != VP8_STATUS_OK) { in DecodeWebPHeaders()
335 return VP8_STATUS_OK; in DecodeWebPHeaders()
358 return VP8_STATUS_OK; in DecodeVP8FrameHeader()
387 return VP8_STATUS_OK; in CopyParts0Data()
414 if (dec->status_ != VP8_STATUS_OK) { in DecodePartition0()
423 if (dec->status_ != VP8_STATUS_OK) { in DecodePartition0()
428 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) { in DecodePartition0()
439 return VP8_STATUS_OK; in DecodePartition0()
524 if (dec->status_ != VP8_STATUS_OK) { in DecodeVP8LHeader()
[all …]
Dbuffer.c82 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM; in CheckDecBuffer()
169 return VP8_STATUS_OK; in WebPFlipBuffer()
207 if (status != VP8_STATUS_OK) return status; in WebPAllocateDecBuffer()
Dvp8.c33 dec->status_ = VP8_STATUS_OK; in SetOk()
79 if (dec->status_ == VP8_STATUS_OK) { in VP8SetError()
214 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
348 if (status != VP8_STATUS_OK) { in VP8GetHeaders()
626 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK); in VP8Decode()
Dvp8l.c1145 dec->status_ = VP8_STATUS_OK; in DecodeImageData()
1271 dec->status_ = VP8_STATUS_OK; in VP8LNew()
1482 dec->status_ = VP8_STATUS_OK; in VP8LDecodeAlphaHeader()
1542 dec->status_ = VP8_STATUS_OK; in VP8LDecodeHeader()
1557 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeHeader()
1623 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeImage()
Dframe.c611 return VP8_STATUS_OK; in VP8EnterCritical()
/external/opencv3/3rdparty/libwebp/dec/
Dwebp.c90 return VP8_STATUS_OK; in ParseRIFF()
143 return VP8_STATUS_OK; in ParseVP8X()
203 return VP8_STATUS_OK; in ParseOptionalChunks()
266 return VP8_STATUS_OK; in ParseVP8Header()
303 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
312 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
323 return VP8_STATUS_OK; // Return features from VP8X header. in ParseHeadersInternal()
334 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
342 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
379 return VP8_STATUS_OK; // Return features from VP8 header. in ParseHeadersInternal()
[all …]
Didec.c302 } else if (status != VP8_STATUS_OK) { in DecodeWebPHeaders()
331 return VP8_STATUS_OK; in DecodeWebPHeaders()
353 return VP8_STATUS_OK; in DecodeVP8FrameHeader()
407 if (dec->status_ != VP8_STATUS_OK) { in DecodePartition0()
416 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) { in DecodePartition0()
427 return VP8_STATUS_OK; in DecodePartition0()
475 return VP8_STATUS_OK; in DecodeRemaining()
503 if (dec->status_ != VP8_STATUS_OK) { in DecodeVP8LHeader()
508 return VP8_STATUS_OK; in DecodeVP8LHeader()
528 return VP8_STATUS_OK; in DecodeVP8LData()
[all …]
Dvp8.c35 dec->status_ = VP8_STATUS_OK; in SetOk()
84 if (dec->status_ == VP8_STATUS_OK) { in VP8SetError()
214 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
267 if (status != VP8_STATUS_OK) { in VP8GetHeaders()
375 if (status != VP8_STATUS_OK) { in VP8GetHeaders()
743 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK); in VP8Decode()
Dvp8l.c925 dec->status_ = VP8_STATUS_OK; in VP8LNew()
1139 dec->status_ = VP8_STATUS_OK; in VP8LDecodeAlphaImageStream()
1182 dec->status_ = VP8_STATUS_OK; in VP8LDecodeHeader()
1198 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeHeader()
1241 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeImage()
Dbuffer.c74 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM; in CheckDecBuffer()
Dframe.c342 return VP8_STATUS_OK; in VP8EnterCritical()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_webp.cpp81 if(VP8_STATUS_OK == WebPGetFeatures((uint8_t *)signature.c_str(), in checkSignature()
139 if(VP8_STATUS_OK == WebPGetFeatures(data.ptr(), WEBP_HEADER_SIZE, &features)) in readHeader()
/external/skia/src/codec/
DSkWebpCodec.cpp48 if (VP8_STATUS_OK != status) { in webp_parse_header()
243 case VP8_STATUS_OK: in onGetPixels()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp72 if (VP8_STATUS_OK != status) { in webp_parse_header()
222 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) { in webp_idecode()
226 } while (VP8_STATUS_OK != status); in webp_idecode()
/external/ImageMagick/coders/
Dwebp.c276 if (webp_status == VP8_STATUS_OK) in ReadWEBPImage()
294 if (webp_status != VP8_STATUS_OK) in ReadWEBPImage()
/external/webp/include/webp/
Ddecode.h229 VP8_STATUS_OK = 0, enumerator
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h226 VP8_STATUS_OK = 0, enumerator
/external/webp/src/webp/
Ddecode.h229 VP8_STATUS_OK = 0, enumerator
/external/webp/
DREADME555 decoding is not finished yet or VP8_STATUS_OK when decoding is done. Any other
586 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
612 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
619 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {
/external/webp/src/demux/
Ddemux.c258 } else if (vp8_status != VP8_STATUS_OK) { in StoreFrame()
667 if (status != VP8_STATUS_OK) { in CreateRawImageDemuxer()
Danim_decode.c348 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) { in WebPAnimDecoderGetNext()
/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c252 } else if (vp8_status != VP8_STATUS_OK) { in StoreFrame()