Home
last modified time | relevance | path

Searched refs:elstShiftStartUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp5953 int64_t elstInitialEmptyEditUs = 0, elstShiftStartUs = 0; in read() local
5963 elstShiftStartUs = ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in read()
5964 seekTimeUs += elstShiftStartUs; in read()
5968 elstShiftStartUs); in read()
6352 int64_t elstInitialEmptyEditUs = 0, elstShiftStartUs = 0; in fragmentedRead() local
6362 elstShiftStartUs = ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in fragmentedRead()
6363 seekTimeUs += elstShiftStartUs; in fragmentedRead()
6367 elstShiftStartUs); in fragmentedRead()