Searched refs:pixel_repeat (Results 1 – 3 of 3) sorted by relevance
16 p->timings.pixel_repeat = 0; in get_vic()50 p->timings.pixel_repeat = 0; in get_vic()
373 venc_total_pixels = (p->timings.htotal / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()376 venc_active_pixels = (p->timings.hactive / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()379 venc_fp = (p->timings.hfront / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()382 venc_hsync = (p->timings.hsync / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()660 ((p->timings.pixel_repeat + 1) << 4) | in hdmi_config_hdmitx()661 (p->timings.pixel_repeat) << 0); in hdmi_config_hdmitx()
154 uint8_t pixel_repeat; member
Completed in 6 milliseconds