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

/frameworks/native/libs/utils/
H A DSystemClock.cpp133 int64_t prevTimestamp = *prevTimestampPtr; local
136 if (timestamp < prevTimestamp) {
138 prevTimestamp, gettime_method_names[prevMethod],
158 static volatile int64_t prevTimestamp; local
170 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
191 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod, METHOD_IOCTL);
199 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h262 uint32 prevTimestamp[BITRATE_AVERAGE_WINDOW]; member in struct:tagVideoDecData

Completed in 88 milliseconds