Lines Matching refs:pPlayer
210 Player* pPlayer = NULL; in create() local
237 pPlayer = new Player( pURI ); in create()
240 if( pPlayer->mpThread ) in create()
242 g_mutex_lock( pPlayer->mpMutex ); in create()
244 while( !pPlayer->implIsInitialized() ) in create()
246 g_cond_wait( pPlayer->mpCond, pPlayer->mpMutex ); in create()
249 g_mutex_unlock( pPlayer->mpMutex ); in create()
253 if( !pPlayer->mpPlayer ) in create()
255 delete pPlayer; in create()
256 pPlayer = NULL; in create()
267 return( pPlayer ); in create()
745 Player* pPlayer = static_cast< Player* >( pData ); in implHandleNewPadFunc() local
747 if( pPlayer && pElement && pPad ) in implHandleNewPadFunc()
785 g_atomic_int_inc( &pPlayer->mnIsVideoSource ); in implHandleNewPadFunc()
795 … const gint nDiff = nValue - g_atomic_int_get( &pPlayer->mnVideoWidth ); in implHandleNewPadFunc()
796 g_atomic_int_add( &pPlayer->mnVideoWidth, ::std::max( nDiff, 0 ) ); in implHandleNewPadFunc()
801 … const gint nDiff = nValue - g_atomic_int_get( &pPlayer->mnVideoHeight ); in implHandleNewPadFunc()
802 g_atomic_int_add( &pPlayer->mnVideoHeight, ::std::max( nDiff, 0 ) ); in implHandleNewPadFunc()