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

  /external/webp/src/utils/
thread_utils.h 29 NOT_OK = 0, // object is unusable
thread_utils.c 216 } else if (worker->status_ == NOT_OK) { // finish the worker
255 worker->status_ = NOT_OK;
324 ChangeState(worker, NOT_OK);
332 worker->status_ = NOT_OK;
335 assert(worker->status_ == NOT_OK);
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 43 } else if (worker->status_ == NOT_OK) { // finish the worker
81 worker->status_ = NOT_OK;
147 change_state(worker, NOT_OK);
155 worker->status_ = NOT_OK;
158 assert(worker->status_ == NOT_OK);
vpx_thread.h 352 NOT_OK = 0, // object is unusable
  /external/libavc/decoder/
ih264d_defs.h 106 #define NOT_OK -1

Completed in 288 milliseconds