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

/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h58 int64_t mStartTimestampUs; member in class:android::WebmWriter
H A DWebmWriter.cpp59 mStartTimestampUs(0),
86 mStartTimestampUs(0),
250 mStartTimestampUs,
512 params->findInt64(kKeyTime, &mStartTimestampUs);
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h94 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/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 2381 milliseconds