Home
last modified time | relevance | path

Searched refs:sinkExtendStreamConfigs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp385 void DMetadataProcessor::AddConfigs(std::vector<int32_t> &sinkExtendStreamConfigs, int32_t format, in AddConfigs() argument
388 sinkExtendStreamConfigs.push_back(format); in AddConfigs()
389 sinkExtendStreamConfigs.push_back(width); in AddConfigs()
390 sinkExtendStreamConfigs.push_back(height); in AddConfigs()
391 sinkExtendStreamConfigs.push_back(fps); // fixedfps in AddConfigs()
392 sinkExtendStreamConfigs.push_back(fps); // minfps in AddConfigs()
393 sinkExtendStreamConfigs.push_back(fps); // maxfps in AddConfigs()
394 sinkExtendStreamConfigs.push_back(EXTEND_EOF); // eof in AddConfigs()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddmetadata_processor.h81 void AddConfigs(std::vector<int32_t> &sinkExtendStreamConfigs, int32_t format,