/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 430 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/ |
D | BufferSourceAdapter.h | 50 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/ |
D | AudioStreamOutALSA.cpp | 56 mFrameCount(0) in AudioStreamOutALSA() 275 mFrameCount += n; in write() 363 mFrameCount = 0; in standby() 380 *dspFrames = mFrameCount; in getRenderPosition()
|
D | AudioHardwareALSA.h | 340 uint32_t mFrameCount;
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 848 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/ |
D | OMXCameraAdapter.cpp | 1903 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 …]
|
D | OMXCapture.cpp | 963 mFrameCount = 0; in stopImageCapture() 978 mFrameCount = 0; in stopImageCapture()
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
D | V4LCameraAdapter.h | 135 int mFrameCount; variable
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 2335 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 …]
|
D | OMXCapture.cpp | 1459 mFrameCount = 0; in stopImageCapture() 1494 mFrameCount = 0; in stopImageCapture()
|
/hardware/libhardware/tests/camera2/ |
D | camera2_utils.cpp | 36 mFrameCount(0), in MetadataQueue() 127 (void**)&mFrameCount, 1); in dequeue() 128 mFrameCount++; in dequeue()
|
D | camera2_utils.h | 75 int mFrameCount; variable
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 548 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/ |
D | V4LCameraAdapter.h | 214 int mFrameCount; variable
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_menu.cpp | 657 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/ |
D | OMXCameraAdapter.h | 935 int mFrameCount; variable
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 1169 int mFrameCount; variable
|