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

  /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...]
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 36 milliseconds