Searched refs:pixel_repeat (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/display/vim-display/
H A Dedid.cpp16 p->timings.pixel_repeat = 0;
50 p->timings.pixel_repeat = 0;
H A Dhdmitx.cpp373 venc_total_pixels = (p->timings.htotal / (p->timings.pixel_repeat + 1)) *
376 venc_active_pixels = (p->timings.hactive / (p->timings.pixel_repeat + 1)) *
379 venc_fp = (p->timings.hfront / (p->timings.pixel_repeat + 1)) *
382 venc_hsync = (p->timings.hsync / (p->timings.pixel_repeat + 1)) *
660 ((p->timings.pixel_repeat + 1) << 4) |
661 (p->timings.pixel_repeat) << 0);
H A Dhdmitx.h154 uint8_t pixel_repeat; member in struct:cea_timing

Completed in 28 milliseconds