Home
last modified time | relevance | path

Searched refs:mPFrameCount (Results 1 – 9 of 9) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.h575 int mPFrameCount; variable
DQCamera2HWICallbacks.cpp2252 mPFrameCount++; in debugShowPreviewFPS()
2256 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
2261 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1092 mPFrameCount(0), in QCamera2HardwareInterface()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.h575 int mPFrameCount; variable
DQCamera2HWICallbacks.cpp2252 mPFrameCount++; in debugShowPreviewFPS()
2256 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
2261 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1092 mPFrameCount(0), in QCamera2HardwareInterface()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h647 int mPFrameCount; variable
DQCamera2HWICallbacks.cpp2933 mPFrameCount++; in debugShowPreviewFPS()
2937 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
2942 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1657 mPFrameCount(0), in QCamera2HardwareInterface()