Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h69 …void ParsePreviewFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedForm…
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h81 DCamRetCode ParsePreviewFormats(cJSON* rootValue);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp658 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
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp812 ParsePreviewFormats(rootValue, supportedFormats); in GetDCameraSupportedFormats()
846 void DMetadataProcessor::ParsePreviewFormats(cJSON* rootValue, in ParsePreviewFormats() function in OHOS::DistributedHardware::DMetadataProcessor