Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp714 cJSON* nodeObj = cJSON_GetObjectItemCaseSensitive(rootValue, rootNode.c_str()); in GetFormatObj() local
715 if (nodeObj == nullptr || !cJSON_IsObject(nodeObj)) { in GetFormatObj()
719 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtext_gen.cpp625 for (auto nodeObj : subClass) { in OutputTemplateImpl()
626 std::shared_ptr<AstObject> obj = std::shared_ptr<AstObject>(nodeObj, [](auto p) { (void)p; }); in OutputTemplateImpl()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp550 cJSON* nodeObj = cJSON_GetObjectItemCaseSensitive(rootValue, rootNode.c_str()); in GetFormatObj() local
551 if (nodeObj == nullptr || !cJSON_IsObject(nodeObj)) { in GetFormatObj()
554 cJSON* resObj = cJSON_GetObjectItemCaseSensitive(nodeObj, "Resolution"); in GetFormatObj()

Completed in 6 milliseconds