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

  /external/webp/include/webp/
encode.h 297 int use_argb; member in struct:WebPPicture
362 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
475 // Upon return, picture->use_argb is set to false. The presence of real
498 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
530 // on the value of 'picture->use_argb'. It is highly recommended to use
  /external/webp/src/webp/
encode.h 297 int use_argb; member in struct:WebPPicture
362 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
475 // Upon return, picture->use_argb is set to false. The presence of real
498 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
530 // on the value of 'picture->use_argb'. It is highly recommended to use

Completed in 58 milliseconds