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

/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp50 mFirstFrameTimestamp(0),
316 mFirstFrameTimestamp = item.mTimestamp;
329 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp);
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h218 // mFirstFrameTimestamp is the timestamp of the first received frame.
220 int64_t mFirstFrameTimestamp; member in class:android::SurfaceMediaSource

Completed in 665 milliseconds