Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/vpe/
H A Dvip.c635 static int add_out_dtd(struct vip_stream *stream, int srce_type) in add_out_dtd() argument
639 struct vip_srce_info *sinfo = &srce_info[srce_type]; in add_out_dtd()
650 switch (srce_type) { in add_out_dtd()
688 __func__, srce_type); in add_out_dtd()
748 int srce_type; in add_stream_dtds() local
751 srce_type = VIP_SRCE_MULT_PORT; in add_stream_dtds()
753 srce_type = VIP_SRCE_MULT_ANC; in add_stream_dtds()
755 srce_type = VIP_SRCE_RGB; in add_stream_dtds()
757 srce_type = VIP_SRCE_LUMA; in add_stream_dtds()
759 add_out_dtd(stream, srce_type); in add_stream_dtds()
[all …]