HomeSort by relevance Sort by last modified time
    Searched refs:WebPPictureInit (Results 1 - 9 of 9) sorted by null

  /external/skia/src/images/
SkWebpEncoder.cpp 144 WebPPictureInit(&pic);
  /external/skqp/src/images/
SkWebpEncoder.cpp 144 WebPPictureInit(&pic);
  /external/webp/src/enc/
picture_psnr_enc.c 185 if (!WebPPictureInit(&p0) || !WebPPictureInit(&p1)) return 0;
picture_enc.c 243 !WebPPictureInit(&pic)) {
alpha_enc.c 57 WebPPictureInit(&picture);
  /external/webp/include/webp/
encode.h 363 // of version mismatch. WebPPictureInit() must have succeeded before using the
366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) {
435 // with WebPPictureInit() if it is different from 'src', since its content will
  /external/webp/src/webp/
encode.h 363 // of version mismatch. WebPPictureInit() must have succeeded before using the
366 static WEBP_INLINE int WebPPictureInit(WebPPicture* picture) {
435 // with WebPPictureInit() if it is different from 'src', since its content will
  /external/webp/src/mux/
anim_encode.c 267 if (!WebPPictureInit(&enc->curr_canvas_copy_) ||
268 !WebPPictureInit(&enc->prev_canvas_) ||
269 !WebPPictureInit(&enc->prev_canvas_disposed_)) {
523 if (!WebPPictureInit(&params->sub_frame_ll_) ||
524 !WebPPictureInit(&params->sub_frame_lossy_)) {
    [all...]
  /external/ImageMagick/coders/
webp.c 552 if ((WebPPictureInit(&picture) == 0) || (WebPConfigInit(&configure) == 0))

Completed in 88 milliseconds