Home
last modified time | relevance | path

Searched refs:m_pFctStartAudioDec (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4AD_Common.h287 M4AD_start_fct* m_pFctStartAudioDec; member
/frameworks/av/libvideoeditor/vss/src/
DM4AD_Null.c249 (*pDecoderInterface)->m_pFctStartAudioDec = M4OSA_NULL; in M4AD_NULL_getInterface()
DM4VSS3GPP_Clip.c1344 if( M4OSA_NULL != pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec ) in M4VSS3GPP_intClipPrepareAudioDecoder()
1347 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec( in M4VSS3GPP_intClipPrepareAudioDecoder()
2036 if( pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec != M4OSA_NULL ) { in M4VSS3GPP_intCheckAndGetCodecAacProperties()
2038 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec( in M4VSS3GPP_intCheckAndGetCodecAacProperties()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioDecoder.cpp937 (*pDecoderInterface)->m_pFctStartAudioDec = M4OSA_NULL; in VideoEditorAudioDecoder_getInterface()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c6157 if( pC->m_pAudioDecoder->m_pFctStartAudioDec != M4OSA_NULL ) in M4MCS_intPrepareAudioProcessing()
6160 err = pC->m_pAudioDecoder->m_pFctStartAudioDec(pC->pAudioDecCtxt); in M4MCS_intPrepareAudioProcessing()
10589 if( pC->m_pAudioDecoder->m_pFctStartAudioDec != M4OSA_NULL ) { in M4MCS_intCheckAndGetCodecProperties()
10591 err = pC->m_pAudioDecoder->m_pFctStartAudioDec(pC->pAudioDecCtxt); in M4MCS_intCheckAndGetCodecProperties()