HomeSort by relevance Sort by last modified time
    Searched refs:nsecs_t (Results 176 - 200 of 297) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 121 nsecs_t mLastWriteTime;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 74 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 61 typedef int64_t nsecs_t; typedef in namespace:qcamera
127 nsecs_t timestamp, int32_t request_id);
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 212 nsecs_t timestamp,
292 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp)
EmulatedFakeCamera2.cpp     [all...]
PreviewWindow.cpp 105 nsecs_t timestamp,
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 123 virtual void postDataTimestamp(nsecs_t timestamp,
126 virtual void dataCallbackTimestamp(nsecs_t timestamp,
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 148 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
153 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
300 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
445 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time) {
454 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
519 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
531 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
549 int32_t deviceId, int32_t metaState, nsecs_t time,
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl.cpp 334 static nsecs_t sLogPrintTime = 0;
339 nsecs_t now = systemTime();
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 539 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
634 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
671 nsecs_t time = glmsg->start_time() - 1;
709 nsecs_t time = glmsg->start_time() - 1;
756 void fixupGLMessage(GLTraceContext *context, nsecs_t wallStart, nsecs_t wallEnd,
757 nsecs_t threadStart, nsecs_t threadEnd,
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 203 current_ts =(nsecs_t)t.tv_sec * 1000000000 + (nsecs_t)t.tv_usec * 1000;
OMXVideoEncoderMPEG4.cpp 207 (nsecs_t)t.tv_sec * 1000000000 + (nsecs_t)t.tv_usec * 1000;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 340 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \
557 static nsecs_t mLastFpsTime = 0;
560 nsecs_t now = systemTime();
561 nsecs_t diff = now - mLastFpsTime;
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 339 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \
556 static nsecs_t mLastFpsTime = 0;
559 nsecs_t now = systemTime();
560 nsecs_t diff = now - mLastFpsTime;
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 320 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC;
321 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC;
629 Vector<nsecs_t> captureTimes;
698 nsecs_t timeDelta = captureTimes[i] - captureTimes[i-1];
699 nsecs_t expectedDelta = expList[i] > durationList[i] ?
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 850 static nsecs_t mLastFpsTime = 0;
855 nsecs_t now = systemTime();
856 nsecs_t diff = now - mLastFpsTime;
873 nsecs_t now = systemTime();
874 nsecs_t diff = now - mLastFPSTime;
959 static nsecs_t ppm_diff = 0;
960 nsecs_t ppm_start = systemTime();
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 179 config.refresh = nsecs_t(1e9 / mFbDev->fps);
372 config.refresh = nsecs_t(values[i]);
448 nsecs_t HWComposer::getRefreshTimestamp(int disp) const {
453 nsecs_t now = systemTime(CLOCK_MONOTONIC);
495 nsecs_t HWComposer::getRefreshPeriod(int disp) const {
    [all...]
  /frameworks/native/cmds/flatland/
Main.cpp 465 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) {
504 nsecs_t startTime = startFence->getSignalTime();
505 nsecs_t endTime = endFence->getSignalTime();
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 39 nsecs_t expectedPresent) {
103 nsecs_t desiredPresent = bufferItem.mTimestamp;
129 nsecs_t desiredPresent = front->mTimestamp;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 268 nsecs_t sysTime = 0) const;
271 nsecs_t sysTime = 0) const;
281 nsecs_t mStopTime[AudioSystem::NUM_STREAM_TYPES];
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 183 void EglWindow::presentationTime(nsecs_t whenNsec) const {
  /frameworks/av/include/camera/
ProCamera.h 305 static const nsecs_t mWaitTimeout = 1000000000; // 1sec
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 127 nsecs_t signalTime = mIdleFence->getSignalTime();

Completed in 1204 milliseconds

1 2 3 4 5 6 78 91011>>