Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.cpp91 if (testObj->currentState_ == State::PHOTO_CAPTURE) { in Usage()
146 if (testObj->currentState_ == State::PHOTO_CAPTURE) { in DisplayMenu()
173 if (testObj->currentState_ != State::PHOTO_CAPTURE) { in DisplayMenu()
174 result = SwitchMode(testObj, State::PHOTO_CAPTURE); in DisplayMenu()
215 currentState_ = State::PHOTO_CAPTURE; in CameraCaptureVideo()
617 case State::PHOTO_CAPTURE: in AddOutputbyState()
H A Dcamera_capture_video.h23 PHOTO_CAPTURE = 1, enumerator