Searched refs:m_sBufferingEvent (Results 1 – 2 of 2) sorted by relevance
300 CREATE_EVENT (&m_sBufferingEvent, 1, 0, NULL); in OpenDecoderThreads()301 SET_EVENT (&m_sBufferingEvent); in OpenDecoderThreads()339 CLOSE_EVENT (&m_sBufferingEvent); in CloseDecoderThreads()698 WAIT_EVENT (&m_sBufferingEvent, WELS_DEC_THREAD_WAIT_INFINITE); in DecodeFrameNoDelay()877 RESET_EVENT (&m_sBufferingEvent); in DecodeFrame2WithCtx()879 SET_EVENT (&m_sBufferingEvent); in DecodeFrame2WithCtx()903 RESET_EVENT (&m_sBufferingEvent); in DecodeFrame2WithCtx()905 SET_EVENT (&m_sBufferingEvent); in DecodeFrame2WithCtx()
132 SWelsDecEvent m_sBufferingEvent; variable