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_709 =
127 static const vl_csc_matrix smpte240m =
134 static const vl_csc_matrix bt_709_rev = {
140 static const vl_csc_matrix identity =
157 vl_csc_matrix *matrix) in vl_csc_get_matrix()
169 const vl_csc_matrix *cstd; in vl_csc_get_matrix()
194 memcpy(matrix, bt_709_rev, sizeof(vl_csc_matrix)); in vl_csc_get_matrix()
199 memcpy(matrix, identity, sizeof(vl_csc_matrix)); in vl_csc_get_matrix()
Dvl_csc.h33 typedef float vl_csc_matrix[3][4]; typedef
57 vl_csc_matrix *matrix);
Dvl_compositor.h157 const vl_csc_matrix *matrix,
Dvl_compositor.c1001 vl_csc_matrix csc_matrix; in set_rgb_to_yuv_layer()
1012 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f); in set_rgb_to_yuv_layer()
1090 vl_csc_matrix const *matrix, in vl_compositor_set_csc_matrix()
1104 memcpy(ptr, matrix, sizeof(vl_csc_matrix)); in vl_compositor_set_csc_matrix()
1106 ptr += sizeof(vl_csc_matrix)/sizeof(float); in vl_compositor_set_csc_matrix()
1424 vl_csc_matrix csc_matrix; in vl_compositor_init_state()
1454 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()
298 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.c504 vl_csc_matrix csc; in vlVdpOutputSurfacePutBitsYCbCr()
506 if (!vl_compositor_set_csc_matrix(cstate, (const vl_csc_matrix*)&csc, 1.0f, 0.0f)) in vlVdpOutputSurfacePutBitsYCbCr()
Dvdpau_private.h397 vl_csc_matrix csc;
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c169 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.h234 vl_csc_matrix csc;