Searched refs:previousVstate (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c734 const M4VSS3GPP_EditVideoState previousVstate = pC->Vstate; local
818 } else if( ( M4VSS3GPP_kEditVideoState_BEGIN_CUT == previousVstate)
819 || (M4VSS3GPP_kEditVideoState_AFTER_CUT == previousVstate) ) {
828 if( ( M4VSS3GPP_kEditVideoState_BEGIN_CUT == previousVstate)
829 || (M4VSS3GPP_kEditVideoState_AFTER_CUT == previousVstate) )
883 if( ( ( M4VSS3GPP_kEditVideoState_READ_WRITE == previousVstate)
885 == previousVstate)) /**< read mode */
924 else if( ( ( M4VSS3GPP_kEditVideoState_DECODE_ENCODE == previousVstate)
926 == previousVstate)) /**< encode mode */
935 else if( ( ( M4VSS3GPP_kEditVideoState_DECODE_ENCODE == previousVstate)
[all...]

Completed in 26 milliseconds