Home
last modified time | relevance | path

Searched refs:svhdrmode (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3MainTestContext.cpp61 svhdrmode = 0; in MainTestContext()
151 svhdrmode = !svhdrmode; in hal3appGetUserEvent()
152 printf("\n Switching IR/SVHDR mode to %s",(svhdrmode ? "On" : "Off")); in hal3appGetUserEvent()
154 (svhdrmode ? "On" : "Off"),svhdrmode); in hal3appGetUserEvent()
155 mCamHal3Base->svhdr_mode = svhdrmode; in hal3appGetUserEvent()
DQCameraHAL3MainTestContext.h70 bool svhdrmode; variable