HomeSort by relevance Sort by last modified time
    Searched refs:prevTimestamp (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/utils/
SystemClock.cpp 133 int64_t prevTimestamp = *prevTimestampPtr;
136 if (timestamp < prevTimestamp) {
138 prevTimestamp, gettime_method_names[prevMethod],
158 static volatile int64_t prevTimestamp;
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/
mp4lib_int.h 262 uint32 prevTimestamp[BITRATE_AVERAGE_WINDOW];
pvdec_api.cpp     [all...]

Completed in 762 milliseconds