Searched refs:mpCond (Results 1 – 3 of 3) sorted by relevance
157 mpCond( g_cond_new() ), in Player()202 g_cond_free( mpCond ); in ~Player()246 g_cond_wait( pPlayer->mpCond, pPlayer->mpMutex ); in create()888 g_cond_signal( mpCond ); in run()918 g_cond_signal( mpCond ); in run()
102 g_cond_wait( pFrameGrabber->mpCond, pFrameGrabber->mpMutex ); in create()
183 GCond* mpCond; member in avmedia::gst::Player
Completed in 17 milliseconds