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

/frameworks/base/tests/JankBench/app/src/main/jni/
H A DBench.cpp269 double dts = dt / 1000000000; local
274 if (dts > targetTime) {
275 mMemLoopCount = (size_t)((double)mMemLoopCount / (dts / targetTime));
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp328 int64_t dts; member in struct:android::MPEG4Writer::Track::TimestampDebugHelperEntry
2857 "us, " + std::to_string(entry->dts) + "us " + entry->frameType + ") ";
3120 timestampDebugEntry.dts = decodingTimeUs;

Completed in 73 milliseconds