Lines Matching defs:interlace_p
334 bool interlace_p;
339 prop_dictionary_get_bool(cfg, "interlace", &interlace_p);
385 if (interlace_p) {
413 bool interlace_p;
417 prop_dictionary_get_bool(cfg, "interlace", &interlace_p);
437 __SHIFTIN((height >> interlace_p) - 1, VPP_OSD_SCI_WH_M1_HEIGHT);
440 sco_v = __SHIFTIN(margin_h >> interlace_p, VPP_OSD_SCO_V_START) |
441 __SHIFTIN(((height - margin_h) >> interlace_p) - 1,
475 if (interlace_p) {
492 interlace_p ? ((vf_phase_step / 2) >> 8) : 0;