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

  /external/webp/src/dec/
webp.c 82 VP8StatusCode status = VP8_STATUS_OK;
102 if (status == VP8_STATUS_OK) {
110 if (status != VP8_STATUS_OK) {
133 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
185 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
212 if (DecodeInto(data, data_size, &params) != VP8_STATUS_OK) {
302 return VP8_STATUS_OK;
344 if (status != VP8_STATUS_OK) {
idec.c 271 return VP8_STATUS_OK;
323 if (dec->status_ != VP8_STATUS_OK) {
337 if (VP8FinishFrameSetup(dec, io) != VP8_STATUS_OK) {
343 return VP8_STATUS_OK;
401 return VP8_STATUS_OK;
455 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) {
533 return VP8_STATUS_OK;
buffer.c 52 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM;
vp8.c 29 dec->status_ = VP8_STATUS_OK;
177 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
203 return (part_start < buf_end) ? VP8_STATUS_OK :
390 if (status != VP8_STATUS_OK) {
754 if (VP8FinishFrameSetup(dec, io) != VP8_STATUS_OK) {
frame.c 376 return VP8_STATUS_OK;
  /external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.cpp 125 if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED)
  /external/webp/include/webp/
decode.h 169 VP8_STATUS_OK = 0,
241 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
292 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
305 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
386 // 'config' into account. Return decoding status (VP8_STATUS_OK if decoding
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 186 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {

Completed in 474 milliseconds