Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dmetadata_common_utils.cpp92 std::shared_ptr<CameraStreamInfoParse> modeStreamParse = std::make_shared<CameraStreamInfoParse>(); in GetSupportedPreviewSizeRangeFromExtendConfig() local
93 modeStreamParse->getModeInfo(item->data.i32, item->count, extendInfo); // 解析tag中带的数据信息意义 in GetSupportedPreviewSizeRangeFromExtendConfig()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp146 std::shared_ptr<CameraStreamInfoParse> modeStreamParse = std::make_shared<CameraStreamInfoParse>(); in FindMaxDetailInfoFromExtendConfig() local
147 modeStreamParse->getModeInfo(item.data.i32, item.count, extendInfo); // 解析tag中带的数据信息意义 in FindMaxDetailInfoFromExtendConfig()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1528 std::shared_ptr<CameraStreamInfoParse> modeStreamParse = std::make_shared<CameraStreamInfoParse>(); in ParseExtendCapability() local
1529 modeStreamParse->getModeInfo(item.data.i32, item.count, extendInfo); // 解析tag中带的数据信息意义 in ParseExtendCapability()

Completed in 6 milliseconds