Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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