Searched refs:svhdrmode (Results 1 – 2 of 2) sorted by relevance
61 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()
70 bool svhdrmode; variable