Searched refs:mDebugFps (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp43 static int mDebugFps = 0; variable
70 mDebugFps = atoi(value);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp33 static int mDebugFps = 0; variable
59 mDebugFps = atoi(value);
2907 if (UNLIKELY(mDebugFps)) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c80 static int mDebugFps = 0; variable
1539 mDebugFps = atoi(value);
1540 ALOGD_IF(mDebugFps, "Not setting deblocking to measure fps");
1541 if (mDebugFps == OMX_FALSE) {

Completed in 278 milliseconds