Home
last modified time | relevance | path

Searched refs:encoderState (Results 1 – 6 of 6) sorted by relevance

/frameworks/media/libvideoeditor/vss/src/
DM4VSS3GPP_AudioMixing.c4002 pC->ewc.encoderState = M4VSS3GPP_kEncoderClosed; in M4VSS3GPP_intAudioMixingCreateVideoEncoder()
4019 pC->ewc.encoderState = M4VSS3GPP_kEncoderStopped; in M4VSS3GPP_intAudioMixingCreateVideoEncoder()
4038 pC->ewc.encoderState = M4VSS3GPP_kEncoderRunning; in M4VSS3GPP_intAudioMixingCreateVideoEncoder()
4061 if( M4VSS3GPP_kEncoderRunning == pC->ewc.encoderState ) in M4VSS3GPP_intAudioMixingDestroyVideoEncoder()
4077 pC->ewc.encoderState = M4VSS3GPP_kEncoderStopped; in M4VSS3GPP_intAudioMixingDestroyVideoEncoder()
4081 if( M4VSS3GPP_kEncoderStopped == pC->ewc.encoderState ) in M4VSS3GPP_intAudioMixingDestroyVideoEncoder()
4094 pC->ewc.encoderState = M4VSS3GPP_kEncoderClosed; in M4VSS3GPP_intAudioMixingDestroyVideoEncoder()
4109 pC->ewc.encoderState = M4VSS3GPP_kNoEncoder; in M4VSS3GPP_intAudioMixingDestroyVideoEncoder()
DM4VSS3GPP_EditVideo.c894 if (pC->ewc.encoderState == M4VSS3GPP_kNoEncoder) { in M4VSS3GPP_intCheckVideoMode()
2582 pC->ewc.encoderState = M4VSS3GPP_kEncoderClosed; in M4VSS3GPP_intCreateVideoEncoder()
2596 pC->ewc.encoderState = M4VSS3GPP_kEncoderStopped; in M4VSS3GPP_intCreateVideoEncoder()
2614 pC->ewc.encoderState = M4VSS3GPP_kEncoderRunning; in M4VSS3GPP_intCreateVideoEncoder()
2635 if( M4VSS3GPP_kEncoderRunning == pC->ewc.encoderState ) in M4VSS3GPP_intDestroyVideoEncoder()
2652 pC->ewc.encoderState = M4VSS3GPP_kEncoderStopped; in M4VSS3GPP_intDestroyVideoEncoder()
2656 if( M4VSS3GPP_kEncoderStopped == pC->ewc.encoderState ) in M4VSS3GPP_intDestroyVideoEncoder()
2670 pC->ewc.encoderState = M4VSS3GPP_kEncoderClosed; in M4VSS3GPP_intDestroyVideoEncoder()
2685 pC->ewc.encoderState = M4VSS3GPP_kNoEncoder; in M4VSS3GPP_intDestroyVideoEncoder()
DM4VSS3GPP_Edit.c212 pC->ewc.encoderState = M4VSS3GPP_kNoEncoder; in M4VSS3GPP_editInit()
/frameworks/media/libvideoeditor/vss/inc/
DM4VSS3GPP_InternalTypes.h487 M4OSA_UInt32 encoderState; member
/frameworks/media/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalTypes.h462 M4OSA_UInt32 encoderState; member
/frameworks/media/libvideoeditor/vss/mcs/src/
DM4MCS_API.c2212 pC->encoderState = M4MCS_kNoEncoder; in M4MCS_init()
3078 if( M4MCS_kEncoderRunning == pC->encoderState ) in M4MCS_close()
3093 pC->encoderState = M4MCS_kEncoderStopped; in M4MCS_close()
3097 if( M4MCS_kEncoderStopped == pC->encoderState ) in M4MCS_close()
3109 pC->encoderState = M4MCS_kEncoderClosed; in M4MCS_close()
3330 pC->encoderState = M4MCS_kNoEncoder; in M4MCS_cleanUp()
5884 pC->encoderState = M4MCS_kEncoderClosed; in M4MCS_intPrepareVideoEncoder()
5921 pC->encoderState = M4MCS_kEncoderStopped; in M4MCS_intPrepareVideoEncoder()
5936 pC->encoderState = M4MCS_kEncoderRunning; in M4MCS_intPrepareVideoEncoder()
8829 || (M4MCS_kEncoderRunning != pC->encoderState) ) in M4MCS_intVideoNullEncoding()
[all …]