Searched refs:WebPEncodingSetError (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/enc/ |
D | webp_enc.c | 203 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()
|
D | picture_enc.c | 41 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()
|
D | syntax_enc.c | 183 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()
|
D | picture_csp_enc.c | 478 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()
|
D | vp8i_enc.h | 461 int WebPEncodingSetError(const WebPPicture* const pic, WebPEncodingError error);
|
D | frame_enc.c | 692 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in PreLoopInitialize() 826 WebPEncodingSetError(enc->pic_, VP8_ENC_ERROR_OUT_OF_MEMORY); in VP8EncTokenLoop()
|
D | vp8l_enc.c | 1489 WebPEncodingSetError(picture, VP8_ENC_ERROR_OUT_OF_MEMORY); in VP8LEncoderNew() 1848 WebPEncodingSetError(picture, err); in VP8LEncodeImage() 1924 WebPEncodingSetError(picture, err); in VP8LEncodeImage()
|