Home
last modified time | relevance | path

Searched refs:WebPEncodingSetError (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dwebp_enc.c203 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in InitVP8Encoder()
306 int WebPEncodingSetError(const WebPPicture* const pic, in WebPEncodingSetError() function
320 WebPEncodingSetError(pic, VP8_ENC_ERROR_USER_ABORT); in WebPReportProgress()
332 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so far in WebPEncode()
334 return WebPEncodingSetError(pic, VP8_ENC_ERROR_NULL_PARAMETER); in WebPEncode()
337 return WebPEncodingSetError(pic, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPEncode()
340 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION); in WebPEncode()
343 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION); in WebPEncode()
A Dpicture_enc.c41 WebPEncodingSetError(picture, VP8_ENC_OK); in WebPPictureInitInternal()
76 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION); in WebPPictureAllocARGB()
81 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in WebPPictureAllocARGB()
107 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPPictureAllocYUVA()
122 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION); in WebPPictureAllocYUVA()
127 return WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in WebPPictureAllocYUVA()
A Dsyntax_enc.c183 return WebPEncodingSetError(pic, err); in PutWebPHeaders()
255 return WebPEncodingSetError(pic, VP8_ENC_ERROR_PARTITION_OVERFLOW); in EmitPartitionsSize()
273 return WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in GeneratePartition0()
304 return WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in GeneratePartition0()
354 return WebPEncodingSetError(pic, VP8_ENC_ERROR_FILE_TOO_BIG); in VP8EncWrite()
A Dpicture_csp_enc.c474 ok = WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in PreprocessARGB()
995 return WebPEncodingSetError(picture, VP8_ENC_ERROR_NULL_PARAMETER); in PictureARGBToYUVA()
997 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in PictureARGBToYUVA()
1034 return WebPEncodingSetError(picture, VP8_ENC_ERROR_NULL_PARAMETER); in WebPPictureYUVAToARGB()
1037 return WebPEncodingSetError(picture, VP8_ENC_ERROR_NULL_PARAMETER); in WebPPictureYUVAToARGB()
1040 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPPictureYUVAToARGB()
A Dvp8i_enc.h461 int WebPEncodingSetError(const WebPPicture* const pic, WebPEncodingError error);
A Dframe_enc.c689 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in PreLoopInitialize()
823 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in VP8EncTokenLoop()
A Dvp8l_enc.c1478 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in VP8LEncoderNew()
1835 WebPEncodingSetError(picture, err); in VP8LEncodeImage()
1911 WebPEncodingSetError(picture, err); in VP8LEncodeImage()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3365 fa8bc3db make WebPEncodingSetError() take a const picture

Completed in 22 milliseconds