Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_dfm.c177 info->tbBorrow = ((int32_t)(info->tBorrow * info->avgTbRate / 100000000000) + 10 - 1) / 10; in HdmiDfmCaculateVideoBorrowInfo()
225 …info->avgTbRate = info->maxPixelClk * (info->activeTbPerLine + info->hblankTbPerLine) / info->htot… in HdmiDfmCaculateVideoInfo()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_dfm.h118 uint32_t avgTbRate; member