Searched refs:timeDelay (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.cpp | 563 nsecs_t timeDelay, timeTaken; in onQueueFilled() local 577 timeDelay = mTimeStart - mTimeEnd; in onQueueFilled() 617 (long long) (timeTaken / 1000LL), (long long) (timeDelay / 1000LL), in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.cpp | 553 WORD32 timeDelay, timeTaken; in onQueueFilled() local 566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled() 606 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay, in onQueueFilled()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | DeviceDiscoveryAction.java | 191 private void delayActionWithTimePeriod(int timeDelay) { in delayActionWithTimePeriod() argument 193 addTimer(mState, timeDelay); in delayActionWithTimePeriod()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 684 WORD32 timeDelay, timeTaken; in onQueueFilled() local 702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled() 716 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay, in onQueueFilled()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 1008 uint64_t timeDelay = 0; in process() local 1012 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process() 1032 (int)timeDelay, s_encode_op.i4_bytes_generated); in process()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 1276 WORD32 timeDelay, timeTaken; in onQueueFilled() local 1411 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled() 1426 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay, in onQueueFilled()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 1413 WORD32 timeDelay = 0; in process() local 1581 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process() 1609 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay, in process()
|