Home
last modified time | relevance | path

Searched refs:hdtv (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c406 setup_fs_video_constants(struct xorg_renderer *r, boolean hdtv) in setup_fs_video_constants() argument
409 const float *video_constants = (hdtv) ? bt_709 : bt_601; in setup_fs_video_constants()
501 Bool hdtv; in display_video() local
521 hdtv = ((src_w >= RES_720P_X) && (src_h >= RES_720P_Y)); in display_video()
540 setup_fs_video_constants(pPriv->r, hdtv); in display_video()