Lines Matching refs:interlace_p
333 bool interlace_p;
338 prop_dictionary_get_bool(cfg, "interlace", &interlace_p);
384 if (interlace_p) {
412 bool interlace_p;
416 prop_dictionary_get_bool(cfg, "interlace", &interlace_p);
436 __SHIFTIN((height >> interlace_p) - 1, VPP_OSD_SCI_WH_M1_HEIGHT);
439 sco_v = __SHIFTIN(margin_h >> interlace_p, VPP_OSD_SCO_V_START) |
440 __SHIFTIN(((height - margin_h) >> interlace_p) - 1,
474 if (interlace_p) {
491 interlace_p ? ((vf_phase_step / 2) >> 8) : 0;