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

/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h97 int64_t mStartTimestampUs; member in class:android::MPEG4Writer
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h57 int64_t mStartTimestampUs; member in class:android::WebmWriter
/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...]

Completed in 164 milliseconds