Searched refs:vl_csc_matrix (Results 1 – 9 of 9) 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 | 130 vl_compositor_set_csc_matrix(struct vl_compositor_state *settings, const vl_csc_matrix *matrix);
|
D | vl_compositor.c | 805 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/ |
D | attributes.c | 80 vl_csc_matrix csc; in XvMCSetAttribute() 113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); in XvMCSetAttribute()
|
D | context.c | 195 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/ |
D | mixer.c | 72 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()
|
D | output.c | 489 vl_csc_matrix csc; in vlVdpOutputSurfacePutBitsYCbCr() 491 vl_compositor_set_csc_matrix(cstate, (const vl_csc_matrix*)&csc); in vlVdpOutputSurfacePutBitsYCbCr()
|
D | vdpau_private.h | 359 vl_csc_matrix csc;
|