Lines Matching refs:PAL
2810 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; in opt_target() enumerator
2814 norm = PAL; in opt_target()
2834 norm = PAL; in opt_target()
2846 av_log(NULL, AV_LOG_INFO, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC"); in opt_target()
2861 parse_option(o, "s", norm == PAL ? "352x288" : "352x240", options); in opt_target()
2863 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target()
2889 parse_option(o, "s", norm == PAL ? "480x576" : "480x480", options); in opt_target()
2892 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target()
2911 parse_option(o, "s", norm == PAL ? "720x576" : "720x480", options); in opt_target()
2914 opt_default(NULL, "g", norm == PAL ? "15" : "18"); in opt_target()
2931 parse_option(o, "s", norm == PAL ? "720x576" : "720x480", options); in opt_target()
2933 norm == PAL ? "yuv420p" : "yuv411p", options); in opt_target()