HomeSort by relevance Sort by last modified time
    Searched full:timedelay (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 563 nsecs_t timeDelay, timeTaken;
577 timeDelay = mTimeStart - mTimeEnd;
610 (long long) (timeTaken / 1000ll), (long long) (timeDelay / 1000ll),
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 553 WORD32 timeDelay, timeTaken;
566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
598 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 564 unsigned long timedelay = 100000; local
627 timedelay = strtoul(optarg, &dummy, 10);
905 usleep(timedelay);
908 usleep(timedelay);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c     [all...]
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 684 WORD32 timeDelay, timeTaken;
702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
716 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp     [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp     [all...]

Completed in 528 milliseconds