Searched refs:m_pReaderDataIt (Results 1 – 9 of 9) sorted by relevance
/frameworks/media/libvideoeditor/vss/src/ |
D | M4VSS3GPP_Clip.c | 215 pClipCtxt->ShellAPI.m_pReaderDataIt, in M4VSS3GPP_intClipOpen() 251 pClipCtxt->ShellAPI.m_pReaderDataIt->m_readerContext = in M4VSS3GPP_intClipOpen() 614 pClipCtxt->ShellAPI.m_pReaderDataIt, in M4VSS3GPP_intClipOpen() 907 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intClipReadNextAudioFrame() 1022 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intClipReadNextAudioFrame() 1077 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intClipReadNextAudioFrame() 1325 (M4OSA_DataOption) pClipCtxt->ShellAPI.m_pReaderDataIt); in M4VSS3GPP_intClipPrepareAudioDecoder() 1526 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intClipJumpAudioAt() 2018 (M4OSA_DataOption) pClipCtxt->ShellAPI.m_pReaderDataIt); in M4VSS3GPP_intCheckAndGetCodecAacProperties()
|
D | M4VSS3GPP_Codecs.c | 80 pC->m_pReaderDataIt = M4OSA_NULL; in M4VSS3GPP_clearInterfaceTables() 608 pC->m_pReaderDataIt = M4OSA_NULL; in M4VSS3GPP_unRegisterAllReaders() 903 pC->m_pReaderDataIt = pC->m_pReaderDataItTable[readerType]; in M4VSS3GPP_setCurrentReader() 905 if( pC->m_pReader == M4OSA_NULL || pC->m_pReaderDataIt == M4OSA_NULL ) in M4VSS3GPP_setCurrentReader()
|
D | M4VSS3GPP_EditVideo.c | 219 err = pC->pC1->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intEditStepVideo() 353 err = pC->pC1->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intEditStepVideo() 390 err = pC->pC1->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intEditStepVideo()
|
D | M4VSS3GPP_Edit.c | 3228 err = pClip->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intOpenClip()
|
D | M4VSS3GPP_AudioMixing.c | 1968 err = pC->pInputClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intAudioMixingStepVideo()
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
D | M4MCS_Codecs.c | 87 pC->m_pReaderDataIt = M4OSA_NULL; in M4MCS_clearInterfaceTables() 549 pC->m_pReaderDataIt = M4OSA_NULL; in M4MCS_unRegisterAllReaders() 802 pC->m_pReaderDataIt = pC->m_pReaderDataItTable[readerType]; in M4MCS_setCurrentReader() 804 if (pC->m_pReader == M4OSA_NULL || pC->m_pReaderDataIt == M4OSA_NULL) in M4MCS_setCurrentReader()
|
D | M4MCS_API.c | 2444 pC->m_pReaderDataIt->m_readerContext = pC->pReaderContext; in M4MCS_open() 5630 pC->m_pReaderDataIt, &pC->ReaderVideoAU, decoderUserData); in M4MCS_intPrepareVideoDecoder() 6155 M4AD_kOptionID_3gpReaderInterface, (M4OSA_DataOption) pC->m_pReaderDataIt); in M4MCS_intPrepareAudioProcessing() 7197 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intPrepareAudioBeginCut() 7641 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intStepBeginVideoJump() 7911 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intAudioNullEncoding() 7992 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intAudioNullEncoding() 8030 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intAudioNullEncoding() 8917 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intVideoNullEncoding() 8974 err = pC->m_pReaderDataIt->m_pFctGetNextAu(pC->pReaderContext, in M4MCS_intVideoNullEncoding() [all …]
|
/frameworks/media/libvideoeditor/vss/inc/ |
D | M4VSS3GPP_InternalTypes.h | 248 M4READER_DataInterface* m_pReaderDataIt; member
|
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
D | M4MCS_InternalTypes.h | 559 M4READER_DataInterface* m_pReaderDataIt; member
|