Searched refs:threadCoderInfo (Results 1 – 2 of 2) sorted by relevance
51 static THREAD_FUNC_DECL MFThread(void *threadCoderInfo) in MFThread() argument53 return ((CThreadInfo *)threadCoderInfo)->ThreadFunc(); in MFThread()
200 static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo);298 static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo) in CoderThread() argument300 ((CThreadInfo *)threadCoderInfo)->WaitAndCode(); in CoderThread()