Home | History | Annotate | Download | only in src

Lines Matching refs:err2

1755     M4OSA_ERR err = M4NO_ERROR, err2;
1775 err2 = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctDestroyAudioDec(
1778 if( M4NO_ERROR != err2 )
1785 err = err2;
1816 err2 = pClipCtxt->ShellAPI.m_pReader->m_pFctClose(
1819 if( M4NO_ERROR != err2 )
1826 err = err2;
1831 err2 = pClipCtxt->ShellAPI.m_pReader->m_pFctDestroy(
1834 if( M4NO_ERROR != err2 )
1841 err = err2;