Searched refs:OH_CaptureSession_IsFlashModeSupported (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 407 Camera_ErrorCode OH_CaptureSession_IsFlashModeSupported(Camera_CaptureSession* session,
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 352 Camera_ErrorCode OH_CaptureSession_IsFlashModeSupported(Camera_CaptureSession* session, in OH_CaptureSession_IsFlashModeSupported() function
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | camera_manager.cpp | 148 ret = OH_CaptureSession_IsFlashModeSupported(captureSession_, flashMode, &isSupported); in HasFlashFn() 150 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_IsFlashModeSupported failed."); in HasFlashFn()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 1973 ret = OH_CaptureSession_IsFlashModeSupported(captureSession, flash, &isSupported); in HWTEST_F() 2033 ret = OH_CaptureSession_IsFlashModeSupported(captureSession, flash, &isSupported); in HWTEST_F() 2082 ret = OH_CaptureSession_IsFlashModeSupported(captureSession, flash, &isSupported); in HWTEST_F() 2138 ret = OH_CaptureSession_IsFlashModeSupported(captureSession, flash, &isSupported); in HWTEST_F() 2197 ret = OH_CaptureSession_IsFlashModeSupported(captureSession, flash, &isSupported); in HWTEST_F() 2246 ret = OH_CaptureSession_IsFlashModeSupported(captureSession, flash, &isSupported); in HWTEST_F()
|
Completed in 12 milliseconds