Home
last modified time | relevance | path

Searched refs:m_pReaderDataIt (Results 1 – 9 of 9) sorted by relevance

/frameworks/media/libvideoeditor/vss/src/
DM4VSS3GPP_Clip.c215 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()
DM4VSS3GPP_Codecs.c80 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()
DM4VSS3GPP_EditVideo.c219 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()
DM4VSS3GPP_Edit.c3228 err = pClip->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intOpenClip()
DM4VSS3GPP_AudioMixing.c1968 err = pC->pInputClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intAudioMixingStepVideo()
/frameworks/media/libvideoeditor/vss/mcs/src/
DM4MCS_Codecs.c87 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()
DM4MCS_API.c2444 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/
DM4VSS3GPP_InternalTypes.h248 M4READER_DataInterface* m_pReaderDataIt; member
/frameworks/media/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalTypes.h559 M4READER_DataInterface* m_pReaderDataIt; member