HomeSort by relevance Sort by last modified time
    Searched refs:iCts (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h 180 * @param iCts (IN) Target CTS
183 M4OSA_ERR M4VSS3GPP_intClipDecodeVideoUpToCts(M4VSS3GPP_ClipContext* pClipCtxt, M4OSA_Int32 iCts);
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Edit.c     [all...]
M4VSS3GPP_EditVideo.c 131 M4OSA_Int32 iCts, iNextCts;
207 iCts = (M4OSA_Int32)(pC->ewc.dInputVidCts) - pC->pC1->iVoffset;
210 (M4_StreamHandler *)pC->pC1->pVideoStream, &iCts);
240 if( pC->pC1->VideoAU.m_CTS == iCts
241 && pC->pC1->iVideoRenderCts >= iCts )
260 iCts = ((M4OSA_Int32)pC->ewc.dInputVidCts) - pC->pC1->iVoffset - 1;
261 iNextCts = iCts + ((M4OSA_Int32)pC->dOutputFrameDuration) + 1;
269 && (( pC->pC1->VideoAU.m_CTS >= iCts)
    [all...]
M4VSS3GPP_Clip.c 790 * @param iCts (IN) Target CTS
794 M4OSA_Int32 iCts )
803 iClipCts = iCts - pClipCtxt->iVoffset;
    [all...]

Completed in 242 milliseconds