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
112 long sTime = mStats.getCurTime(); in decode() local224 long sTime = mStats.getCurTime(); in deInitCodec() local
123 long sTime = mStats.getCurTime(); in encode() local326 long sTime = mStats.getCurTime(); in deInitEncoder() local
79 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
70 int64_t sTime = mStats->getCurTime(); in createCodec2Component() local245 int64_t sTime = mStats->getCurTime(); in deInitCodec() local
98 nsecs_t getTimeDiff(nsecs_t sTime, nsecs_t eTime) { return (eTime - sTime); } in getTimeDiff()