/hardware/qcom/display/msm8960/libqdutils/ |
D | profiler.h | 85 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);
|
D | profiler.cpp | 143 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/ |
D | profiler.h | 85 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);
|
D | profiler.cpp | 143 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/ |
D | profiler.h | 85 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);
|
D | profiler.cpp | 143 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/ |
D | ExynosCameraHWInterface2.h | 294 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…
|
D | ExynosCamera2.cpp | 48 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/ |
D | V4LCameraAdapter.cpp | 432 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/ |
D | QCamera3HWI.h | 61 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/ |
D | QCamera2HWICallbacks.cpp | 546 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/ |
D | camera2_utils.h | 58 status_t waitForBuffer(nsecs_t timeout); 232 status_t waitForFrame(nsecs_t timeout);
|
D | CameraBurstTests.cpp | 318 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()
|
D | camera2.cpp | 358 static const nsecs_t USEC = 1000; 359 static const nsecs_t MSEC = 1000*USEC; 360 static const nsecs_t SEC = 1000*MSEC;
|
D | CameraStreamFixture.h | 143 status_t waitForFrame(nsecs_t timeout) { in waitForFrame()
|
D | camera2_utils.cpp | 137 status_t MetadataQueue::waitForBuffer(nsecs_t timeout) { in waitForBuffer() 566 status_t FrameWaiter::waitForFrame(nsecs_t timeout) { in waitForFrame()
|
D | CameraMultiStreamTests.cpp | 361 Vector<nsecs_t> captureBurstTimes; in CaptureBurst() 423 nsecs_t timeDelta = in CaptureBurst()
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 92 virtual void postDataTimestamp(nsecs_t timestamp,
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyManagerBase.h | 267 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/ |
D | V4LCameraAdapter.h | 138 nsecs_t mLastFPSTime;
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 74 … virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
|
D | camera_test_menu.cpp | 550 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/ |
D | OMXFocus.cpp | 87 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()
|
D | OMXCameraAdapter.cpp | 1964 (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/ |
D | A2dpAudioInterface.h | 121 nsecs_t mLastWriteTime;
|