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

/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h57 int64_t mStartTimestampUs; member in class:android::WebmWriter
H A DWebmWriter.cpp59 mStartTimestampUs(0),
243 mStartTimestampUs,
520 params->findInt64(kKeyTime, &mStartTimestampUs);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp300 int64_t mStartTimestampUs; member in class:android::MPEG4Writer::Track
407 mStartTimestampUs(-1ll),
706 mStartTimestampUs = -1;
1446 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1447 mStartTimestampUs = timeUs;
1448 ALOGI("Earliest track starting time: %" PRId64, mStartTimestampUs);
1454 return mStartTimestampUs;
2424 mStartTimestampUs = timestampUs;
2425 mOwner->setStartTimestampUs(mStartTimestampUs);
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h97 int64_t mStartTimestampUs; member in class:android::MPEG4Writer

Completed in 229 milliseconds