Home
last modified time | relevance | path

Searched refs:bit_depth (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c1180 static int vop2_convert_csc_mode(int csc_mode, int bit_depth) in vop2_convert_csc_mode() argument
1190 if (bit_depth == CSC_13BIT_DEPTH) in vop2_convert_csc_mode()
1197 if (bit_depth == CSC_13BIT_DEPTH) in vop2_convert_csc_mode()
1202 if (bit_depth == CSC_10BIT_DEPTH) in vop2_convert_csc_mode()
1207 if (bit_depth == CSC_10BIT_DEPTH) in vop2_convert_csc_mode()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c1730 int bit_depth) in vop2_convert_csc_mode() argument
1746 csc_mode = bit_depth == CSC_13BIT_DEPTH ? CSC_BT709F_13BIT : CSC_BT601F; in vop2_convert_csc_mode()
1747 if (bit_depth != CSC_13BIT_DEPTH) in vop2_convert_csc_mode()
1756 csc_mode = bit_depth == CSC_13BIT_DEPTH ? CSC_BT2020F_13BIT : CSC_BT601F; in vop2_convert_csc_mode()
1757 if (bit_depth != CSC_13BIT_DEPTH) in vop2_convert_csc_mode()
1760 csc_mode = bit_depth == CSC_13BIT_DEPTH ? CSC_BT2020L_13BIT : CSC_BT2020L; in vop2_convert_csc_mode()