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

12

/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.cpp143 void CalcFps::calc_fps(nsecs_t currtime_us)
145 static nsecs_t oldtime_us = 0;
147 nsecs_t diff = currtime_us - oldtime_us;
173 nsecs_t sum = 0;
/hardware/qcom/display/msm8974/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.cpp143 void CalcFps::calc_fps(nsecs_t currtime_us)
145 static nsecs_t oldtime_us = 0;
147 nsecs_t diff = currtime_us - oldtime_us;
173 nsecs_t sum = 0;
/hardware/qcom/display/msm8x26/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.cpp143 void CalcFps::calc_fps(nsecs_t currtime_us)
145 static nsecs_t oldtime_us = 0;
147 nsecs_t diff = currtime_us - oldtime_us;
173 nsecs_t sum = 0;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h294 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
295 nsecs_t GetTimestampByFrameCnt(int frameCnt);
296 nsecs_t GetTimestamp(int index);
343 nsecs_t m_lastTimeStamp;
351 nsecs_t timeStamp;
361 int MarkSensorDequeue(int index, int reqFrameCnt, nsecs_t *timeStamp);
563 int stream_id, nsecs_t frameTimeStamp);
564 int m_jpegCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp);
565 int m_recordCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp);
566 int m_prvcbCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStam
[all...]
H A DExynosCamera2.cpp48 static const nsecs_t kExposureTimeRange[2];
49 static const nsecs_t kFrameDurationRange[2];
50 static const nsecs_t kMinVerticalBlank;
75 static const nsecs_t kRowReadoutTime;
85 const nsecs_t Sensor::kExposureTimeRange[2] =
87 const nsecs_t Sensor::kFrameDurationRange[2] =
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h92 virtual void postDataTimestamp(nsecs_t timestamp,
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h138 nsecs_t mLastFPSTime;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.h61 typedef int64_t nsecs_t; typedef in namespace:qcamera
132 nsecs_t timestamp, int32_t request_id, int32_t BlobRequest,
216 nsecs_t timestamp;
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp432 static nsecs_t mLastFpsTime = 0;
436 nsecs_t now = systemTime();
437 nsecs_t diff = now - mLastFpsTime;
454 nsecs_t now = systemTime();
455 nsecs_t diff = now - mLastFPSTime;
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h74 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
H A Dcamera_test_menu.cpp550 static nsecs_t mLastFpsTime = 0;
554 nsecs_t now = systemTime();
555 nsecs_t diff = now - mLastFpsTime;
716 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.h58 status_t waitForBuffer(nsecs_t timeout);
232 status_t waitForFrame(nsecs_t timeout);
H A DCameraBurstTests.cpp318 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC;
319 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC;
627 Vector<nsecs_t> captureTimes;
696 nsecs_t timeDelta = captureTimes[i] - captureTimes[i-1];
697 nsecs_t expectedDelta = expList[i] > durationList[i] ?
H A DCameraStreamFixture.h143 status_t waitForFrame(nsecs_t timeout) {
H A DCameraMultiStreamTests.cpp361 Vector<nsecs_t> captureBurstTimes;
423 nsecs_t timeDelta =
H A Dcamera2_utils.cpp137 status_t MetadataQueue::waitForBuffer(nsecs_t timeout) {
566 status_t FrameWaiter::waitForFrame(nsecs_t timeout) {
H A Dcamera2.cpp358 static const nsecs_t USEC = 1000;
359 static const nsecs_t MSEC = 1000*USEC;
360 static const nsecs_t SEC = 1000*MSEC;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
929 static nsecs_t n_vLastFpsTime = 0;
932 nsecs_t now = systemTime();
933 nsecs_t diff = now - n_vLastFpsTime;
955 static nsecs_t n_pLastFpsTime = 0;
958 nsecs_t now = systemTime();
959 nsecs_t diff = now - n_pLastFpsTime;
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h267 nsecs_t sysTime = 0) const;
270 nsecs_t sysTime = 0) const;
280 nsecs_t mStopTime[AudioSystem::NUM_STREAM_TYPES];
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h121 nsecs_t mLastWriteTime;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp87 nsecs_t timeout = 0;
189 ( ( nsecs_t ) AF_VIDEO_CALLBACK_TIMEOUT * 1000 ) :
190 ( ( nsecs_t ) AF_IMAGE_CALLBACK_TIMEOUT * 1000 );
H A DOMXCameraAdapter.cpp1964 (nsecs_t) 2 * OMX_CAPTURE_TIMEOUT * 1000);
2275 (nsecs_t) 2 * OMX_CAPTURE_TIMEOUT * 1000);
2306 (nsecs_t) 2 * OMX_CAPTURE_TIMEOUT * 1000);
2883 static nsecs_t mLastFpsTime = 0;
2887 nsecs_t now = systemTime();
2888 nsecs_t diff = now - mLastFpsTime;
3193 nsecs_t now = systemTime();
3194 nsecs_t diff = now - mLastFPSTime;

Completed in 543 milliseconds

12