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

  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 106 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;
    [all...]
PreviewPlayer.h 213 uint64_t mDecVideoTsStoryBoard; // timestamp of frame relative to storyboard

Completed in 1213 milliseconds