Home
last modified time | relevance | path

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

/external/webp/src/enc/
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()
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()
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()
Dpicture_csp_enc.c478 ok = WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in PreprocessARGB()
999 return WebPEncodingSetError(picture, VP8_ENC_ERROR_NULL_PARAMETER); in PictureARGBToYUVA()
1001 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in PictureARGBToYUVA()
1038 return WebPEncodingSetError(picture, VP8_ENC_ERROR_NULL_PARAMETER); in WebPPictureYUVAToARGB()
1041 return WebPEncodingSetError(picture, VP8_ENC_ERROR_NULL_PARAMETER); in WebPPictureYUVAToARGB()
1044 return WebPEncodingSetError(picture, VP8_ENC_ERROR_INVALID_CONFIGURATION); in WebPPictureYUVAToARGB()
Dvp8i_enc.h461 int WebPEncodingSetError(const WebPPicture* const pic, WebPEncodingError error);
Dframe_enc.c692 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in PreLoopInitialize()
826 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in VP8EncTokenLoop()
Dvp8l_enc.c1489 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in VP8LEncoderNew()
1848 WebPEncodingSetError(picture, err); in VP8LEncodeImage()
1924 WebPEncodingSetError(picture, err); in VP8LEncodeImage()