HomeSort by relevance Sort by last modified time
    Searched refs:mStartTimestampUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 87 int64_t mStartTimestampUs;
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 177 int64_t mStartTimestampUs;
473 mStartTimestampUs = -1;
1103 if (mStartTimestampUs < 0 || mStartTimestampUs > timeUs) {
1104 mStartTimestampUs = timeUs;
1105 ALOGI("Earliest track starting time: %lld", mStartTimestampUs);
1111 return mStartTimestampUs;
    [all...]

Completed in 26 milliseconds