Searched refs:nsecs_t (Results 1 - 25 of 79) sorted by relevance

1234

/hardware/qcom/camera/QCamera2/util/
H A DQCameraDisplay.h47 void computeAverageVsyncInterval(nsecs_t currentVsyncTimeStamp);
48 nsecs_t computePresentationTimeStamp(nsecs_t frameTimeStamp);
52 nsecs_t mVsyncTimeStamp;
53 nsecs_t mAvgVsyncInterval;
54 nsecs_t mOldTimeStamp;
55 nsecs_t mVsyncIntervalHistory[CAMERA_NUM_VSYNC_INTERVAL_HISTORY];
56 nsecs_t mVsyncHistoryIndex;
57 nsecs_t mAdditionalVsyncOffsetForWiggle;
H A DQCameraDisplay.cpp138 nsecs_t default_vsync_interval;
198 void QCameraDisplay::computeAverageVsyncInterval(nsecs_t currentVsyncTimeStamp)
200 nsecs_t sum;
201 nsecs_t vsyncMaxOutlier;
202 nsecs_t vsyncMinOutlier;
239 nsecs_t QCameraDisplay::computePresentationTimeStamp(nsecs_t frameTimeStamp)
241 nsecs_t moveToNextVsync;
242 nsecs_t keepInCurrentVsync;
243 nsecs_t timeDifferenc
[all...]
H A DQCameraPerf.h49 typedef int64_t nsecs_t; typedef
87 nsecs_t mStartTimeofLock;
/hardware/qcom/display/msm8084/libqdutils/
H A Dprofiler.h85 nsecs_t ignorethresh_us;
92 nsecs_t framearrivals[MAX_FPS_CALC_PERIOD_IN_FRAMES];
93 nsecs_t accum_framearrivals[MAX_FRAMEARRIVAL_STEPS];
99 void calc_fps(nsecs_t currtime_us);
H A Dprofiler.cpp148 void CalcFps::calc_fps(nsecs_t currtime_us)
150 static nsecs_t oldtime_us = 0;
152 nsecs_t diff = currtime_us - oldtime_us;
179 nsecs_t sum = 0;
/hardware/qcom/display/msm8226/libqdutils/
H A Dprofiler.h85 nsecs_t ignorethresh_us;
92 nsecs_t framearrivals[MAX_FPS_CALC_PERIOD_IN_FRAMES];
93 nsecs_t accum_framearrivals[MAX_FRAMEARRIVAL_STEPS];
99 void calc_fps(nsecs_t currtime_us);
H A Dprofiler.cpp148 void CalcFps::calc_fps(nsecs_t currtime_us)
150 static nsecs_t oldtime_us = 0;
152 nsecs_t diff = currtime_us - oldtime_us;
179 nsecs_t sum = 0;
/hardware/qcom/display/msm8909/libqdutils/
H A Dprofiler.h85 nsecs_t ignorethresh_us;
92 nsecs_t framearrivals[MAX_FPS_CALC_PERIOD_IN_FRAMES];
93 nsecs_t accum_framearrivals[MAX_FRAMEARRIVAL_STEPS];
99 void calc_fps(nsecs_t currtime_us);
H A Dprofiler.cpp148 void CalcFps::calc_fps(nsecs_t currtime_us)
150 static nsecs_t oldtime_us = 0;
152 nsecs_t diff = currtime_us - oldtime_us;
179 nsecs_t sum = 0;
/hardware/qcom/display/msm8960/libqdutils/
H A Dprofiler.h85 nsecs_t ignorethresh_us;
92 nsecs_t framearrivals[MAX_FPS_CALC_PERIOD_IN_FRAMES];
93 nsecs_t accum_framearrivals[MAX_FRAMEARRIVAL_STEPS];
99 void calc_fps(nsecs_t currtime_us);
H A Dprofiler.cpp144 void CalcFps::calc_fps(nsecs_t currtime_us)
146 static nsecs_t oldtime_us = 0;
148 nsecs_t diff = currtime_us - oldtime_us;
174 nsecs_t sum = 0;
/hardware/qcom/display/msm8994/libqdutils/
H A Dprofiler.h85 nsecs_t ignorethresh_us;
92 nsecs_t framearrivals[MAX_FPS_CALC_PERIOD_IN_FRAMES];
93 nsecs_t accum_framearrivals[MAX_FRAMEARRIVAL_STEPS];
99 void calc_fps(nsecs_t currtime_us);
H A Dprofiler.cpp148 void CalcFps::calc_fps(nsecs_t currtime_us)
150 static nsecs_t oldtime_us = 0;
152 nsecs_t diff = currtime_us - oldtime_us;
179 nsecs_t sum = 0;
/hardware/qcom/display/msm8996/libqdutils/
H A Dprofiler.h85 nsecs_t ignorethresh_us;
92 nsecs_t framearrivals[MAX_FPS_CALC_PERIOD_IN_FRAMES];
93 nsecs_t accum_framearrivals[MAX_FRAMEARRIVAL_STEPS];
99 void calc_fps(nsecs_t currtime_us);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DSoftVsyncObserver.h42 nsecs_t mRefreshPeriod;
45 mutable nsecs_t mNextFakeVSync;
H A DSoftVsyncObserver.cpp103 mRefreshPeriod = nsecs_t(1e9 / mRefreshRate);
125 const nsecs_t period = mRefreshPeriod;
126 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
127 nsecs_t next_vsync = mNextFakeVSync;
128 nsecs_t sleep = next_vsync - now;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DSoftVsyncObserver.h42 nsecs_t mRefreshPeriod;
45 mutable nsecs_t mNextFakeVSync;
H A DSoftVsyncObserver.cpp99 mRefreshPeriod = nsecs_t(1e9 / mRefreshRate);
121 const nsecs_t period = mRefreshPeriod;
122 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
123 nsecs_t next_vsync = mNextFakeVSync;
124 nsecs_t sleep = next_vsync - now;
/hardware/libhardware/modules/input/evdev/
H A DInputDeviceManager.cpp29 nsecs_t event_time) {
H A DSwitchInputMapper.h40 void sync(nsecs_t when);
H A DInputDevice.h45 virtual void processInput(InputEvent& event, nsecs_t currentTime) = 0;
61 virtual void processInput(InputEvent& event, nsecs_t currentTime) override;
H A DInputDeviceManager.h44 nsecs_t event_time) override;
H A DMouseInputMapper.h40 void sync(nsecs_t when);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadBuffer.h49 nsecs_t hwc_timestamp;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVideoPayloadBuffer.h49 nsecs_t hwc_timestamp;

Completed in 510 milliseconds

1234