OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPWorkerEnd
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
thread.h
84
void
WebPWorkerEnd
(WebPWorker* const worker);
thread.c
227
void
WebPWorkerEnd
(WebPWorker* const worker) {
/external/webp/src/utils/
thread.h
84
void
WebPWorkerEnd
(WebPWorker* const worker);
thread.c
227
void
WebPWorkerEnd
(WebPWorker* const worker) {
/external/chromium_org/third_party/libwebp/enc/
alpha.c
397
WebPWorkerEnd
(worker); // still need to end the worker, even if !ok
/external/webp/src/enc/
alpha.c
397
WebPWorkerEnd
(worker); // still need to end the worker, even if !ok
/external/chromium_org/third_party/libwebp/dec/
vp8.c
769
WebPWorkerEnd
(&dec->worker_);
/external/webp/src/dec/
vp8.c
769
WebPWorkerEnd
(&dec->worker_);
Completed in 2358 milliseconds