Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Ddirect3d9.c1202 bool hardware_scale_ok = !(vd->fmt.i_visible_width & 1) && !(vd->fmt.i_visible_height & 1); in Direct3DFindFormat() local
1203 if( !hardware_scale_ok ) in Direct3DFindFormat()
1212 else if (pass == 0 && hardware_scale_ok && sys->allow_hw_yuv && vlc_fourcc_IsYUV(chroma)) in Direct3DFindFormat()