Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp6207 int64_t elstInitialEmptyEditUs = 0, elstShiftStartUs = 0; in read() local
6217 elstShiftStartUs = ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in read()
6218 seekTimeUs += elstShiftStartUs; in read()
6222 elstShiftStartUs); in read()
6654 int64_t elstInitialEmptyEditUs = 0, elstShiftStartUs = 0; in fragmentedRead() local
6664 elstShiftStartUs = ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in fragmentedRead()
6665 seekTimeUs += elstShiftStartUs; in fragmentedRead()
6669 elstShiftStartUs); in fragmentedRead()