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

/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h180 M4MP4W_Time32 lastCTS; /* CTS of the previous AU, member in struct:__anon91
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c737 mMp4FileDataPtr->audioTrackPtr->CommonData.lastCTS = 0;
1004 mMp4FileDataPtr->videoTrackPtr->CommonData.lastCTS = 0;
1481 mMp4FileDataPtr->audioTrackPtr->CommonData.lastCTS;
1625 /*set time of the new chunk to lastCTS (for initialization, but updated further to the
1630 (M4OSA_UInt32)(mMp4FileDataPtr->audioTrackPtr->CommonData.lastCTS
1727 (M4OSA_UInt32)(mMp4FileDataPtr->videoTrackPtr->CommonData.lastCTS
1866 /*set time of the new chunk to lastCTS (for initialization, but updated further to the
1871 (M4OSA_UInt32)(mMp4FileDataPtr->videoTrackPtr->CommonData.lastCTS
1919 (M4OSA_UInt32)(( mMp4FileDataPtr->audioTrackPtr->CommonData.lastCTS
1983 (M4OSA_UInt32)(( mMp4FileDataPtr->videoTrackPtr->CommonData.lastCTS
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c941 M4OSA_UInt32 lastCTS; local
1035 lastCTS = (M4OSA_UInt32)pC->m_mtCts;
1038 (M4OSA_UInt32)M4WRITER_kMaxFileDuration, &lastCTS);
H A DM4VSS3GPP_AudioMixing.c473 M4OSA_UInt32 lastCTS; local
515 lastCTS = pC->ewc.iOutputDuration;
519 (M4OSA_UInt32)M4WRITER_kMaxFileDuration, &lastCTS);
H A DM4VSS3GPP_Edit.c1448 M4OSA_UInt32 lastCTS; local
1502 lastCTS = pC->ewc.iOutputDuration;
1506 (M4OSA_UInt32)M4WRITER_kMaxFileDuration, &lastCTS);

Completed in 99 milliseconds