Home
last modified time | relevance | path

Searched defs:eTime (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/muxer/
H A DMuxer.cpp45 int64_t eTime = mStats->getCurTime(); in initMuxer() local
60 int64_t eTime = mStats->getCurTime(); in deInitMuxer() local
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DMuxer.java46 long eTime = mStats.getCurTime(); in setUpMuxer() local
88 long eTime = mStats.getCurTime(); in deInitMuxer() local
H A DExtractor.java54 long eTime = mStats.getCurTime(); in setUpExtractor() local
135 long eTime = mStats.getCurTime(); in deinitExtractor() local
H A DDecoder.java164 long eTime = mStats.getCurTime(); in decode() local
230 long eTime = mStats.getCurTime(); in deInitCodec() local
H A DEncoder.java192 long eTime = mStats.getCurTime(); in encode() local
332 long eTime = mStats.getCurTime(); in deInitEncoder() local
H A DStats.java79 public long getTimeDiff(long sTime, long eTime) { return (eTime - sTime); } in getTimeDiff()
/aosp12/frameworks/av/media/tests/benchmark/src/native/extractor/
H A DExtractor.cpp37 int64_t eTime = mStats->getCurTime(); in initExtractor() local
132 int64_t eTime = mStats->getCurTime(); in deInitExtractor() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp69 int64_t eTime = mStats->getCurTime(); in createCodec2Component() local
154 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
H A DDecoder.cpp177 int64_t eTime = mStats->getCurTime(); in decode() local
241 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DEncoder.cpp172 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
224 int64_t eTime = mStats->getCurTime(); in encode() local
H A DC2Encoder.cpp84 int64_t eTime = mStats->getCurTime(); in createCodec2Component() local
249 int64_t eTime = 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()