Searched refs:pVideoEncoderGlobalFcts (Results 1 – 8 of 8) sorted by relevance
/frameworks/media/libvideoeditor/vss/src/ |
D | M4VSS3GPP_Codecs.c | 50 pC->pVideoEncoderGlobalFcts = M4OSA_NULL; in M4VSS3GPP_clearInterfaceTables() 569 pC->pVideoEncoderGlobalFcts = M4OSA_NULL; in M4VSS3GPP_unRegisterAllEncoders() 776 pC->pVideoEncoderGlobalFcts = pC->pVideoEncoderInterface[encoderType]; in M4VSS3GPP_setCurrentVideoEncoder() 782 if( pC->pVideoEncoderGlobalFcts == M4OSA_NULL ) in M4VSS3GPP_setCurrentVideoEncoder()
|
D | M4VSS3GPP_AudioMixing.c | 976 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctGetOption( in M4VSS3GPP_intAudioMixingOpen() 3890 if( M4OSA_NULL == pC->ShellAPI.pVideoEncoderGlobalFcts ) in M4VSS3GPP_intAudioMixingCreateVideoEncoder() 3988 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctInit(&pC->ewc.pEncContext, in M4VSS3GPP_intAudioMixingCreateVideoEncoder() 4007 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctOpen(pC->ewc.pEncContext, in M4VSS3GPP_intAudioMixingCreateVideoEncoder() 4023 if( M4OSA_NULL != pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStart ) in M4VSS3GPP_intAudioMixingCreateVideoEncoder() 4025 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStart( in M4VSS3GPP_intAudioMixingCreateVideoEncoder() 4063 if( pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStop != M4OSA_NULL ) in M4VSS3GPP_intAudioMixingDestroyVideoEncoder() 4065 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStop( in M4VSS3GPP_intAudioMixingDestroyVideoEncoder() 4083 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctClose( in M4VSS3GPP_intAudioMixingDestroyVideoEncoder() 4097 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctCleanup( in M4VSS3GPP_intAudioMixingDestroyVideoEncoder()
|
D | M4VSS3GPP_EditVideo.c | 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() 2446 if( M4OSA_NULL == pC->ShellAPI.pVideoEncoderGlobalFcts ) in M4VSS3GPP_intCreateVideoEncoder() 2569 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctInit(&pC->ewc.pEncContext, in M4VSS3GPP_intCreateVideoEncoder() 2585 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctOpen(pC->ewc.pEncContext, in M4VSS3GPP_intCreateVideoEncoder() 2600 if( M4OSA_NULL != pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStart ) in M4VSS3GPP_intCreateVideoEncoder() 2602 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStart( in M4VSS3GPP_intCreateVideoEncoder() 2637 if( pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStop != M4OSA_NULL ) in M4VSS3GPP_intDestroyVideoEncoder() 2639 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctStop( in M4VSS3GPP_intDestroyVideoEncoder() 2658 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctClose( in M4VSS3GPP_intDestroyVideoEncoder() [all …]
|
D | M4VSS3GPP_Edit.c | 2694 err = pC->ShellAPI.pVideoEncoderGlobalFcts->pFctGetOption( in M4VSS3GPP_intComputeOutputVideoAndAudioDsi()
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
D | M4MCS_Codecs.c | 59 pC->pVideoEncoderGlobalFcts = M4OSA_NULL; in M4MCS_clearInterfaceTables() 511 pC->pVideoEncoderGlobalFcts = M4OSA_NULL; in M4MCS_unRegisterAllEncoders() 696 pC->pVideoEncoderGlobalFcts = pC->pVideoEncoderInterface[encoderType]; in M4MCS_setCurrentVideoEncoder() 700 if (pC->pVideoEncoderGlobalFcts == M4OSA_NULL) in M4MCS_setCurrentVideoEncoder()
|
D | M4MCS_API.c | 3080 if( pC->pVideoEncoderGlobalFcts->pFctStop != M4OSA_NULL ) in M4MCS_close() 3082 err = pC->pVideoEncoderGlobalFcts->pFctStop(pC->pViEncCtxt); in M4MCS_close() 3099 err = pC->pVideoEncoderGlobalFcts->pFctClose(pC->pViEncCtxt); in M4MCS_close() 3125 err = pC->pVideoEncoderGlobalFcts->pFctGetOption(pC->pViEncCtxt, in M4MCS_close() 3317 && (M4OSA_NULL != pC->pVideoEncoderGlobalFcts) ) in M4MCS_cleanUp() 3319 err = pC->pVideoEncoderGlobalFcts->pFctCleanup(pC->pViEncCtxt); in M4MCS_cleanUp() 5467 err = pC->pVideoEncoderGlobalFcts->pFctSetOption(pC->pViEncCtxt, in M4MCS_intStepSet() 5478 err = pC->pVideoEncoderGlobalFcts->pFctSetOption(pC->pViEncCtxt, in M4MCS_intStepSet() 5489 err = pC->pVideoEncoderGlobalFcts->pFctGetOption(pC->pViEncCtxt, in M4MCS_intStepSet() 5870 err = pC->pVideoEncoderGlobalFcts->pFctInit(&pC->pViEncCtxt, in M4MCS_intPrepareVideoEncoder() [all …]
|
/frameworks/media/libvideoeditor/vss/inc/ |
D | M4VSS3GPP_InternalTypes.h | 231 M4ENCODER_GlobalInterface* pVideoEncoderGlobalFcts; member
|
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
D | M4MCS_InternalTypes.h | 540 M4ENCODER_GlobalInterface* pVideoEncoderGlobalFcts; member
|