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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp211 int64_t time2 = -1; local
223 time2 = timeUs;
226 time1 = time2 = -1;
232 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 58 milliseconds