Searched refs:m_async_thread (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 94 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/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 103 memset(&m_async_thread, 0, sizeof(m_async_thread)); in omx_swvdec() 4905 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 4911 else if (sem_init(&m_async_thread.sem_event, 0, 0)) in async_thread_create() 4934 m_async_thread.created = false; in async_thread_create() 4935 m_async_thread.exit = false; in async_thread_create() 4937 if (pthread_create(&m_async_thread.handle, in async_thread_create() 4950 if (pthread_setname_np(m_async_thread.handle, "swvdec_async")) in async_thread_create() 4956 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 4958 m_async_thread.created = true; in async_thread_create() 4970 if (m_async_thread.created) in async_thread_destroy() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 103 memset(&m_async_thread, 0, sizeof(m_async_thread)); in omx_swvdec() 5040 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 5046 else if (sem_init(&m_async_thread.sem_event, 0, 0)) in async_thread_create() 5069 m_async_thread.created = false; in async_thread_create() 5070 m_async_thread.exit = false; in async_thread_create() 5072 if (pthread_create(&m_async_thread.handle, in async_thread_create() 5085 if (pthread_setname_np(m_async_thread.handle, "swvdec_async")) in async_thread_create() 5091 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 5093 m_async_thread.created = true; in async_thread_create() 5105 if (m_async_thread.created) in async_thread_destroy() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 103 memset(&m_async_thread, 0, sizeof(m_async_thread)); in omx_swvdec() 5069 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create() 5075 else if (sem_init(&m_async_thread.sem_event, 0, 0)) in async_thread_create() 5098 m_async_thread.created = false; in async_thread_create() 5099 m_async_thread.exit = false; in async_thread_create() 5101 if (pthread_create(&m_async_thread.handle, in async_thread_create() 5114 if (pthread_setname_np(m_async_thread.handle, "swvdec_async")) in async_thread_create() 5120 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create() 5122 m_async_thread.created = true; in async_thread_create() 5134 if (m_async_thread.created) in async_thread_destroy() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 283 ASYNC_THREAD m_async_thread; ///< asynchronous thread variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 273 ASYNC_THREAD m_async_thread; ///< asynchronous thread variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 280 ASYNC_THREAD m_async_thread; ///< asynchronous thread variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 285 ASYNC_THREAD m_async_thread; ///< asynchronous thread variable
|