Searched refs:ParsePreviewFormats (Results 1 – 4 of 4) sorted by relevance
69 …void ParsePreviewFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedForm…
81 DCamRetCode ParsePreviewFormats(cJSON* rootValue);
658 if (ParsePhotoFormats(rootValue) != SUCCESS || ParsePreviewFormats(rootValue) != SUCCESS || in InitOutputConfigurations()671 if (ParsePhotoFormats(modeValue) != SUCCESS || ParsePreviewFormats(modeValue) != SUCCESS || in InitOutputConfigurations()754 DCamRetCode DStreamOperator::ParsePreviewFormats(cJSON* rootValue) in ParsePreviewFormats() function in OHOS::DistributedHardware::DStreamOperator
812 ParsePreviewFormats(rootValue, supportedFormats); in GetDCameraSupportedFormats()846 void DMetadataProcessor::ParsePreviewFormats(cJSON* rootValue, in ParsePreviewFormats() function in OHOS::DistributedHardware::DMetadataProcessor