Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp94 memset(&m_async_thread, 0, sizeof(m_async_thread)); in omx_swvdec()
4522 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create()
4527 else if (sem_init(&m_async_thread.sem_event, 0, 0)) in async_thread_create()
4547 m_async_thread.created = false; in async_thread_create()
4548 m_async_thread.exit = false; in async_thread_create()
4550 if (pthread_create(&m_async_thread.handle, in async_thread_create()
4562 if (pthread_setname_np(m_async_thread.handle, "swvdec_async")) in async_thread_create()
4568 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create()
4569 m_async_thread.created = true; in async_thread_create()
4581 if (m_async_thread.created) in async_thread_destroy()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h283 ASYNC_THREAD m_async_thread; ///< asynchronous thread variable