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_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()
|
D | vl_csc.h | 33 typedef float vl_csc_matrix[3][4]; typedef 56 vl_csc_matrix *matrix);
|
D | vl_compositor.h | 147 const vl_csc_matrix *matrix,
|
D | vl_compositor.c | 924 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/ |
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() 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/ |
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 | 497 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()
|
D | vdpau_private.h | 393 vl_csc_matrix csc;
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | context.c | 164 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 | 210 vl_csc_matrix csc;
|