Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/ti/davinci/
Dvpbe_osd.c253 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_set_rec601_attenuation()
257 else if ((sd->vpbe_type == VPBE_VERSION_3) || in _osd_set_rec601_attenuation()
258 (sd->vpbe_type == VPBE_VERSION_2)) in _osd_set_rec601_attenuation()
267 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_set_rec601_attenuation()
271 else if ((sd->vpbe_type == VPBE_VERSION_3) || in _osd_set_rec601_attenuation()
272 (sd->vpbe_type == VPBE_VERSION_2)) in _osd_set_rec601_attenuation()
323 if (sd->vpbe_type == VPBE_VERSION_3) { in _osd_enable_color_key()
341 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_enable_color_key()
344 else if (sd->vpbe_type == VPBE_VERSION_3) in _osd_enable_color_key()
350 if (sd->vpbe_type == VPBE_VERSION_3) in _osd_enable_color_key()
[all …]
/Linux-v6.1/include/media/davinci/
Dvpbe_osd.h345 enum vpbe_version vpbe_type; member