Home
last modified time | relevance | path

Searched refs:OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera_manager.h224 Camera_ErrorCode OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(Camera_Manager* cameraManager,
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcamera_manager.cpp130 Camera_ErrorCode OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(Camera_Manager* cameraManager, in OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode() function
133 MEDIA_DEBUG_LOG("OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode is called."); in OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp2824 ret = OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(cameraManager, cameraDevice, mode, in HWTEST_F()
2827 ret = OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(nullptr, cameraDevice, mode, in HWTEST_F()
2830 ret = OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(cameraManager, nullptr, mode, in HWTEST_F()
2833 ret = OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(cameraManager, cameraDevice, mode, nullptr); in HWTEST_F()

Completed in 10 milliseconds