Searched refs:pStrategy (Results 1 – 1 of 1) sorted by relevance
121 IStrategy* pStrategy = m_pStgChain[iCurIdx]; in Init() local122 if (pStrategy) in Init()123 eReturn = pStrategy->Init (0, pCfg); in Init()136 IStrategy* pStrategy = m_pStgChain[iCurIdx]; in Uninit() local137 if (pStrategy) in Uninit()138 eReturn = pStrategy->Uninit (0); in Uninit()167 IStrategy* pStrategy = m_pStgChain[iCurIdx]; in Process() local168 if (pStrategy) in Process()169 eReturn = pStrategy->Process (0, &sSrcPic, &sDstPic); in Process()185 IStrategy* pStrategy = m_pStgChain[iCurIdx]; in Get() local[all …]