Home
last modified time | relevance | path

Searched refs:GetFormatObj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h84 cJSON* GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp712 cJSON* DMetadataProcessor::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& … in GetFormatObj() function in OHOS::DistributedHardware::DMetadataProcessor
736 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetEachNodeSupportedResolution()
750 cJSON* formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetNodeSupportedResolution()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h116 cJSON* GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp548 cJSON* DStreamOperator::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& for… in GetFormatObj() function in OHOS::DistributedHardware::DStreamOperator
570 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in ExtractCameraAttr()
583 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetCameraAttr()