Searched refs:vl_csc_get_matrix (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_csc.h | 53 void vl_csc_get_matrix(enum VL_CSC_COLOR_STANDARD cs,
|
D | vl_csc.c | 174 void vl_csc_get_matrix(enum VL_CSC_COLOR_STANDARD cs, in vl_csc_get_matrix() function
|
D | vl_compositor.c | 1259 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | attributes.c | 108 vl_csc_get_matrix in XvMCSetAttribute()
|
D | context.c | 291 vl_csc_get_matrix in XvMCCreateContext()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 73 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, true, &vmixer->csc); in vlVdpVideoMixerCreate() 814 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, 1, &vmixer->csc); in vlVdpVideoMixerSetAttributeValues() 1028 vl_csc_get_matrix(vl_std, procamp ? &camp : NULL, true, csc_matrix); in vlVdpGenerateCSCMatrix()
|
D | output.c | 498 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, 1, &csc); in vlVdpOutputSurfacePutBitsYCbCr()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | context.c | 163 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, true, &drv->csc); in VA_DRIVER_INIT_FUNC()
|