Home
last modified time | relevance | path

Searched refs:ConvertStreamAttributeVdiToHdi (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_service_type_converter.h38 void ConvertStreamAttributeVdiToHdi(const VdiStreamAttribute &src, StreamAttribute &dst);
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_service_type_converter.cpp86 void ConvertStreamAttributeVdiToHdi(const VdiStreamAttribute &src, StreamAttribute &dst) in ConvertStreamAttributeVdiToHdi() function
H A Dstream_operator_service.cpp90 ConvertStreamAttributeVdiToHdi(attribute, hdiAttribute); in GetStreamAttributes()