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

  /external/chromium_org/third_party/libwebp/utils/
thread.h 39 typedef struct WebPWorkerImpl WebPWorkerImpl;
43 WebPWorkerImpl* impl_;
thread.c 38 struct WebPWorkerImpl {
224 worker->impl_ = (WebPWorkerImpl*)WebPSafeCalloc(1, sizeof(*worker->impl_));

Completed in 129 milliseconds