Home
last modified time | relevance | path

Searched refs:NOT_OK (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_thread.c40 } else if (worker->status_ == NOT_OK) { // finish the worker in thread_loop()
75 worker->status_ = NOT_OK; in vp9_worker_init()
126 change_state(worker, NOT_OK); in vp9_worker_end()
131 worker->status_ = NOT_OK; in vp9_worker_end()
134 assert(worker->status_ == NOT_OK); in vp9_worker_end()
Dvp9_thread.h157 NOT_OK = 0, // object is unusable enumerator
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_thread.c44 } else if (worker->status_ == NOT_OK) { // finish the worker in thread_loop()
83 worker->status_ = NOT_OK; in init()
149 change_state(worker, NOT_OK); in end()
157 worker->status_ = NOT_OK; in end()
160 assert(worker->status_ == NOT_OK); in end()
Dvp9_thread.h156 NOT_OK = 0, // object is unusable enumerator
/external/chromium_org/third_party/libwebp/utils/
Dthread.c169 } else if (worker->status_ == NOT_OK) { // finish the worker in ThreadLoop()
208 worker->status_ = NOT_OK; in Init()
274 ChangeState(worker, NOT_OK); in End()
282 worker->status_ = NOT_OK; in End()
285 assert(worker->status_ == NOT_OK); in End()
Dthread.h29 NOT_OK = 0, // object is unusable enumerator
/external/webp/src/utils/
Dthread.c169 } else if (worker->status_ == NOT_OK) { // finish the worker in ThreadLoop()
208 worker->status_ = NOT_OK; in Init()
274 ChangeState(worker, NOT_OK); in End()
282 worker->status_ = NOT_OK; in End()
285 assert(worker->status_ == NOT_OK); in End()
Dthread.h29 NOT_OK = 0, // object is unusable enumerator