Home
last modified time | relevance | path

Searched refs:timeDelay (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp563 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/
DSoftHEVC.cpp553 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/
DDeviceDiscoveryAction.java191 private void delayActionWithTimePeriod(int timeDelay) { in delayActionWithTimePeriod() argument
193 addTimer(mState, timeDelay); in delayActionWithTimePeriod()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp684 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/
DC2SoftHevcEnc.cpp1008 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/
DSoftAVCEnc.cpp1276 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/
DC2SoftAvcEnc.cpp1413 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()