Searched defs:sTime (Results 1 – 12 of 12) sorted by relevance
29 int64_t sTime = mStats->getCurTime(); in initMuxer() local57 int64_t sTime = mStats->getCurTime(); in deInitMuxer() local
42 long sTime = mStats.getCurTime(); in setUpMuxer() local85 long sTime = mStats.getCurTime(); in deInitMuxer() local
51 long sTime = mStats.getCurTime(); in setUpExtractor() local133 long sTime = mStats.getCurTime(); in deinitExtractor() local
164 long sTime = mStats.getCurTime(); in decode() local284 long sTime = mStats.getCurTime(); in deInitCodec() local
208 long sTime = mStats.getCurTime(); in encode() local427 long sTime = mStats.getCurTime(); in deInitEncoder() local
95 public long getTimeDiff(long sTime, long eTime) { return (eTime - sTime); } in getTimeDiff()
30 int64_t sTime = mStats->getCurTime(); in initExtractor() local125 int64_t sTime = mStats->getCurTime(); in deInitExtractor() local
55 int64_t sTime = mStats->getCurTime(); in createCodec2Component() local150 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
164 int64_t sTime = mStats->getCurTime(); in decode() local238 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
169 int64_t sTime = mStats->getCurTime(); in deInitCodec() local221 int64_t sTime = mStats->getCurTime(); in encode() local
72 int64_t sTime = mStats->getCurTime(); in createCodec2Component() local246 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
98 nsecs_t getTimeDiff(nsecs_t sTime, nsecs_t eTime) { return (eTime - sTime); } in getTimeDiff()