Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp6051 bool hasVideoOutput = StopVideoOutput(); in SwitchDevice() local
6073 CHECK_EXECUTE(hasVideoOutput, StartVideoOutput()); in SwitchDevice()
6108 bool hasVideoOutput = false; in StopVideoOutput() local
6121 hasVideoOutput = true; in StopVideoOutput()
6123 return hasVideoOutput; in StopVideoOutput()