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
46 long eTime = mStats.getCurTime(); in setUpMuxer() local88 long eTime = mStats.getCurTime(); in deInitMuxer() local
54 long eTime = mStats.getCurTime(); in setUpExtractor() local135 long eTime = mStats.getCurTime(); in deinitExtractor() local
164 long eTime = mStats.getCurTime(); in decode() local230 long eTime = mStats.getCurTime(); in deInitCodec() local
192 long eTime = mStats.getCurTime(); in encode() local332 long eTime = mStats.getCurTime(); in deInitEncoder() local
79 public long getTimeDiff(long sTime, long eTime) { return (eTime - sTime); } in getTimeDiff()
37 int64_t eTime = mStats->getCurTime(); in initExtractor() local132 int64_t eTime = mStats->getCurTime(); in deInitExtractor() local
67 int64_t eTime = mStats->getCurTime(); in createCodec2Component() local152 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
84 int64_t eTime = mStats->getCurTime(); in createCodec2Component() local249 int64_t eTime = mStats->getCurTime(); in deInitCodec() local
98 nsecs_t getTimeDiff(nsecs_t sTime, nsecs_t eTime) { return (eTime - sTime); } in getTimeDiff()