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

/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp48 mFirstFrameTimestamp(0),
309 mFirstFrameTimestamp = item.mTimestamp;
321 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp);
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h209 // mFirstFrameTimestamp is the timestamp of the first received frame.
211 int64_t mFirstFrameTimestamp; member in class:android::SurfaceMediaSource

Completed in 2229 milliseconds