Searched refs:iCts (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalFunctions.h180 * @param iCts (IN) Target CTS
183 M4OSA_ERR M4VSS3GPP_intClipDecodeVideoUpToCts(M4VSS3GPP_ClipContext* pClipCtxt, M4OSA_Int32 iCts);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c7143 M4OSA_Int32 iCts; local
7162 iCts = pC->uiBeginCutTime;
7164 (M4_StreamHandler *)pC->pReaderAudioStream, &iCts);
7176 pC->iAudioCtsOffset = iCts;
7190 if( ( iCts + 20) < (M4OSA_Int32)pC->uiBeginCutTime )
7218 while( ( iCts + 20) <= (M4OSA_Int32)pC->uiBeginCutTime )
7258 iCts += 20; /**< AMR, EVRC frame duration is always 20 ms */
7259 pC->ReaderAudioAU.m_CTS = iCts;
7260 pC->ReaderAudioAU.m_DTS = iCts;
7265 pC->iAudioCtsOffset = iCts;
7572 M4OSA_Int32 iCts; local
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Edit.c3092 M4OSA_Int32 iCts; local
3171 iCts = pClip->iActualVideoBeginCut;
3174 (M4_StreamHandler *)pClip->pVideoStream, &iCts);
3195 iCts = (M4OSA_Int32)(pClip->iActualAudioBeginCut
3198 err = M4VSS3GPP_intClipJumpAudioAt(pClip, &iCts);
3209 pClip->iAoffset = -iCts;
H A DM4VSS3GPP_EditVideo.c131 M4OSA_Int32 iCts, iNextCts; local
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)
H A DM4VSS3GPP_Clip.c790 * @param iCts (IN) Target CTS
794 M4OSA_Int32 iCts )
803 iClipCts = iCts - pClipCtxt->iVoffset;

Completed in 91 milliseconds