Searched refs:mStartTimestampUs (Results 1 - 6 of 6) 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.cpp335 int64_t mStartTimestampUs; member in class:android::MPEG4Writer::Track
469 mStartTimestampUs = -1ll;
751 mStartTimestampUs = -1;
1588 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1589 mStartTimestampUs = timeUs;
1590 ALOGI("Earliest track starting time: %" PRId64, mStartTimestampUs);
1596 return mStartTimestampUs;
2712 mStartTimestampUs = timestampUs;
2713 mOwner->setStartTimestampUs(mStartTimestampUs);
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h109 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG4Writer.h109 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/include/
H A DMPEG4Writer.h109 int64_t mStartTimestampUs; member in class:android::MPEG4Writer

Completed in 267 milliseconds