Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp170 cJSON *positionObj = cJSON_GetObjectItemCaseSensitive(rootValue, "Position"); in GetInfoFromJson() local
171 if (positionObj == nullptr || !cJSON_IsString(positionObj) || (positionObj->valuestring == nullptr)) { in GetInfoFromJson()
175 dCameraPosition_ = std::string(positionObj->valuestring); in GetInfoFromJson()

Completed in 2 milliseconds