Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.c103 static const vl_csc_matrix bt_601 =
115 static const vl_csc_matrix bt_601_full =
127 static const vl_csc_matrix bt_709 =
139 static const vl_csc_matrix bt_709_full =
146 static const vl_csc_matrix smpte240m =
153 static const vl_csc_matrix smpte240m_full =
160 static const vl_csc_matrix identity =
177 vl_csc_matrix *matrix) in vl_csc_get_matrix()
189 const vl_csc_matrix *cstd; in vl_csc_get_matrix()
206 memcpy(matrix, identity, sizeof(vl_csc_matrix)); in vl_csc_get_matrix()
Dvl_csc.h33 typedef float vl_csc_matrix[3][4]; typedef
56 vl_csc_matrix *matrix);
Dvl_compositor.h147 const vl_csc_matrix *matrix,
Dvl_compositor.c924 vl_csc_matrix const *matrix, in vl_compositor_set_csc_matrix()
938 memcpy(ptr, matrix, sizeof(vl_csc_matrix)); in vl_compositor_set_csc_matrix()
940 ptr += sizeof(vl_csc_matrix)/sizeof(float); in vl_compositor_set_csc_matrix()
1230 vl_csc_matrix csc_matrix; in vl_compositor_init_state()
1260 if (!vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f)) in vl_compositor_init_state()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dattributes.c80 vl_csc_matrix csc; in XvMCSetAttribute()
113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc, 1.0f, 0.0f); in XvMCSetAttribute()
Dcontext.c196 vl_csc_matrix csc; in XvMCCreateContext()
296 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc, 1.0f, 0.0f); in XvMCCreateContext()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c75 …if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, 1.0f, 0.0f… in vlVdpVideoMixerCreate()
695 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetFeatureEnables()
816 memcpy(vmixer->csc, vdp_csc, sizeof(vl_csc_matrix)); in vlVdpVideoMixerSetAttributeValues()
818 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetAttributeValues()
845 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetAttributeValues()
860 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetAttributeValues()
Doutput.c497 vl_csc_matrix csc; in vlVdpOutputSurfacePutBitsYCbCr()
499 if (!vl_compositor_set_csc_matrix(cstate, (const vl_csc_matrix*)&csc, 1.0f, 0.0f)) in vlVdpOutputSurfacePutBitsYCbCr()
Dvdpau_private.h393 vl_csc_matrix csc;
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c164 if (!vl_compositor_set_csc_matrix(&drv->cstate, (const vl_csc_matrix *)&drv->csc, 1.0f, 0.0f)) in VA_DRIVER_INIT_FUNC()
Dva_private.h210 vl_csc_matrix csc;