Searched refs:venc_total_pixels (Results 1 – 1 of 1) sorted by relevance
366 uint32_t venc_total_pixels, venc_active_pixels, venc_fp, venc_hsync; in hdmi_config_encoder() local373 venc_total_pixels = (p->timings.htotal / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()405 h_begin = h_begin % venc_total_pixels; // wrap around if needed in hdmi_config_encoder()407 h_end = h_end % venc_total_pixels; // wrap around if needed in hdmi_config_encoder()425 if (hs_begin >= venc_total_pixels) { in hdmi_config_encoder()426 hs_begin -= venc_total_pixels; in hdmi_config_encoder()431 hs_end = hs_end % venc_total_pixels; in hdmi_config_encoder()
Completed in 4 milliseconds