Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_core.h174 void (*hdrTimerSet)(struct HdmiCntlr *cntlr, struct HdmiHdrTimerConfig *config); member
338 if (cntlr->ops != NULL && cntlr->ops->hdrTimerSet != NULL) { in HdmiCntlrHdrTimerSet()
340 cntlr->ops->hdrTimerSet(cntlr, config); in HdmiCntlrHdrTimerSet()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md86 void (*hdrTimerSet)(struct HdmiCntlr *cntlr, struct HdmiHdrTimerConfig *config);
125 | hdrTimerSet | **cntlr**:结构体指针,核心层HDMI控制器<br />**config**:timer配置信息 | 无 | 无 | 设置HDR相关的timer配置信息 |
327 .hdrTimerSet = HdmiAdapterHdrTimerSet,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-hdmi-develop.md78 void (*hdrTimerSet)(struct HdmiCntlr *cntlr, struct HdmiHdrTimerConfig *config);
117 | hdrTimerSet | **cntlr**: structure pointer to an HDMI controller at the core layer.<br>**config**…
312 .hdrTimerSet = HdmiAdapterHdrTimerSet,