Home
last modified time | relevance | path

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

12

/hardware/qcom/display/msm8960/libqdutils/
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);
Dprofiler.cpp143 void CalcFps::calc_fps(nsecs_t currtime_us) in calc_fps()
145 static nsecs_t oldtime_us = 0; in calc_fps()
147 nsecs_t diff = currtime_us - oldtime_us; in calc_fps()
173 nsecs_t sum = 0; in calc_fps()
/hardware/qcom/display/msm8x26/libqdutils/
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);
Dprofiler.cpp143 void CalcFps::calc_fps(nsecs_t currtime_us) in calc_fps()
145 static nsecs_t oldtime_us = 0; in calc_fps()
147 nsecs_t diff = currtime_us - oldtime_us; in calc_fps()
173 nsecs_t sum = 0; in calc_fps()
/hardware/qcom/display/msm8974/libqdutils/
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);
Dprofiler.cpp143 void CalcFps::calc_fps(nsecs_t currtime_us) in calc_fps()
145 static nsecs_t oldtime_us = 0; in calc_fps()
147 nsecs_t diff = currtime_us - oldtime_us; in calc_fps()
173 nsecs_t sum = 0; in calc_fps()
/hardware/samsung_slsi/exynos5/libcamera2/
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 fra…
565 … m_recordCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t frameTimeStamp);
566 …int m_prvcbCreator(StreamThread *selfThread, ExynosBuffer *srcImageBuf, nsecs_t fr…
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/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp432 static nsecs_t mLastFpsTime = 0; in debugShowFPS()
436 nsecs_t now = systemTime(); in debugShowFPS()
437 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
454 nsecs_t now = systemTime(); in recalculateFPS()
455 nsecs_t diff = now - mLastFPSTime; in recalculateFPS()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.h61 typedef int64_t nsecs_t; typedef
132 nsecs_t timestamp, int32_t request_id, int32_t BlobRequest,
216 nsecs_t timestamp;
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec; in video_stream_cb_routine()
929 static nsecs_t n_vLastFpsTime = 0; in debugShowVideoFPS()
932 nsecs_t now = systemTime(); in debugShowVideoFPS()
933 nsecs_t diff = now - n_vLastFpsTime; in debugShowVideoFPS()
955 static nsecs_t n_pLastFpsTime = 0; in debugShowPreviewFPS()
958 nsecs_t now = systemTime(); in debugShowPreviewFPS()
959 nsecs_t diff = now - n_pLastFpsTime; in debugShowPreviewFPS()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.h58 status_t waitForBuffer(nsecs_t timeout);
232 status_t waitForFrame(nsecs_t timeout);
DCameraBurstTests.cpp318 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC; in TEST_F()
319 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC; in TEST_F()
627 Vector<nsecs_t> captureTimes; in TEST_F()
696 nsecs_t timeDelta = captureTimes[i] - captureTimes[i-1]; in TEST_F()
697 nsecs_t expectedDelta = expList[i] > durationList[i] ? in TEST_F()
Dcamera2.cpp358 static const nsecs_t USEC = 1000;
359 static const nsecs_t MSEC = 1000*USEC;
360 static const nsecs_t SEC = 1000*MSEC;
DCameraStreamFixture.h143 status_t waitForFrame(nsecs_t timeout) { in waitForFrame()
Dcamera2_utils.cpp137 status_t MetadataQueue::waitForBuffer(nsecs_t timeout) { in waitForBuffer()
566 status_t FrameWaiter::waitForFrame(nsecs_t timeout) { in waitForFrame()
DCameraMultiStreamTests.cpp361 Vector<nsecs_t> captureBurstTimes; in CaptureBurst()
423 nsecs_t timeDelta = in CaptureBurst()
/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h92 virtual void postDataTimestamp(nsecs_t timestamp,
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h267 nsecs_t sysTime = 0) const;
270 nsecs_t sysTime = 0) const;
280 nsecs_t mStopTime[AudioSystem::NUM_STREAM_TYPES];
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h138 nsecs_t mLastFPSTime;
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test.h74 … virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
Dcamera_test_menu.cpp550 static nsecs_t mLastFpsTime = 0; in debugShowFPS()
554 nsecs_t now = systemTime(); in debugShowFPS()
555 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
716 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPt… in postDataTimestamp()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXFocus.cpp87 nsecs_t timeout = 0; in doAutoFocus()
189 ( ( nsecs_t ) AF_VIDEO_CALLBACK_TIMEOUT * 1000 ) : in doAutoFocus()
190 ( ( nsecs_t ) AF_IMAGE_CALLBACK_TIMEOUT * 1000 ); in doAutoFocus()
DOMXCameraAdapter.cpp1964 (nsecs_t) 2 * OMX_CAPTURE_TIMEOUT * 1000); in stopPreview()
2275 (nsecs_t) 2 * OMX_CAPTURE_TIMEOUT * 1000); in autoFocus()
2306 (nsecs_t) 2 * OMX_CAPTURE_TIMEOUT * 1000); in takePicture()
2883 static nsecs_t mLastFpsTime = 0; in debugShowFPS()
2887 nsecs_t now = systemTime(); in debugShowFPS()
2888 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
3193 nsecs_t now = systemTime(); in recalculateFPS()
3194 nsecs_t diff = now - mLastFPSTime; in recalculateFPS()
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.h121 nsecs_t mLastWriteTime;

12