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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp202 int64_t segmentStartUs = 0ll; local
212 segmentStartUs += itemDurationUs;
215 return segmentStartUs;
1633 int64_t segmentStartUs = 0; local
1642 if (timeUs < segmentStartUs + itemDurationUs) {
1646 segmentStartUs += itemDurationUs;

Completed in 33 milliseconds