Searched refs:vmixer (Results 1 – 1 of 1) sorted by relevance
49 vlVdpVideoMixer *vmixer = NULL; in vlVdpVideoMixerCreate() local60 vmixer = CALLOC(1, sizeof(vlVdpVideoMixer)); in vlVdpVideoMixerCreate()61 if (!vmixer) in vlVdpVideoMixerCreate()64 DeviceReference(&vmixer->device, dev); in vlVdpVideoMixerCreate()68 if (!vl_compositor_init_state(&vmixer->cstate, dev->context)) { in vlVdpVideoMixerCreate()73 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, true, &vmixer->csc); in vlVdpVideoMixerCreate()75 …if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, 1.0f, 0.0f… in vlVdpVideoMixerCreate()81 *mixer = vlAddDataHTAB(vmixer); in vlVdpVideoMixerCreate()104 vmixer->deint.supported = true; in vlVdpVideoMixerCreate()108 vmixer->sharpness.supported = true; in vlVdpVideoMixerCreate()[all …]