Home
last modified time | relevance | path

Searched refs:CAMERA_SUPPORT_MODE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h68 const std::string CAMERA_SUPPORT_MODE = "Mode"; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h114 const std::string CAMERA_SUPPORT_MODE = "Mode"; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp244 cJSON_AddItemToObject(root, CAMERA_SUPPORT_MODE.c_str(), modeArray); in CreateDHItem()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp259 cJSON *modeArray = cJSON_GetObjectItemCaseSensitive(rootValue, CAMERA_SUPPORT_MODE.c_str()); in InitDCameraOutputAbilityKeys()