Home
last modified time | relevance | path

Searched refs:vl_csc_get_matrix (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.h54 void vl_csc_get_matrix(enum VL_CSC_COLOR_STANDARD cs,
Dvl_csc.c154 void vl_csc_get_matrix(enum VL_CSC_COLOR_STANDARD cs, in vl_csc_get_matrix() function
Dvl_compositor.c1011 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_709_REV, NULL, false, &csc_matrix); in set_rgb_to_yuv_layer()
1453 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/
Dattributes.c108 vl_csc_get_matrix in XvMCSetAttribute()
Dcontext.c293 vl_csc_get_matrix in XvMCCreateContext()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c73 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()
Doutput.c505 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, 1, &csc); in vlVdpOutputSurfacePutBitsYCbCr()
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c168 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_601, NULL, true, &drv->csc); in VA_DRIVER_INIT_FUNC()