Searched refs:vl_csc_matrix (Results 1 – 13 of 13) 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.c | 380 vl_csc_matrix csc_matrix; in set_rgb_to_yuv_layer() 391 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f); in set_rgb_to_yuv_layer() 470 vl_csc_matrix const *matrix, in vl_compositor_set_csc_matrix() 484 memcpy(ptr, matrix, sizeof(vl_csc_matrix)); in vl_compositor_set_csc_matrix() 486 ptr += sizeof(vl_csc_matrix)/sizeof(float); in vl_compositor_set_csc_matrix() 797 vl_csc_matrix csc_matrix; in vl_compositor_init_state() 827 if (!vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f)) in vl_compositor_init_state()
|
D | vl_compositor.h | 178 const vl_csc_matrix *matrix,
|
D | vl_compositor_cs.c | 664 ptr_float += sizeof(vl_csc_matrix)/sizeof(float) + 2; in set_viewport()
|
/external/mesa3d/src/gallium/frontends/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/frontends/vdpau/ |
D | mixer.c | 74 …if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, 1.0f, 0.0f… in vlVdpVideoMixerCreate() 696 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetFeatureEnables() 817 memcpy(vmixer->csc, vdp_csc, sizeof(vl_csc_matrix)); in vlVdpVideoMixerSetAttributeValues() 819 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetAttributeValues() 846 if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, in vlVdpVideoMixerSetAttributeValues() 861 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 | 417 vl_csc_matrix csc;
|
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264dprc.c | 388 vl_csc_matrix csc; in h264d_prc_allocate_resources() 415 if (!vl_compositor_set_csc_matrix(&priv->cstate, (const vl_csc_matrix *)&csc, 1.0f, 0.0f)) { in h264d_prc_allocate_resources()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | context.c | 168 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 | 248 vl_csc_matrix csc;
|