Searched defs:VP8_STATUS_OK (Results 1 - 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libwebp/webp/ |
H A D | decode.h | 226 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 481 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
|
/external/webp/include/webp/ |
H A D | decode.h | 229 VP8_STATUS_OK = 0, enumerator in enum:VP8StatusCode 321 // Copies and decodes the next available data. Returns VP8_STATUS_OK when 381 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK); 394 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK); 421 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns 479 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
|
/external/webp/src/webp/ |
H A D | decode.h | 229 VP8_STATUS_OK = 0, enumerator in enum:VP8StatusCode 321 // Copies and decodes the next available data. Returns VP8_STATUS_OK when 381 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK); 394 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK); 421 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns 479 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
|
Completed in 585 milliseconds