Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/display/driver/adapter_soc/
Dhi35xx_disp.c161 uint16_t hpixel; in CalcPixelClk() local
164 hpixel = info->width + info->hbp + info->hfp + info->hsw; in CalcPixelClk()
166 uint32_t pixNum = hpixel * vline * info->frameRate; in CalcPixelClk()
175 uint16_t hpixel; in CalcDataRate() local
179 hpixel = info->width + info->hbp + info->hfp + info->hsw; in CalcDataRate()
182 uint32_t bitNum = hpixel * vline * info->frameRate * bpp; in CalcDataRate()