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

  /external/chromium_org/third_party/libwebp/webp/
decode.h 226 VP8_STATUS_OK = 0,
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/
decode.h 226 VP8_STATUS_OK = 0,
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

Completed in 140 milliseconds