Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp352 cJSON* resolutionObj = cJSON_CreateObject(); in ConfigFormatphoto() local
353 if (resolutionObj == nullptr) { in ConfigFormatphoto()
358 cJSON_AddItemToObject(resolutionObj, pair.first.c_str(), array); in ConfigFormatphoto()
363 cJSON_AddItemToObject(formatphotoObj, CAMERA_RESOLUTION_KEY.c_str(), resolutionObj); in ConfigFormatphoto()
386 cJSON* resolutionObj = cJSON_CreateObject(); in ConfigFormatvideo() local
387 if (resolutionObj == nullptr) { in ConfigFormatvideo()
392 cJSON_AddItemToObject(resolutionObj, pair.first.c_str(), array); in ConfigFormatvideo()
397 cJSON_AddItemToObject(formatpreviewObj, CAMERA_RESOLUTION_KEY.c_str(), resolutionObj); in ConfigFormatvideo()

Completed in 2 milliseconds