Searched refs:OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | camera_manager.h | 224 Camera_ErrorCode OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(Camera_Manager* cameraManager,
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | camera_manager.cpp | 130 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 D | camera_ndk_unittest.cpp | 2824 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 9 milliseconds