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

/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h87 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp177 int64_t mStartTimestampUs; member in class:android::MPEG4Writer::Track
473 mStartTimestampUs = -1;
1103 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1104 mStartTimestampUs = timeUs;
1105 ALOGI("Earliest track starting time: %lld", mStartTimestampUs);
1111 return mStartTimestampUs;
1963 mStartTimestampUs = timestampUs;
1964 mOwner->setStartTimestampUs(mStartTimestampUs);
1965 previousPausedDurationUs = mStartTimestampUs;
[all...]

Completed in 26 milliseconds