Searched refs:dViDecStartingCts (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h445 M4OSA_Double dViDecStartingCts; /**< Video CTS at which the decode/encode will start member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2194 pC->dViDecStartingCts = 0.0;
2899 if( pC->dViDecCurrentCts > pC->dViDecStartingCts )
2903 pC->dViDecStartingCts = pC->dViDecCurrentCts;
2999 if( 0.0 == pC->dViDecStartingCts )
5570 pC->dViDecStartingCts = 0.0;
5579 pC->dViDecStartingCts = (M4OSA_Double)pC->uiBeginCutTime;
7582 iCts = (M4OSA_Int32)pC->dViDecStartingCts;
7589 iCts = (M4OSA_Int32)pC->dViDecStartingCts - M4MCS_NO_STSS_JUMP_POINT;
7689 if( pC->dViDecCurrentCts > pC->dViDecStartingCts )
7691 pC->dViDecCurrentCts = pC->dViDecStartingCts;
[all...]

Completed in 68 milliseconds