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

  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 254 mDurationUs = (mPlayEndTimeMsec - mPlayBeginTimeMsec)*1000LL;
885 if((videoTimeUs/1000) < mPlayBeginTimeMsec) {
1006 ((mDecVideoTsStoryBoard/1000) + mPlayEndTimeMsec - mPlayBeginTimeMsec)))
1013 (((timeUs+mDecVideoTsStoryBoard)/1000)-mPlayBeginTimeMsec)) &&
1015 (((timeUs+mDecVideoTsStoryBoard)/1000)-mPlayBeginTimeMsec))
    [all...]
PreviewPlayer.h 210 uint32_t mPlayBeginTimeMsec;

Completed in 44 milliseconds