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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp106 int64_t segmentStartUs = 0ll; local
116 segmentStartUs += itemDurationUs;
119 return segmentStartUs;
1143 int64_t segmentStartUs = 0; local
1152 if (timeUs < segmentStartUs + itemDurationUs) {
1156 segmentStartUs += itemDurationUs;

Completed in 177 milliseconds