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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 802 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
899 if (row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY;
957 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
    [all...]
webpenc.c 226 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
picture.c 177 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
839 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
    [all...]
  /external/webp/src/enc/
vp8l.c 802 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
899 if (row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY;
957 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
    [all...]
webpenc.c 226 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
picture.c 177 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
839 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
encode.h 253 VP8_ENC_ERROR_OUT_OF_MEMORY, // memory error allocating objects
  /external/webp/include/webp/
encode.h 253 VP8_ENC_ERROR_OUT_OF_MEMORY, // memory error allocating objects

Completed in 183 milliseconds