Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c43 } else if (worker->status_ == NOT_OK) { // finish the worker in thread_loop()
81 worker->status_ = NOT_OK; in init()
147 change_state(worker, NOT_OK); in end()
155 worker->status_ = NOT_OK; in end()
158 assert(worker->status_ == NOT_OK); in end()
Dvpx_thread.h374 NOT_OK = 0, // object is unusable enumerator
/external/libaom/libaom/aom_util/
Daom_thread.c74 } else if (worker->status_ == NOT_OK) { // finish the worker in thread_loop()
112 worker->status_ = NOT_OK; in init()
178 change_state(worker, NOT_OK); in end()
186 worker->status_ = NOT_OK; in end()
189 assert(worker->status_ == NOT_OK); in end()
Daom_thread.h367 NOT_OK = 0, // object is unusable enumerator
/external/webp/src/utils/
Dthread_utils.c216 } else if (worker->status_ == NOT_OK) { // finish the worker in ThreadLoop()
255 worker->status_ = NOT_OK; in Init()
324 ChangeState(worker, NOT_OK); in End()
332 worker->status_ = NOT_OK; in End()
335 assert(worker->status_ == NOT_OK); in End()
Dthread_utils.h29 NOT_OK = 0, // object is unusable enumerator
/external/libavc/decoder/
Dih264d_defs.h111 #define NOT_OK -1 macro