Home
last modified time | relevance | path

Searched refs:vl_csc_matrix (Results 1 – 9 of 9) 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.h130 vl_compositor_set_csc_matrix(struct vl_compositor_state *settings, const vl_csc_matrix *matrix);
Dvl_compositor.c805 vl_compositor_set_csc_matrix(struct vl_compositor_state *s, vl_csc_matrix const *matrix) in vl_compositor_set_csc_matrix()
817 sizeof(vl_csc_matrix) in vl_compositor_set_csc_matrix()
1053 vl_csc_matrix csc_matrix; in vl_compositor_init_state()
1080 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix); 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); in XvMCSetAttribute()
Dcontext.c195 vl_csc_matrix csc; in XvMCCreateContext()
294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); in XvMCCreateContext()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); in vlVdpVideoMixerCreate()
607 memcpy(vmixer->csc, vdp_csc, sizeof(vl_csc_matrix)); in vlVdpVideoMixerSetAttributeValues()
609 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); in vlVdpVideoMixerSetAttributeValues()
Doutput.c489 vl_csc_matrix csc; in vlVdpOutputSurfacePutBitsYCbCr()
491 vl_compositor_set_csc_matrix(cstate, (const vl_csc_matrix*)&csc); in vlVdpOutputSurfacePutBitsYCbCr()
Dvdpau_private.h359 vl_csc_matrix csc;