Searched refs:VP8_ENC_ERROR_OUT_OF_MEMORY (Results 1 - 10 of 10) sorted by relevance

/external/webp/src/enc/
H A Dvp8l.c737 return bw->error_ ? VP8_ENC_ERROR_OUT_OF_MEMORY : VP8_ENC_OK;
759 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
767 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
772 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
782 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
799 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
855 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
867 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
874 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
882 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
[all...]
H A Dpicture.c81 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
127 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
H A Dsyntax.c273 return WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY);
298 return WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY);
H A Dwebpenc.c194 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
H A Dframe.c653 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY);
785 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY);
H A Ddelta_palettization.c398 err = VP8_ENC_ERROR_OUT_OF_MEMORY;
H A Dpicture_csp.c454 ok = WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY);
/external/webp/include/webp/
H A Dencode.h275 VP8_ENC_ERROR_OUT_OF_MEMORY, // memory error allocating objects enumerator in enum:WebPEncodingError
/external/webp/src/webp/
H A Dencode.h275 VP8_ENC_ERROR_OUT_OF_MEMORY, // memory error allocating objects enumerator in enum:WebPEncodingError
/external/ImageMagick/coders/
H A Dwebp.c699 case VP8_ENC_ERROR_OUT_OF_MEMORY:

Completed in 100 milliseconds