Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe_osd.c268 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_set_rec601_attenuation()
272 else if ((sd->vpbe_type == VPBE_VERSION_3) || in _osd_set_rec601_attenuation()
273 (sd->vpbe_type == VPBE_VERSION_2)) in _osd_set_rec601_attenuation()
282 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_set_rec601_attenuation()
286 else if ((sd->vpbe_type == VPBE_VERSION_3) || in _osd_set_rec601_attenuation()
287 (sd->vpbe_type == VPBE_VERSION_2)) in _osd_set_rec601_attenuation()
338 if (sd->vpbe_type == VPBE_VERSION_3) { in _osd_enable_color_key()
356 if (sd->vpbe_type == VPBE_VERSION_1) in _osd_enable_color_key()
359 else if (sd->vpbe_type == VPBE_VERSION_3) in _osd_enable_color_key()
365 if (sd->vpbe_type == VPBE_VERSION_3) in _osd_enable_color_key()
[all …]
/linux-4.1.27/include/media/davinci/
Dvpbe_osd.h358 enum vpbe_version vpbe_type; member