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.c637 static int add_out_dtd(struct vip_stream *stream, int srce_type) in add_out_dtd() argument
641 struct vip_srce_info *sinfo = &srce_info[srce_type]; in add_out_dtd()
652 switch (srce_type) { in add_out_dtd()
690 __func__, srce_type); in add_out_dtd()
750 int srce_type; in add_stream_dtds() local
753 srce_type = VIP_SRCE_MULT_PORT; in add_stream_dtds()
755 srce_type = VIP_SRCE_MULT_ANC; in add_stream_dtds()
757 srce_type = VIP_SRCE_RGB; in add_stream_dtds()
759 srce_type = VIP_SRCE_LUMA; in add_stream_dtds()
761 add_out_dtd(stream, srce_type); in add_stream_dtds()
[all …]