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

  /external/chromium_org/third_party/libwebp/utils/
thread.h 47 NOT_OK = 0, // object is unusable
thread.c 149 } 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/
vp9_thread.h 48 NOT_OK = 0, // object is unusable
vp9_thread.c 150 } 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/
thread.h 47 NOT_OK = 0, // object is unusable
thread.c 149 } 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 159 milliseconds