Searched refs:vdp_csc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dmixer.c787 const float *vdp_csc; local in function:vlVdpVideoMixerSetAttributeValues
811 vdp_csc = attribute_values[i];
812 vmixer->custom_csc = !!vdp_csc;
813 if (!vdp_csc)
816 memcpy(vmixer->csc, vdp_csc, sizeof(vl_csc_matrix));
949 VdpCSCMatrix **vdp_csc; local in function:vlVdpVideoMixerGetAttributeValues
965 vdp_csc = attribute_values[i];
967 *vdp_csc = NULL;
970 memcpy(*vdp_csc, vmixer->csc, sizeof(float)*12);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dmixer.c788 const float *vdp_csc; local in function:vlVdpVideoMixerSetAttributeValues
812 vdp_csc = attribute_values[i];
813 vmixer->custom_csc = !!vdp_csc;
814 if (!vdp_csc)
817 memcpy(vmixer->csc, vdp_csc, sizeof(vl_csc_matrix));
950 VdpCSCMatrix **vdp_csc; local in function:vlVdpVideoMixerGetAttributeValues
966 vdp_csc = attribute_values[i];
968 *vdp_csc = NULL;
971 memcpy(*vdp_csc, vmixer->csc, sizeof(float)*12);

Completed in 25 milliseconds