HomeSort by relevance Sort by last modified time
    Searched full:memory_argb_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture.c 48 picture->memory_argb_ = NULL;
71 WebPSafeFree(picture->memory_argb_);
83 picture->memory_argb_ = memory;
171 WebPSafeFree(picture->memory_argb_);
picture_rescale.c 94 return (picture->memory_argb_ == NULL);
  /external/webp/src/enc/
picture.c 48 picture->memory_argb_ = NULL;
71 WebPSafeFree(picture->memory_argb_);
83 picture->memory_argb_ = memory;
171 WebPSafeFree(picture->memory_argb_);
picture_rescale.c 94 return (picture->memory_argb_ == NULL);
  /external/chromium_org/third_party/libwebp/webp/
encode.h 345 void* memory_argb_; // and for argb too. member in struct:WebPPicture
  /external/webp/include/webp/
encode.h 345 void* memory_argb_; // and for argb too. member in struct:WebPPicture

Completed in 634 milliseconds