Home
last modified time | relevance | path

Searched refs:uiBeginLoop (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
DM4VSS3GPP_Extended_API.h70 M4OSA_UInt32 uiBeginLoop; /**< Describes in milli-second the start time member
DM4VSS3GPP_API.h615 … M4OSA_UInt32 uiBeginLoop; /**< Describes in milli-second the member
DM4VSS3GPP_InternalTypes.h635 M4OSA_UInt32 uiBeginLoop; /**< Describes in milli-second the member
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_AudioMixing.c127 if( pSettings->uiBeginLoop > pSettings->uiEndLoop ) in M4VSS3GPP_audioMixingInit()
206 pC->uiBeginLoop = pSettings->uiBeginLoop; in M4VSS3GPP_audioMixingInit()
364 M4OSA_Int32 jumpCTS = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_audioMixingStep()
894 if( pC->uiBeginLoop > pC->pAddedClipCtxt->pSettings-> in M4VSS3GPP_intAudioMixingOpen()
2154 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingStepAudioMix()
2283 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingStepAudioMix()
2481 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingStepAudioReplace()
2956 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingConvert()
2986 M4OSA_Int32 time = (M4OSA_Int32)(pC->uiBeginLoop); in M4VSS3GPP_intAudioMixingConvert()
DM4xVSS_internal.c2706 pAudioMixSettings->uiBeginLoop = in M4xVSS_internalGenerateAudioMixFile()
2707 xVSS_context->pCurrentEditSettings->xVSS.pBGMtrack->uiBeginLoop; in M4xVSS_internalGenerateAudioMixFile()
DM4xVSS_API.c4394 xVSS_context->pSettings->xVSS.pBGMtrack->uiBeginLoop = in M4xVSS_SendCommand()
4395 pSettings->xVSS.pBGMtrack->uiBeginLoop; in M4xVSS_SendCommand()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorClasses.cpp1038 pSettings->uiBeginLoop = (M4OSA_UInt32)pEnv->GetLongField(object, in videoEditClasses_getBackgroundMusicSettings()
1121 indentation, ' ', (unsigned int)pSettings->uiBeginLoop); in videoEditClasses_logBackgroundMusicSettings()