Home
last modified time | relevance | path

Searched defs:sTime (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/muxer/
H A DMuxer.cpp29 int64_t sTime = mStats->getCurTime(); in initMuxer() local
57 int64_t sTime = mStats->getCurTime(); in deInitMuxer() local
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DMuxer.java42 long sTime = mStats.getCurTime(); in setUpMuxer() local
85 long sTime = mStats.getCurTime(); in deInitMuxer() local
H A DExtractor.java51 long sTime = mStats.getCurTime(); in setUpExtractor() local
133 long sTime = mStats.getCurTime(); in deinitExtractor() local
H A DDecoder.java112 long sTime = mStats.getCurTime(); in decode() local
224 long sTime = mStats.getCurTime(); in deInitCodec() local
H A DEncoder.java123 long sTime = mStats.getCurTime(); in encode() local
326 long sTime = mStats.getCurTime(); in deInitEncoder() local
H A DStats.java79 public long getTimeDiff(long sTime, long eTime) { return (eTime - sTime); } in getTimeDiff()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAnimationTime.java29 private static volatile long sTime; field in AnimationTime
/aosp12/frameworks/av/media/tests/benchmark/src/native/extractor/
H A DExtractor.cpp30 int64_t sTime = mStats->getCurTime(); in initExtractor() local
125 int64_t sTime = mStats->getCurTime(); in deInitExtractor() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp55 int64_t sTime = mStats->getCurTime(); in createCodec2Component() local
150 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
H A DDecoder.cpp164 int64_t sTime = mStats->getCurTime(); in decode() local
238 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DEncoder.cpp169 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
221 int64_t sTime = mStats->getCurTime(); in encode() local
H A DC2Encoder.cpp70 int64_t sTime = mStats->getCurTime(); in createCodec2Component() local
245 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DStats.h98 nsecs_t getTimeDiff(nsecs_t sTime, nsecs_t eTime) { return (eTime - sTime); } in getTimeDiff()