Searched refs:vl_csc_matrix (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_csc.c | 103 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()
|
D | vl_csc.h | 33 typedef float vl_csc_matrix[3][4]; typedef 57 vl_csc_matrix *matrix);
|
D | vl_compositor.h | 157 const vl_csc_matrix *matrix,
|
D | vl_compositor.c | 1001 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/ |
D | attributes.c | 80 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()
|
D | context.c | 196 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/ |
D | mixer.c | 75 …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()
|
D | output.c | 504 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()
|
D | vdpau_private.h | 397 vl_csc_matrix csc;
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | context.c | 169 if (!vl_compositor_set_csc_matrix(&drv->cstate, (const vl_csc_matrix *)&drv->csc, 1.0f, 0.0f)) in VA_DRIVER_INIT_FUNC()
|
D | va_private.h | 234 vl_csc_matrix csc;
|