Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/davinci/
Dvpbe_osd.c267 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()
281 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_set_rec601_attenuation()
285 else if ((sd->vpbe_type == VPBE_VERSION_3) || in _osd_set_rec601_attenuation()
286 (sd->vpbe_type == VPBE_VERSION_2)) in _osd_set_rec601_attenuation()
337 if (sd->vpbe_type == VPBE_VERSION_3) { in _osd_enable_color_key()
355 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_enable_color_key()
358 else if (sd->vpbe_type == VPBE_VERSION_3) in _osd_enable_color_key()
364 if (sd->vpbe_type == VPBE_VERSION_3) in _osd_enable_color_key()
[all …]
/Linux-v4.19/include/media/davinci/
Dvpbe_osd.h354 enum vpbe_version vpbe_type; member