Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp719 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj() local
720 if (resObj == nullptr || !cJSON_IsObject(resObj)) { in GetFormatObj()
723 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(resObj, formatStr.c_str()); in GetFormatObj()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp554 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj() local
555 if (resObj == nullptr || !cJSON_IsObject(resObj)) { in GetFormatObj()
558 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(resObj, formatStr.c_str()); in GetFormatObj()

Completed in 5 milliseconds