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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c140 if ( ((M4OSA_Int32)(pC->ewc.dInputVidCts) - pC->pC1->iVoffset
145 - pC->pC1->iVoffset + pC->iInOutTimeOffset - pC->pC1->iEndTime;
207 iCts = (M4OSA_Int32)(pC->ewc.dInputVidCts) - pC->pC1->iVoffset;
236 pC->pC1->VideoAU.m_CTS, pC->pC1->iVoffset,
250 + pC->pC1->iVoffset <= pC->ewc.WriterVideoAU.CTS) )
260 iCts = ((M4OSA_Int32)pC->ewc.dInputVidCts) - pC->pC1->iVoffset - 1;
294 (M4OSA_Time)pC->pC1->iVoffset;
370 pC->pC1->VideoAU.m_CTS, pC->pC1->iVoffset,
407 pC->pC1->VideoAU.m_CTS, pC->pC1->iVoffset,
742 if( ( TD > 0) && (( t - pC->pC1->iVoffset) >
[all...]
H A DM4VSS3GPP_EditAudio.c1325 pC->pC2->iVoffset += (M4OSA_UInt32)pC->ewc.dInputVidCts;
1342 - (M4OSA_Int32)(pC->pC2->iVoffset *pC->pC2->scale_audio + 0.5))
H A DM4VSS3GPP_Edit.c2937 pC->pC1->iVoffset += (M4OSA_UInt32)pC->ewc.dInputVidCts;
2951 - (M4OSA_Int32)(pC->pC1->iVoffset *pC->pC1->scale_audio + 0.5))
3159 pClip->iVoffset = 0;
3185 pClip->iVoffset = -pClip->iActualVideoBeginCut;
H A DM4VSS3GPP_Clip.c122 pClipCtxt->iVoffset = 0;
803 iClipCts = iCts - pClipCtxt->iVoffset;
H A DM4VSS3GPP_AudioMixing.c406 + (50 * pC->ewc.dATo - pC->pInputClipCtxt->iVoffset)
1964 pC->ewc.dOutputVidCts, pC->State, pC->pInputClipCtxt->iVoffset);
1982 pC->pInputClipCtxt->VideoAU.m_CTS, pC->pInputClipCtxt->iVoffset,
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h295 M4OSA_Int32 iVoffset; /**< [Milliseconds] Offset between the member in struct:__anon259

Completed in 58 milliseconds