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

  /external/webp/include/webp/
decode.h 232 VP8_STATUS_OK = 0,
258 // if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) {
324 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
384 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
397 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
424 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
484 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
  /external/webp/src/webp/
decode.h 232 VP8_STATUS_OK = 0,
258 // if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) {
324 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
384 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
397 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
424 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
484 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK

Completed in 205 milliseconds