HomeSort by relevance Sort by last modified time
    Searched defs:use_argb (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libwebp/webp/
encode.h 277 int use_argb; member in struct:WebPPicture
344 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
439 // Upon return, picture->use_argb is set to false. The presence of real
446 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
473 // on the value of 'picture->use_argb'. It is highly recommended to use
  /external/webp/include/webp/
encode.h 299 int use_argb; member in struct:WebPPicture
364 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
462 // Upon return, picture->use_argb is set to false. The presence of real
483 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
515 // on the value of 'picture->use_argb'. It is highly recommended to use
  /external/webp/src/webp/
encode.h 299 int use_argb; member in struct:WebPPicture
364 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
462 // Upon return, picture->use_argb is set to false. The presence of real
483 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
515 // on the value of 'picture->use_argb'. It is highly recommended to use

Completed in 158 milliseconds