Home
last modified time | relevance | path

Searched defs:supportedFormats (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp234 std::map<int, std::vector<DCResolution>> supportedFormats = GetDCameraSupportedFormats(sinkAbilityInfo); in InitOutputAbilityWithoutMode() local
285 std::map<int, std::vector<DCResolution>> supportedFormats = GetDCameraSupportedFormats(format); in InitDCameraOutputAbilityKeys() local
327 void DMetadataProcessor::InitBasicConfigTag(std::map<int, std::vector<DCResolution>> &supportedFormats, in InitBasicConfigTag() argument
343 void DMetadataProcessor::InitExtendConfigTag(std::map<int, std::vector<DCResolution>> &supportedFormats, in InitExtendConfigTag() argument
731 GetEachNodeSupportedResolution(std::vector<int>& formats, const std::string rootNode, std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) GetEachNodeSupportedResolution() argument
745 GetNodeSupportedResolution(int format, const std::string rootNode, std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) GetNodeSupportedResolution() argument
807 std::map<int, std::vector<DCResolution>> supportedFormats; GetDCameraSupportedFormats() local
818 ParsePhotoFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormats) ParsePhotoFormats() argument
846 ParsePreviewFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormats) ParsePreviewFormats() argument
871 ParseVideoFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormats) ParseVideoFormats() argument
[all...]

Completed in 3 milliseconds