Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_capture_info_cmd.cpp138 cJSON *dataSpace = cJSON_GetObjectItemCaseSensitive(capInfo, "DataSpace"); in UmarshalValue() local
139 CHECK_NULL_RETURN((dataSpace == nullptr || !cJSON_IsNumber(dataSpace)), DCAMERA_BAD_VALUE); in UmarshalValue()
140 captureInfo->dataspace_ = dataSpace->valueint; in UmarshalValue()

Completed in 1 milliseconds