Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppalphadecodebin.c99 GstPad *src_pad = NULL, *sink_pad = NULL; in gst_mpp_alpha_decode_bin_constructed() local
169 src_pad = gst_element_get_static_pad (alphacombine, "src"); in gst_mpp_alpha_decode_bin_constructed()
170 gst_ghost_pad_set_target (GST_GHOST_PAD (src_gpad), src_pad); in gst_mpp_alpha_decode_bin_constructed()
171 gst_object_unref (src_pad); in gst_mpp_alpha_decode_bin_constructed()
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.c51 csi->src_pad = media_entity_get_fwnode_pad(&subdev->entity, in sun4i_csi_notify_bound()
54 if (csi->src_pad < 0) { in sun4i_csi_notify_bound()
57 return csi->src_pad; in sun4i_csi_notify_bound()
60 dev_dbg(csi->dev, "Bound %s pad: %d\n", subdev->name, csi->src_pad); in sun4i_csi_notify_bound()
92 ret = media_create_pad_link(&csi->src_subdev->entity, csi->src_pad, in sun4i_csi_notify_complete()
H A Dsun4i_csi.h144 int src_pad; member
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-core.c22 .src_pad = srcpad, \
31 u16 src_pad; member
139 ret = media_create_pad_link(ved_src->ent, link->src_pad, in vimc_create_links()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.cpp889 media_pad* src_pad = NULL; in setupOffLineLink() local
912 src_pad = NULL; in setupOffLineLink()
920 src_pad = (media_pad*)media_entity_get_pad(entity, 0); in setupOffLineLink()
921 if (!src_pad) { in setupOffLineLink()
928 if (src_pad && sink_pad) { in setupOffLineLink()
930 media_setup_link(device, src_pad, sink_pad, 0); in setupOffLineLink()
932 media_setup_link(device, src_pad, sink_pad, MEDIA_LNK_FL_ENABLED); in setupOffLineLink()
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c38 unsigned int src_pad, in adv748x_csi2_register_link() argument
49 ret = media_create_pad_link(&src->entity, src_pad, in adv748x_csi2_register_link()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmax9286.c492 unsigned int src_pad; in max9286_notify_bound() local
506 src_pad = ret; in max9286_notify_bound()
508 ret = media_create_pad_link(&source->sd->entity, src_pad, in max9286_notify_bound()
515 source->sd->name, src_pad, priv->sd.name, index); in max9286_notify_bound()
520 subdev->name, src_pad, index); in max9286_notify_bound()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c1102 struct media_pad *sink_pad, *src_pad; in fimc_pipeline_validate() local
1111 src_pad = NULL; in fimc_pipeline_validate()
1118 src_pad = media_entity_remote_pad(sink_pad); in fimc_pipeline_validate()
1119 if (src_pad) in fimc_pipeline_validate()
1124 if (!src_pad || !is_media_entity_v4l2_subdev(src_pad->entity)) in fimc_pipeline_validate()
1142 sd = media_entity_to_v4l2_subdev(src_pad->entity); in fimc_pipeline_validate()
1143 src_fmt.pad = src_pad->index; in fimc_pipeline_validate()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxsingle.c954 int src_pad = src_rowsize % 4; in __glXDisp_ReadPixels() local
956 if (src_pad) { in __glXDisp_ReadPixels()
957 src_rowsize += (4 - src_pad); in __glXDisp_ReadPixels()
/OK3568_Linux_fs/kernel/drivers/media/platform/stm32/
H A Dstm32-dcmi.c616 struct media_pad *src_pad = NULL; in dcmi_pipeline_s_fmt() local
633 src_pad = pad; in dcmi_pipeline_s_fmt()
670 sink_pad = media_entity_remote_pad(src_pad); in dcmi_pipeline_s_fmt()
1753 int src_pad; in dcmi_graph_notify_bound() local
1761 src_pad = media_entity_get_fwnode_pad(&subdev->entity, in dcmi_graph_notify_bound()
1765 ret = media_create_pad_link(&subdev->entity, src_pad, in dcmi_graph_notify_bound()