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

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp106 mDecVideoTsStoryBoard = 0;
1004 if((mEffectsSettings[i].uiStartTime < (mDecVideoTsStoryBoard/1000)) ||
1006 ((mDecVideoTsStoryBoard/1000) + mPlayEndTimeMsec - mPlayBeginTimeMsec)))
1013 (((timeUs+mDecVideoTsStoryBoard)/1000)-mPlayBeginTimeMsec)) &&
1015 (((timeUs+mDecVideoTsStoryBoard)/1000)-mPlayBeginTimeMsec))
1034 M4OSA_UInt32 timeOffset = mDecVideoTsStoryBoard/1000;
1308 mDecVideoTsStoryBoard = mStoryboardStartTimeMsec * 1000LL;
1334 mDecVideoTsStoryBoard = mStoryboardStartTimeMsec * 1000LL;
1357 notifyListener_l(MEDIA_INFO, 0, mDecVideoTsStoryBoard/1000);
1360 (((mDecodedVideoTs+mDecVideoTsStoryBoard)/100
[all...]
H A DPreviewPlayer.h213 uint64_t mDecVideoTsStoryBoard; // timestamp of frame relative to storyboard member in struct:android::PreviewPlayer

Completed in 36 milliseconds