Searched defs:mStartTimestampUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h94 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h58 int64_t mStartTimestampUs; member in class:android::WebmWriter
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp271 int64_t mStartTimestampUs; member in class:android::MPEG4Writer::Track
619 mStartTimestampUs = -1;
1332 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1333 mStartTimestampUs = timeUs;
1334 ALOGI("Earliest track starting time: %" PRId64, mStartTimestampUs);
1340 return mStartTimestampUs;
2201 mStartTimestampUs = timestampUs;
2202 mOwner->setStartTimestampUs(mStartTimestampUs);
2203 previousPausedDurationUs = mStartTimestampUs;
[all...]

Completed in 513 milliseconds