Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h134 SWelsDecSemphore m_sIsBusy; variable
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp298 CREATE_SEMAPHORE (&m_sIsBusy, m_iThreadCount, m_iThreadCount, NULL); in OpenDecoderThreads()
309 m_pDecThrCtx[i].sThreadInfo.sIsBusy = &m_sIsBusy; in OpenDecoderThreads()
341 CLOSE_SEMAPHORE (&m_sIsBusy); in CloseDecoderThreads()