Searched defs:eTime (Results 1 – 12 of 12) sorted by relevance
45 int64_t eTime = mStats->getCurTime(); in initMuxer() local60 int64_t eTime = mStats->getCurTime(); in deInitMuxer() local
47 long eTime = mStats.getCurTime(); in setUpMuxer() local89 long eTime = mStats.getCurTime(); in deInitMuxer() local
54 long eTime = mStats.getCurTime(); in setUpExtractor() local150 long eTime = mStats.getCurTime(); in deinitExtractor() local
274 long eTime = mStats.getCurTime(); in encode() local438 long eTime = mStats.getCurTime(); in deInitEncoder() local
269 long eTime = mStats.getCurTime(); in decode() local344 long eTime = mStats.getCurTime(); in deInitCodec() local
96 public long getTimeDiff(long sTime, long eTime) { return (eTime - sTime); } in getTimeDiff()
37 int64_t eTime = mStats->getCurTime(); in initExtractor() local130 int64_t eTime = mStats->getCurTime(); in deInitExtractor() local
69 int64_t eTime = mStats->getCurTime(); in createCodec2Component() local154 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
177 int64_t eTime = mStats->getCurTime(); in decode() local241 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
172 int64_t eTime = mStats->getCurTime(); in deInitCodec() local224 int64_t eTime = mStats->getCurTime(); in encode() local
86 int64_t eTime = mStats->getCurTime(); in createCodec2Component() local250 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
98 nsecs_t getTimeDiff(nsecs_t sTime, nsecs_t eTime) { return (eTime - sTime); } in getTimeDiff()