Home
last modified time | relevance | path

Searched defs:formatStr (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddmetadata_processor.cpp712 …tadataProcessor::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr) in GetFormatObj()
735 std::string formatStr = std::to_string(format); in GetEachNodeSupportedResolution() local
749 std::string formatStr = std::to_string(format); in GetNodeSupportedResolution() local
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddstream_operator.cpp548 …DStreamOperator::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr) in GetFormatObj()
569 std::string formatStr = std::to_string(format); in ExtractCameraAttr() local
579 void DStreamOperator::GetCameraAttr(cJSON *rootValue, std::string formatStr, const std::string root… in GetCameraAttr()