Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_device.h525 int32_t (*GetSupportedMetadataKey)(uint32_t devId, uint32_t *num, HDRMetadataKey *keys); member
/ohos5.0/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h521 virtual int32_t GetSupportedMetadataKey(uint32_t devId, std::vector<HDRMetadataKey>& keys) = 0;
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h338 …virtual int32_t GetSupportedMetadataKey(uint32_t devId, std::vector<HDRMetadataKey>& keys) override in GetSupportedMetadataKey() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp372 int32_t ret = g_composer->GetSupportedMetadataKey(screenId, hdiKeys); in GetSupportedMetaDataKey()