Lines Matching full:pal
9 * The VEC encoder generates PAL or NTSC composite video output.
13 * PAL and PAL-M or NTSC and NTSC-J.
93 * PAL (4433618.75 Hz) - 0x2A098ACB
94 * PAL-M (3575611.[888111] Hz) - 0x21E6EFE3
95 * PAL-N (3582056.25 Hz) - 0x21F69446
302 /* PAL-60 */
366 { VC4_VEC_TV_MODE_PAL, "PAL", },
367 { VC4_VEC_TV_MODE_PAL_60, "PAL-60", },
368 { VC4_VEC_TV_MODE_PAL_M, "PAL-M", },
369 { VC4_VEC_TV_MODE_PAL_N, "PAL-N", },
707 /* PAL/SECAM */ in vc4_vec_encoder_atomic_check()