Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h139 #define CREATE_SEMAPHORE(ph, initial_count,max_count, name) \ macro
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp298 CREATE_SEMAPHORE (&m_sIsBusy, m_iThreadCount, m_iThreadCount, NULL); in OpenDecoderThreads()
319 CREATE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle, 0, 1, NULL); in OpenDecoderThreads()
320 CREATE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsActivated, 0, 1, NULL); in OpenDecoderThreads()