Home
last modified time | relevance | path

Searched refs:mFrameCount (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp430 static int mFrameCount = 0; in debugShowFPS() local
434 mFrameCount++; in debugShowFPS()
435 if (!(mFrameCount & 0x1F)) { in debugShowFPS()
438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
440 mLastFrameCount = mFrameCount; in debugShowFPS()
441 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
450 mFrameCount++; in recalculateFPS()
452 if ( ( mFrameCount % FPS_PERIOD ) == 0 ) in recalculateFPS()
456 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in recalculateFPS()
458 mLastFrameCount = mFrameCount; in recalculateFPS()
/hardware/ti/omap4-aah/camera/inc/
DBufferSourceAdapter.h50 mFrameCount = 0; in ReturnFrame()
59 mFrameCount++; in signal()
73 if ( 0 >= mFrameCount ) { in threadLoop()
78 mFrameCount--; in threadLoop()
87 int mFrameCount; variable
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp56 mFrameCount(0) in AudioStreamOutALSA()
275 mFrameCount += n; in write()
363 mFrameCount = 0; in standby()
380 *dspFrames = mFrameCount; in getRenderPosition()
DAudioHardwareALSA.h340 uint32_t mFrameCount;
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp848 static int mFrameCount = 0; in debugShowFPS() local
853 mFrameCount++; in debugShowFPS()
854 if (!(mFrameCount & 0x1F)) { in debugShowFPS()
857 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
859 mLastFrameCount = mFrameCount; in debugShowFPS()
860 CAMHAL_LOGI("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
869 mFrameCount++; in recalculateFPS()
871 if ( ( mFrameCount % FPS_PERIOD ) == 0 ) in recalculateFPS()
875 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in recalculateFPS()
877 mLastFrameCount = mFrameCount; in recalculateFPS()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp1903 mFrameCount = -1; in startPreview()
1957 if (mFrameCount < 1) { in stopPreview()
1959 mFrameCount = -1; in stopPreview()
1968 mFrameCount = 0; in stopPreview()
2271 if (mFrameCount < 1) { in autoFocus()
2276 if ((NO_ERROR != ret) || (mFrameCount == 0)) { in autoFocus()
2302 if (mFrameCount < 1) { in takePicture()
2307 if ((NO_ERROR != ret) || (mFrameCount == 0)) { in takePicture()
2881 static int mFrameCount = 0; in debugShowFPS() local
2885 mFrameCount++; in debugShowFPS()
[all …]
DOMXCapture.cpp963 mFrameCount = 0; in stopImageCapture()
978 mFrameCount = 0; in stopImageCapture()
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h135 int mFrameCount; variable
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2335 mFrameCount = -1; in startPreview()
2390 if (mFrameCount < 1) { in destroyTunnel()
2392 mFrameCount = -1; in destroyTunnel()
2401 mFrameCount = 0; in destroyTunnel()
2709 if (mFrameCount < 1) { in autoFocus()
2714 if ((NO_ERROR != ret) || (mFrameCount == 0)) { in autoFocus()
2740 if (mFrameCount < 1) { in takePicture()
2745 if ((NO_ERROR != ret) || (mFrameCount == 0)) { in takePicture()
3330 static int mFrameCount = 0; in debugShowFPS() local
3334 mFrameCount++; in debugShowFPS()
[all …]
DOMXCapture.cpp1459 mFrameCount = 0; in stopImageCapture()
1494 mFrameCount = 0; in stopImageCapture()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.cpp36 mFrameCount(0), in MetadataQueue()
127 (void**)&mFrameCount, 1); in dequeue()
128 mFrameCount++; in dequeue()
Dcamera2_utils.h75 int mFrameCount; variable
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp548 static int mFrameCount = 0; in debugShowFPS() local
552 mFrameCount++; in debugShowFPS()
553 if ( ( mFrameCount % 30 ) == 0 ) { in debugShowFPS()
556 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
558 mLastFrameCount = mFrameCount; in debugShowFPS()
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h214 int mFrameCount; variable
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp657 static int mFrameCount = 0; in debugShowFPS() local
661 mFrameCount++; in debugShowFPS()
662 if ( ( mFrameCount % 30 ) == 0 ) { in debugShowFPS()
665 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
667 mLastFrameCount = mFrameCount; in debugShowFPS()
668 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h935 int mFrameCount; variable
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h1169 int mFrameCount; variable