Searched refs:ShellAPI (Results 1 – 7 of 7) sorted by relevance
/frameworks/media/libvideoeditor/vss/src/ |
D | M4VSS3GPP_Clip.c | 159 err = M4VSS3GPP_clearInterfaceTables(&pClipCtxt->ShellAPI); in M4VSS3GPP_intClipInit() 164 err = M4VSS3GPP_subscribeMediaAndCodec(&pClipCtxt->ShellAPI); in M4VSS3GPP_intClipInit() 206 &pClipCtxt->ShellAPI, M4DA_StreamTypeVideoARGB8888); in M4VSS3GPP_intClipOpen() 211 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate( in M4VSS3GPP_intClipOpen() 214 pClipCtxt->ShellAPI.m_pReader, in M4VSS3GPP_intClipOpen() 215 pClipCtxt->ShellAPI.m_pReaderDataIt, in M4VSS3GPP_intClipOpen() 232 err = M4VSS3GPP_setCurrentReader(&pClipCtxt->ShellAPI, in M4VSS3GPP_intClipOpen() 239 pClipCtxt->ShellAPI.m_pReader->m_pFctCreate(&pClipCtxt->pReaderContext); in M4VSS3GPP_intClipOpen() 251 pClipCtxt->ShellAPI.m_pReaderDataIt->m_readerContext = in M4VSS3GPP_intClipOpen() 256 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption( in M4VSS3GPP_intClipOpen() [all …]
|
D | M4VSS3GPP_AudioMixing.c | 211 err = M4VSS3GPP_clearInterfaceTables(&pC->ShellAPI); in M4VSS3GPP_audioMixingInit() 215 err = M4VSS3GPP_subscribeMediaAndCodec(&pC->ShellAPI); in M4VSS3GPP_audioMixingInit() 366 err = pC->pAddedClipCtxt->ShellAPI.m_pReader->m_pFctJump( in M4VSS3GPP_audioMixingStep() 517 err = pC->ShellAPI.pWriterGlobalFcts->pFctSetOption( in M4VSS3GPP_audioMixingCleanUp() 528 err = pC->ShellAPI.pWriterGlobalFcts->pFctCloseWrite( in M4VSS3GPP_audioMixingCleanUp() 545 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctClose( in M4VSS3GPP_audioMixingCleanUp() 556 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctCleanUp( in M4VSS3GPP_audioMixingCleanUp() 606 M4VSS3GPP_unRegisterAllWriters(&pC->ShellAPI); in M4VSS3GPP_audioMixingCleanUp() 607 M4VSS3GPP_unRegisterAllEncoders(&pC->ShellAPI); in M4VSS3GPP_audioMixingCleanUp() 608 M4VSS3GPP_unRegisterAllReaders(&pC->ShellAPI); in M4VSS3GPP_audioMixingCleanUp() [all …]
|
D | M4VSS3GPP_EditVideo.c | 206 err = pC->pC1->ShellAPI.m_pReader->m_pFctJump( in M4VSS3GPP_intEditStepVideo() 219 err = pC->pC1->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu( in M4VSS3GPP_intEditStepVideo() 273 err = pC->ShellAPI.pWriterDataFcts->pStartAU( in M4VSS3GPP_intEditStepVideo() 324 err = pC->ShellAPI.pWriterDataFcts->pProcessAU( 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() 472 … err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctEncode(pC->ewc.pEncContext, M4OSA_NULL, in M4VSS3GPP_intEditStepVideo() 634 … err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctEncode(pC->ewc.pEncContext, M4OSA_NULL, in M4VSS3GPP_intEditStepVideo() 840 err = pC->pC1->ShellAPI.m_pReader->m_pFctGetOption( in M4VSS3GPP_intCheckVideoMode() 986 err = pC->ShellAPI.pWriterDataFcts->pStartAU(pC->ewc.p3gpWriterContext, in M4VSS3GPP_intStartAU() [all …]
|
D | M4VSS3GPP_EditAudio.c | 153 err = pClip->ShellAPI.m_pReader->m_pFctGetOption( in M4VSS3GPP_intEditStepMP3() 291 err = pC->ShellAPI.pWriterDataFcts->pStartAU( in M4VSS3GPP_intEditStepAudio() 358 err = pC->ShellAPI.pWriterDataFcts->pProcessAU( in M4VSS3GPP_intEditStepAudio() 438 err = pC->ShellAPI.pWriterDataFcts->pStartAU( in M4VSS3GPP_intEditStepAudio() 549 pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep( in M4VSS3GPP_intEditStepAudio() 570 pC->pC1->ShellAPI.m_pAudioDecoder->m_pFctGetOptionAudioDec( in M4VSS3GPP_intEditStepAudio() 606 pC->pC1->ShellAPI.m_pAudioDecoder->m_pFctGetOptionAudioDec( in M4VSS3GPP_intEditStepAudio() 710 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctStep( in M4VSS3GPP_intEditStepAudio() 745 err = pC->ShellAPI.pWriterDataFcts->pProcessAU( in M4VSS3GPP_intEditStepAudio() 820 err = pC->ShellAPI.pWriterDataFcts->pStartAU( in M4VSS3GPP_intEditStepAudio() [all …]
|
D | M4VSS3GPP_Edit.c | 224 err = M4VSS3GPP_clearInterfaceTables(&pC->ShellAPI); in M4VSS3GPP_editInit() 229 err = M4VSS3GPP_subscribeMediaAndCodec(&pC->ShellAPI); in M4VSS3GPP_editInit() 1235 err = pC->pC1->ShellAPI.m_pReader->m_pFctGetOption( in M4VSS3GPP_editOpen() 1280 err = M4VSS3GPP_intCreate3GPPOutputFile(&pC->ewc, &pC->ShellAPI, in M4VSS3GPP_editOpen() 1287 err = M4VSS3GPP_intCreate3GPPOutputFile(&pC->ewc, &pC->ShellAPI, in M4VSS3GPP_editOpen() 1504 err = pC->ShellAPI.pWriterGlobalFcts->pFctSetOption( in M4VSS3GPP_editClose() 1515 err = pC->ShellAPI.pWriterGlobalFcts->pFctCloseWrite( in M4VSS3GPP_editClose() 1761 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctClose( in M4VSS3GPP_editCleanUp() 1772 err = pC->ShellAPI.pAudioEncoderGlobalFcts->pFctCleanUp( in M4VSS3GPP_editCleanUp() 1788 M4VSS3GPP_unRegisterAllWriters(&pC->ShellAPI); in M4VSS3GPP_editCleanUp() [all …]
|
D | M4VSS3GPP_ClipAnalysis.c | 506 pClipCtxt->ShellAPI.m_pReader->m_pFctGetOption( in M4VSS3GPP_intBuildAnalysis() 609 pClipCtxt->ShellAPI.m_pReader->m_pFctGetOption( in M4VSS3GPP_intBuildAnalysis() 645 err = pClipCtxt->ShellAPI.m_pReader->m_pFctGetOption( in M4VSS3GPP_intBuildAnalysis()
|
/frameworks/media/libvideoeditor/vss/inc/ |
D | M4VSS3GPP_InternalTypes.h | 376 M4VSS3GPP_MediaAndCodecCtxt ShellAPI; member 599 M4VSS3GPP_MediaAndCodecCtxt ShellAPI; /**< Filesystem and shell reader, member 680 M4VSS3GPP_MediaAndCodecCtxt ShellAPI; /**< Filesystem and shell reader, member
|