Searched refs:time2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp231 int64_t time2 = -1; local
243 time2 = timeUs;
246 time1 = time2 = -1;
252 return time2 - time1;
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp463 uint32_t abs_difference(uint32_t time1, uint32_t time2) { argument
464 return time1 > time2 ? time1 - time2 : time2 - time1;

Completed in 1833 milliseconds