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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/webp/src/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/libvpx/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
  /external/libavc/decoder/
ih264d_defs.h 105 #define NOT_OK -1

Completed in 764 milliseconds