Home | History | Annotate | Download | only in amlogic

Lines Matching defs:INTERLACE

69 #define INTERLACE __BIT(0)
76 { 5, 1920, 1080, INTERLACE },
77 { 6, 720, 480, DBLSCAN | INTERLACE },
78 { 7, 720, 480, DBLSCAN | INTERLACE },
85 { 20, 1920, 1080, INTERLACE },
90 { 39, 1920, 1080, INTERLACE },
339 prop_dictionary_get_bool(cfg, "interlace", &interlace_p);
417 prop_dictionary_get_bool(cfg, "interlace", &interlace_p);
476 /* interlace */
582 prop_dictionary_set_bool(cfg, "interlace", !!(flags & INTERLACE));