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

  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 40 } else if (worker->status_ == NOT_OK) { // finish the worker
75 worker->status_ = NOT_OK;
126 change_state(worker, NOT_OK);
131 worker->status_ = NOT_OK;
134 assert(worker->status_ == NOT_OK);
vp9_thread.h 157 NOT_OK = 0, // object is unusable
  /external/chromium_org/third_party/libwebp/utils/
thread.h 29 NOT_OK = 0, // object is unusable
thread.c 169 } else if (worker->status_ == NOT_OK) { // finish the worker
208 worker->status_ = NOT_OK;
274 ChangeState(worker, NOT_OK);
282 worker->status_ = NOT_OK;
285 assert(worker->status_ == NOT_OK);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.c 44 } else if (worker->status_ == NOT_OK) { // finish the worker
83 worker->status_ = NOT_OK;
149 change_state(worker, NOT_OK);
157 worker->status_ = NOT_OK;
160 assert(worker->status_ == NOT_OK);
vp9_thread.h 156 NOT_OK = 0, // object is unusable

Completed in 5870 milliseconds