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

  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h 180 * @param iCts (IN) Target CTS
183 M4OSA_ERR M4VSS3GPP_intClipDecodeVideoUpToCts(M4VSS3GPP_ClipContext* pClipCtxt, M4OSA_Int32 iCts);
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_Edit.c     [all...]
M4VSS3GPP_EditVideo.c 129 M4OSA_Int32 iCts, iNextCts;
205 iCts = (M4OSA_Int32)(pC->ewc.dInputVidCts) - pC->pC1->iVoffset;
208 (M4_StreamHandler *)pC->pC1->pVideoStream, &iCts);
238 if( pC->pC1->VideoAU.m_CTS == iCts
239 && pC->pC1->iVideoRenderCts >= iCts )
258 iCts = ((M4OSA_Int32)pC->ewc.dInputVidCts) - pC->pC1->iVoffset - 1;
259 iNextCts = iCts + ((M4OSA_Int32)pC->dOutputFrameDuration) + 1;
267 && (( pC->pC1->VideoAU.m_CTS >= iCts)
    [all...]
M4VSS3GPP_Clip.c 778 * @param iCts (IN) Target CTS
782 M4OSA_Int32 iCts )
791 iClipCts = iCts - pClipCtxt->iVoffset;
    [all...]

Completed in 147 milliseconds