Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_capture_info_cmd.cpp58 cJSON *captureSetting = cJSON_CreateObject(); in Marshal() local
59 CHECK_NULL_FREE_RETURN(captureSetting, DCAMERA_BAD_VALUE, rootValue); in Marshal()
60 cJSON_AddNumberToObject(captureSetting, "SettingType", (*settingIter)->type_); in Marshal()
61 cJSON_AddStringToObject(captureSetting, "SettingValue", (*settingIter)->value_.c_str()); in Marshal()
62 cJSON_AddItemToArray(captureSettings, captureSetting); in Marshal()
171 cJSON *captureSetting = nullptr; in UmarshalSettings() local
172 cJSON_ArrayForEach(captureSetting, valueJson) { in UmarshalSettings()
173 cJSON *settingType = cJSON_GetObjectItemCaseSensitive(captureSetting, "SettingType"); in UmarshalSettings()
178 cJSON *settingValue = cJSON_GetObjectItemCaseSensitive(captureSetting, "SettingValue"); in UmarshalSettings()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp232 std::vector<uint8_t> captureSetting; in Start() local
233 OHOS::Camera::MetadataUtils::ConvertMetadataToVec(dynamicSetting, captureSetting); in Start()
237 captureInfo.captureSetting_ = captureSetting; in Start()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp920 MATCHER_P(matchCaptureSetting, captureSetting, "Match Capture Setting") in MATCHER_P()
923 OHOS::Camera::MetadataUtils::ConvertMetadataToVec(captureSetting, result); in MATCHER_P()

Completed in 14 milliseconds