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

/frameworks/base/include/media/stagefright/
H A DMPEG4Writer.h86 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp166 int64_t mStartTimestampUs; member in class:android::MPEG4Writer::Track
460 mStartTimestampUs = -1;
1090 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1091 mStartTimestampUs = timeUs;
1092 LOGI("Earliest track starting time: %lld", mStartTimestampUs);
1098 return mStartTimestampUs;
1959 mStartTimestampUs = timestampUs;
1960 mOwner->setStartTimestampUs(mStartTimestampUs);
1961 previousPausedDurationUs = mStartTimestampUs;
[all...]

Completed in 160 milliseconds