Searched refs:OH_CaptureSession_HasFlash (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | native-camera-shooting-case.md | 306 ret = OH_CaptureSession_HasFlash(captureSession, &hasFlash); 308 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_HasFlash failed.");
|
H A D | native-camera-shooting.md | 433 ret = OH_CaptureSession_HasFlash(captureSession, &hasFlash); 435 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_HasFlash failed.");
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 394 Camera_ErrorCode OH_CaptureSession_HasFlash(Camera_CaptureSession* session, bool* hasFlash);
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | native-camera-shooting-case.md | 306 ret = OH_CaptureSession_HasFlash(captureSession, &hasFlash); 308 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_HasFlash failed.");
|
H A D | native-camera-shooting.md | 434 ret = OH_CaptureSession_HasFlash(captureSession, &hasFlash); 436 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_HasFlash failed.");
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 65 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_HasFlash](_o_h___camera.…
|
H A D | _o_h___camera.md | 248 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_HasFlash](#oh_capturesession_hasflash) (… 3930 ### OH_CaptureSession_HasFlash() 3933 Camera_ErrorCode OH_CaptureSession_HasFlash(Camera_CaptureSession* session, bool* hasFlash)
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 395 Camera_ErrorCode OH_CaptureSession_HasFlash(Camera_CaptureSession* session, bool* hasFlash) in OH_CaptureSession_HasFlash() function
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | camera_manager.cpp | 136 Camera_ErrorCode ret = OH_CaptureSession_HasFlash(captureSession_, &hasFlash); in HasFlashFn()
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 65 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_HasFlash](_o_h___camera.…
|
H A D | _o_h___camera.md | 245 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_HasFlash](#oh_capturesession_hasflash) (… 3898 ### OH_CaptureSession_HasFlash() 3901 Camera_ErrorCode OH_CaptureSession_HasFlash(Camera_CaptureSession* session, bool* hasFlash)
|