Searched refs:mFps (Results 1 – 13 of 13) sorted by relevance
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 433 static float mFps = 0; in debugShowFPS() local 438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS() 441 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
|
/hardware/qcom/camera/ |
D | QCameraHWI_Record.cpp | 557 static float mFps = 0; in debugShowVideoFPS() local 562 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS() 563 ALOGV("Video Frames Per Second: %.4f", mFps); in debugShowVideoFPS()
|
D | QCameraHWI.cpp | 142 mFps(0), in QCameraHardwareInterface() 208 mFps = atoi(value); in QCameraHardwareInterface() 693 static float mFps = 0; in debugShowPreviewFPS() local 698 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS() 699 ALOGV("Preview Frames Per Second: %.4f", mFps); in debugShowPreviewFPS()
|
D | QCameraHWI_Parm.cpp | 902 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters() 904 MINIMUM_FPS, mFps); in initDefaultParameters() 969 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters() 970 mParameters.setPreviewFrameRate(mFps); in initDefaultParameters()
|
D | QCameraHWI.h | 700 int mFps; variable
|
D | QualcommCameraHardware.cpp | 6700 static float mFps = 0; in debugShowPreviewFPS() local 6705 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS() 6706 ALOGI("Preview Frames Per Second: %.4f", mFps); in debugShowPreviewFPS() 6717 static float mFps = 0; in debugShowVideoFPS() local 6722 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS() 6723 ALOGI("Video Frames Per Second: %.4f", mFps); in debugShowVideoFPS()
|
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Record.cpp | 558 static float mFps = 0; in debugShowVideoFPS() local 563 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS() 564 LOGI("Video Frames Per Second: %.4f", mFps); in debugShowVideoFPS()
|
D | QCameraHWI.cpp | 141 mFps(0), in QCameraHardwareInterface() 201 mFps = atoi(value); in QCameraHardwareInterface() 679 static float mFps = 0; in debugShowPreviewFPS() local 684 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS() 685 LOGI("Preview Frames Per Second: %.4f", mFps); in debugShowPreviewFPS()
|
D | QCameraHWI_Parm.cpp | 884 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters() 886 MINIMUM_FPS, mFps); in initDefaultParameters() 930 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters() 931 mParameters.setPreviewFrameRate(mFps); in initDefaultParameters()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 549 static float mFps = 0; in debugShowFPS() local 554 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS() 557 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
|
/hardware/qcom/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 691 int mFps; variable
|
/hardware/qcom/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 715 int mFps;
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 2884 static float mFps = 0; in debugShowFPS() local 2889 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS() 2892 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
|