Searched refs:NOT_OK (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h47 NOT_OK = 0, // object is unusable enumerator in enum:__anon12456
H A Dthread.c149 } else if (worker->status_ == NOT_OK) { // finish the worker
184 worker->status_ = NOT_OK;
230 WebPWorkerChangeState(worker, NOT_OK);
235 worker->status_ = NOT_OK;
238 assert(worker->status_ == NOT_OK);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h48 NOT_OK = 0, // object is unusable enumerator in enum:__anon21627
H A Dvp9_thread.c150 } else if (worker->status_ == NOT_OK) { // finish the worker
185 worker->status_ = NOT_OK;
236 change_state(worker, NOT_OK);
241 worker->status_ = NOT_OK;
244 assert(worker->status_ == NOT_OK);
/external/webp/src/utils/
H A Dthread.h47 NOT_OK = 0, // object is unusable enumerator in enum:__anon28932
H A Dthread.c149 } else if (worker->status_ == NOT_OK) { // finish the worker
184 worker->status_ = NOT_OK;
230 WebPWorkerChangeState(worker, NOT_OK);
235 worker->status_ = NOT_OK;
238 assert(worker->status_ == NOT_OK);

Completed in 1735 milliseconds