Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
Ddmetadata_processor.h68 …void ParsePhotoFormats(Json::Value& rootValue, std::map<int, std::vector<DCResolution>>& supported…
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
Ddstream_operator.h62 DCamRetCode ParsePhotoFormats(Json::Value& rootValue);
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddmetadata_processor.cpp628 ParsePhotoFormats(rootValue, supportedFormats); in GetDCameraSupportedFormats()
634 void DMetadataProcessor::ParsePhotoFormats(Json::Value& rootValue, in ParsePhotoFormats() function in OHOS::DistributedHardware::DMetadataProcessor
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddstream_operator.cpp571 if (ParsePhotoFormats(rootValue) != SUCCESS || ParsePreviewFormats(rootValue) != SUCCESS || in InitOutputConfigurations()
589 DCamRetCode DStreamOperator::ParsePhotoFormats(Json::Value& rootValue) in ParsePhotoFormats() function in OHOS::DistributedHardware::DStreamOperator