Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp121 result->num_output_buffers, mCamHal3Base->mFrameCount); in ProcessCaptureResult()
130 (mCamHal3Base->mFrameCount)++; in ProcessCaptureResult()
132 result->num_output_buffers, mCamHal3Base->mFrameCount, req_sent, result->frame_number); in ProcessCaptureResult()
152 (mCamHal3Base->mFrameCount)++; in ProcessCaptureResult()
164 mFrameCount(0), in CameraHAL3Base()
368 snapshot_buffer = -1; mFrameCount = 0; in hal3appCameraPreviewInit()
412 snapshot_buffer = -1; mFrameCount = 0; in hal3appCameraVideoInit()
DQCameraHAL3Base.h147 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/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp774 mFrameCount(0), in QCamera3ProcessingChannel()
1832 mFrameCount++; in showDebugFPS()
1836 fps = (((double)(mFrameCount - mLastFrameCount)) * in showDebugFPS()
1841 fps, mFrameCount); in showDebugFPS()
1860 mLastFrameCount = mFrameCount; in showDebugFPS()
DQCamera3Channel.h261 int mFrameCount; variable