Searched defs:mStartTimestampUs (Results 1 - 2 of 2) sorted by path

/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h87 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp258 int64_t mStartTimestampUs; member in class:android::MPEG4Writer::Track
558 mStartTimestampUs = -1;
1214 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1215 mStartTimestampUs = timeUs;
1216 ALOGI("Earliest track starting time: %lld", mStartTimestampUs);
1222 return mStartTimestampUs;
2086 mStartTimestampUs = timestampUs;
2087 mOwner->setStartTimestampUs(mStartTimestampUs);
2088 previousPausedDurationUs = mStartTimestampUs;
[all...]

Completed in 52 milliseconds