Home
last modified time | relevance | path

Searched refs:VP8_ENC_ERROR_BAD_DIMENSION (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c76 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION); in WebPPictureAllocARGB()
122 return WebPEncodingSetError(picture, VP8_ENC_ERROR_BAD_DIMENSION); in WebPPictureAllocYUVA()
Dwebp_enc.c340 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION); in WebPEncode()
343 return WebPEncodingSetError(pic, VP8_ENC_ERROR_BAD_DIMENSION); in WebPEncode()
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h282 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height enumerator
/third_party/ffmpeg/libavcodec/
Dlibwebpenc_common.c37 case VP8_ENC_ERROR_BAD_DIMENSION: in ff_libwebp_error_to_averror()