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

  /external/webp/src/dec/
webp.c 59 // VP8_STATUS_OK otherwise.
88 return VP8_STATUS_OK;
94 // VP8_STATUS_OK otherwise.
141 return VP8_STATUS_OK;
148 // VP8_STATUS_OK otherwise.
204 return VP8_STATUS_OK; // Found.
217 // VP8_STATUS_OK otherwise.
258 return VP8_STATUS_OK;
294 if (status != VP8_STATUS_OK) {
303 if (status != VP8_STATUS_OK) {
    [all...]
idec.c 276 } else if (status != VP8_STATUS_OK) {
305 return VP8_STATUS_OK;
327 return VP8_STATUS_OK;
381 if (dec->status_ != VP8_STATUS_OK) {
390 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) {
401 return VP8_STATUS_OK;
449 return VP8_STATUS_OK;
477 if (dec->status_ != VP8_STATUS_OK) {
482 return VP8_STATUS_OK;
502 return VP8_STATUS_OK;
    [all...]
vp8.c 33 dec->status_ = VP8_STATUS_OK;
82 if (dec->status_ == VP8_STATUS_OK) {
186 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
212 return (part_start < buf_end) ? VP8_STATUS_OK :
265 if (status != VP8_STATUS_OK) {
373 if (status != VP8_STATUS_OK) {
741 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
buffer.c 72 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM;
vp8l.c 895 dec->status_ = VP8_STATUS_OK;
    [all...]
frame.c 340 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/skia/src/images/
SkImageDecoder_libwebp.cpp 75 if (status != VP8_STATUS_OK) {
197 if (VP8_STATUS_OK != status && VP8_STATUS_SUSPENDED != status) {
201 } while (VP8_STATUS_OK != status);
  /external/webp/include/webp/
decode.h 224 VP8_STATUS_OK = 0,
310 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
370 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
383 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
414 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
472 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 75 if (status != VP8_STATUS_OK) {
198 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {
  /external/webp/src/demux/
demux.c 246 } else if (vp8_status != VP8_STATUS_OK) {

Completed in 176 milliseconds