Searched refs:VP8_STATUS_OK (Results 1 - 20 of 20) sorted by relevance

/external/webp/src/dec/
H A Dwebp.c58 // and VP8_STATUS_OK otherwise.
90 return VP8_STATUS_OK;
96 // VP8_STATUS_OK otherwise.
143 return VP8_STATUS_OK;
150 // VP8_STATUS_OK otherwise.
203 return VP8_STATUS_OK;
225 // VP8_STATUS_OK otherwise.
268 return VP8_STATUS_OK;
314 if (status != VP8_STATUS_OK) {
324 if (status != VP8_STATUS_OK) {
[all...]
H A Dbuffer.c75 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM;
161 return VP8_STATUS_OK;
196 if (status != VP8_STATUS_OK) return status;
H A Didec.c253 return VP8_STATUS_OK;
310 } else if (status != VP8_STATUS_OK) {
333 return VP8_STATUS_OK;
356 return VP8_STATUS_OK;
410 if (dec->status_ != VP8_STATUS_OK) {
422 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) {
433 return VP8_STATUS_OK;
512 if (dec->status_ != VP8_STATUS_OK) {
517 return VP8_STATUS_OK;
599 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) {
[all...]
H A Dvp8.c33 dec->status_ = VP8_STATUS_OK;
82 if (dec->status_ == VP8_STATUS_OK) {
189 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
215 return (part_start < buf_end) ? VP8_STATUS_OK :
349 if (status != VP8_STATUS_OK) {
632 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
H A Dvp8l.c1049 dec->status_ = VP8_STATUS_OK;
1267 dec->status_ = VP8_STATUS_OK;
1330 dec->status_ = VP8_STATUS_OK;
1346 assert(dec->status_ != VP8_STATUS_OK);
1393 assert(dec->status_ != VP8_STATUS_OK);
H A Dframe.c444 return VP8_STATUS_OK;
/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c58 // and VP8_STATUS_OK otherwise.
90 return VP8_STATUS_OK;
96 // VP8_STATUS_OK otherwise.
143 return VP8_STATUS_OK;
150 // VP8_STATUS_OK otherwise.
203 return VP8_STATUS_OK;
225 // VP8_STATUS_OK otherwise.
268 return VP8_STATUS_OK;
314 if (status != VP8_STATUS_OK) {
324 if (status != VP8_STATUS_OK) {
[all...]
H A Dbuffer.c75 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM;
161 return VP8_STATUS_OK;
196 if (status != VP8_STATUS_OK) return status;
H A Didec.c253 return VP8_STATUS_OK;
310 } else if (status != VP8_STATUS_OK) {
333 return VP8_STATUS_OK;
356 return VP8_STATUS_OK;
410 if (dec->status_ != VP8_STATUS_OK) {
422 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) {
433 return VP8_STATUS_OK;
512 if (dec->status_ != VP8_STATUS_OK) {
517 return VP8_STATUS_OK;
599 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) {
[all...]
H A Dvp8.c33 dec->status_ = VP8_STATUS_OK;
82 if (dec->status_ == VP8_STATUS_OK) {
189 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
215 return (part_start < buf_end) ? VP8_STATUS_OK :
349 if (status != VP8_STATUS_OK) {
632 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
H A Dvp8l.c1049 dec->status_ = VP8_STATUS_OK;
1267 dec->status_ = VP8_STATUS_OK;
1330 dec->status_ = VP8_STATUS_OK;
1346 assert(dec->status_ != VP8_STATUS_OK);
1393 assert(dec->status_ != VP8_STATUS_OK);
H A Dframe.c444 return VP8_STATUS_OK;
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp74 if (VP8_STATUS_OK != status) {
224 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
228 } while (VP8_STATUS_OK != status);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp74 if (VP8_STATUS_OK != status) {
235 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
239 } while (VP8_STATUS_OK != status);
/external/webp/examples/
H A Ddwebp.c448 VP8StatusCode status = VP8_STATUS_OK;
459 if (status != VP8_STATUS_OK) {
503 ok = (status == VP8_STATUS_OK);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp550 if (WebPGetFeatures(dataBytes, dataSize, &features) != VP8_STATUS_OK)
599 case VP8_STATUS_OK:
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h226 VP8_STATUS_OK = 0, enumerator in enum:VP8StatusCode
318 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
378 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
391 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
423 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
490 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
/external/webp/include/webp/
H A Ddecode.h226 VP8_STATUS_OK = 0, enumerator in enum:VP8StatusCode
318 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
378 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
391 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
423 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
490 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c246 } else if (vp8_status != VP8_STATUS_OK) {
/external/webp/src/demux/
H A Ddemux.c246 } else if (vp8_status != VP8_STATUS_OK) {

Completed in 882 milliseconds