Searched refs:m_pAudioDecoder (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Clip.c1151 if( M4OSA_NULL == pClipCtxt->ShellAPI.m_pAudioDecoder )
1168 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1177 "M4VSS3GPP_intClipPrepareAudioDecoder: m_pAudioDecoder->m_pFctCreateAudioDec\
1190 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1204 err = pClipCtxt->ShellAPI.m_pAudioDecoder->
1213 m_pAudioDecoder->m_pFctGetOptionAudioDec returns err 0x%x", err);
1220 m_pAudioDecoder->m_pFctGetOptionAudioDec returns streamType %d",
1253 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1261 m_pAudioDecoder->m_pFctCreateAudioDec returns 0x%x",
1272 err = pClipCtxt->ShellAPI.m_pAudioDecoder
[all...]
H A DM4VSS3GPP_Codecs.c108 pC->m_pAudioDecoder = M4OSA_NULL;
682 pC->m_pAudioDecoder = M4OSA_NULL;
1023 pC->m_pAudioDecoder = pC->m_pAudioDecoderItTable[decoderType];
1027 if( pC->m_pAudioDecoder == M4OSA_NULL )
H A DM4VSS3GPP_EditAudio.c570 pC->pC1->ShellAPI.m_pAudioDecoder->m_pFctGetOptionAudioDec(
606 pC->pC1->ShellAPI.m_pAudioDecoder->m_pFctGetOptionAudioDec(
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c109 pC->m_pAudioDecoder = M4OSA_NULL;
595 pC->m_pAudioDecoder = M4OSA_NULL;
904 pC->m_pAudioDecoder = pC->m_pAudioDecoderItTable[decoderType];
908 if (pC->m_pAudioDecoder == M4OSA_NULL)
H A DM4MCS_API.c6086 if( M4OSA_NULL == pC->m_pAudioDecoder )
6095 err = pC->m_pAudioDecoder->m_pFctCreateAudioDec(&pC->pAudioDecCtxt,
6101 "M4MCS_intPrepareVideoDecoder: m_pAudioDecoder->m_pFctCreateAudioDec returns 0x%x",
6147 pC->m_pAudioDecoder->m_pFctSetOptionAudioDec(pC->pAudioDecCtxt,
6151 pC->m_pAudioDecoder->m_pFctSetOptionAudioDec(pC->pAudioDecCtxt,
6154 pC->m_pAudioDecoder->m_pFctSetOptionAudioDec(pC->pAudioDecCtxt,
6157 if( pC->m_pAudioDecoder->m_pFctStartAudioDec != M4OSA_NULL )
6160 err = pC->m_pAudioDecoder->m_pFctStartAudioDec(pC->pAudioDecCtxt);
6165 "M4MCS_intPrepareVideoDecoder: m_pAudioDecoder->m_pFctStartAudioDec returns 0x%x",
8278 err = pC->m_pAudioDecoder
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h259 M4AD_Interface* m_pAudioDecoder; member in struct:__anon258
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h570 M4AD_Interface* m_pAudioDecoder; member in struct:__anon302

Completed in 428 milliseconds