| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_entity.c | 62 route = source->sink->route->inputs[source->sink_pad]; in vsp1_entity_route_setup() 439 const struct media_pad *sink_pad, in vsp1_entity_link_setup_source() argument 451 = media_entity_to_vsp1_entity(sink_pad->entity); in vsp1_entity_link_setup_source() 462 source->sink_pad = sink_pad->index; in vsp1_entity_link_setup_source() 466 source->sink_pad = 0; in vsp1_entity_link_setup_source() 473 const struct media_pad *sink_pad, in vsp1_entity_link_setup_sink() argument 479 sink = media_entity_to_vsp1_entity(sink_pad->entity); in vsp1_entity_link_setup_sink() 484 if (sink->sources[sink_pad->index]) in vsp1_entity_link_setup_sink() 487 sink->sources[sink_pad->index] = source; in vsp1_entity_link_setup_sink() 489 sink->sources[sink_pad->index] = NULL; in vsp1_entity_link_setup_sink()
|
| H A D | vsp1_drm.c | 78 prev->sink_pad = next_pad; in vsp1_du_insert_uif() 83 prev->sink_pad = UIF_PAD_SINK; in vsp1_du_insert_uif() 109 uif->sink_pad = next_pad; in vsp1_du_insert_uif() 327 pipe->brx->sink_pad = 0; in vsp1_du_pipeline_setup_brx() 429 rpf->entity.sink_pad = i; in vsp1_du_pipeline_setup_inputs() 963 pipe->output->entity.sink_pad = 0; in vsp1_drm_init()
|
| H A D | vsp1_entity.h | 115 unsigned int sink_pad; member
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppalphadecodebin.c | 99 GstPad *src_pad = NULL, *sink_pad = NULL; in gst_mpp_alpha_decode_bin_constructed() local 157 sink_pad = gst_element_get_static_pad (alphademux, "sink"); in gst_mpp_alpha_decode_bin_constructed() 158 gst_ghost_pad_set_target (GST_GHOST_PAD (sink_gpad), sink_pad); in gst_mpp_alpha_decode_bin_constructed() 159 gst_object_unref (sink_pad); in gst_mpp_alpha_decode_bin_constructed()
|
| /OK3568_Linux_fs/kernel/drivers/media/mc/ |
| H A D | mc-entity.c | 660 struct media_entity *sink, u16 sink_pad, u32 flags) in media_create_pad_link() argument 667 WARN_ON(sink_pad >= sink->num_pads)) in media_create_pad_link() 671 if (WARN_ON(!(sink->pads[sink_pad].flags & MEDIA_PAD_FL_SINK))) in media_create_pad_link() 679 link->sink = &sink->pads[sink_pad]; in media_create_pad_link() 696 backlink->sink = &sink->pads[sink_pad]; in media_create_pad_link() 721 const u16 sink_pad, in media_create_pad_links() argument 732 sink, sink_pad, flags); in media_create_pad_links() 745 sink, sink_pad, in media_create_pad_links() 768 entity, sink_pad, flags); in media_create_pad_links() 771 sink, sink_pad, flags); in media_create_pad_links()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/ |
| H A D | xilinx-vipp.c | 192 struct media_pad *sink_pad; in xvip_graph_build_dma() local 252 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma() 257 sink_pad = &dma->pad; in xvip_graph_build_dma() 265 sink->name, sink_pad->index); in xvip_graph_build_dma() 268 sink, sink_pad->index, in xvip_graph_build_dma() 274 sink->name, sink_pad->index); in xvip_graph_build_dma()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/ |
| H A D | vimc-core.c | 24 .sink_pad = sinkpad, \ 33 u16 sink_pad; member 140 ved_sink->ent, link->sink_pad, in vimc_create_links()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun6i-csi/ |
| H A D | sun6i_csi.c | 634 struct media_pad *sink_pad; in sun6i_csi_link_entity() local 648 sink_pad = &csi->video.pad; in sun6i_csi_link_entity() 651 entity->name, src_pad_index, sink->name, sink_pad->index); in sun6i_csi_link_entity() 653 sink_pad->index, in sun6i_csi_link_entity() 659 sink->name, sink_pad->index); in sun6i_csi_link_entity()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CamHwIsp20.cpp | 2177 media_pad *src_pad_s = NULL, *src_pad_m = NULL, *src_pad_l = NULL, *sink_pad = NULL; in setupHdrLink_vidcap() local 2219 sink_pad = (media_pad *)media_entity_get_pad(entity, 0); in setupHdrLink_vidcap() 2220 if (!sink_pad) { in setupHdrLink_vidcap() 2228 sink_pad = (media_pad *)media_entity_get_pad(entity, 0); in setupHdrLink_vidcap() 2229 if (!sink_pad) { in setupHdrLink_vidcap() 2235 media_setup_link(device, src_pad_s, sink_pad, MEDIA_LNK_FL_ENABLED); in setupHdrLink_vidcap() 2237 media_setup_link(device, src_pad_s, sink_pad, 0); in setupHdrLink_vidcap() 2269 sink_pad = (media_pad *)media_entity_get_pad(entity, 0); in setupHdrLink_vidcap() 2270 if (!sink_pad) { in setupHdrLink_vidcap() 2278 sink_pad = (media_pad *)media_entity_get_pad(entity, 0); in setupHdrLink_vidcap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/ |
| H A D | smiapp-core.c | 1837 crops[ssd->sink_pad]->left = 0; in smiapp_set_format() 1838 crops[ssd->sink_pad]->top = 0; in smiapp_set_format() 1839 crops[ssd->sink_pad]->width = fmt->format.width; in smiapp_set_format() 1840 crops[ssd->sink_pad]->height = fmt->format.height; in smiapp_set_format() 1842 ssd->sink_fmt = *crops[ssd->sink_pad]; in smiapp_set_format() 2141 if (sel->pad == ssd->sink_pad) in smiapp_set_crop() 2146 if (sel->pad == ssd->sink_pad) { in smiapp_set_crop() 2156 subdev, cfg, ssd->sink_pad); in smiapp_set_crop() 2209 v4l2_subdev_get_try_format(subdev, cfg, ssd->sink_pad); in __smiapp_get_selection() 2222 else if (sel->pad == ssd->sink_pad) in __smiapp_get_selection() [all …]
|
| H A D | smiapp.h | 198 unsigned short sink_pad; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/ |
| H A D | FakeCamHwIsp20.cpp | 890 media_pad* sink_pad = NULL; in setupOffLineLink() local 904 sink_pad = (media_pad*)media_entity_get_pad(entity, 0); in setupOffLineLink() 905 if (!sink_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/include/media/ |
| H A D | media-entity.h | 716 u16 sink_pad, u32 flags); 767 const u16 sink_pad,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/ |
| H A D | rcar-v4l2.c | 642 timings->pad = vin->parallel->sink_pad; in rvin_enum_dv_timings() 694 cap->pad = vin->parallel->sink_pad; in rvin_dv_timings_cap() 712 edid->pad = vin->parallel->sink_pad; in rvin_g_edid() 730 edid->pad = vin->parallel->sink_pad; in rvin_s_edid()
|
| H A D | rcar-vin.h | 109 unsigned int sink_pad; member
|
| H A D | rcar-core.c | 446 vin->parallel->sink_pad = ret < 0 ? 0 : ret; in rvin_parallel_subdevice_attach() 558 sink, vin->parallel->sink_pad, 0); in rvin_parallel_notify_complete() 596 vin->parallel->sink_pad); in rvin_parallel_notify_bound() 701 struct media_pad *source_pad, *sink_pad; in rvin_group_notify_complete() local 722 sink_pad = &sink->pads[0]; in rvin_group_notify_complete() 725 if (media_entity_find_link(source_pad, sink_pad)) in rvin_group_notify_complete()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/stm32/ |
| H A D | stm32-dcmi.c | 615 struct media_pad *sink_pad = NULL; in dcmi_pipeline_s_fmt() local 644 if (sink_pad) in dcmi_pipeline_s_fmt() 645 pad = sink_pad; in dcmi_pipeline_s_fmt() 670 sink_pad = media_entity_remote_pad(src_pad); in dcmi_pipeline_s_fmt() 671 if (!sink_pad || !is_media_entity_v4l2_subdev(sink_pad->entity)) in dcmi_pipeline_s_fmt() 674 entity = sink_pad->entity; in dcmi_pipeline_s_fmt()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro.h | 144 struct media_pad sink_pad; member
|
| H A D | hantro_drv.c | 554 func->sink_pad.flags = MEDIA_PAD_FL_SINK; in hantro_attach_func() 556 &func->sink_pad, 1, MEDIA_ENT_F_IO_V4L, in hantro_attach_func()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/ |
| H A D | vi.c | 1206 struct media_pad *sink_pad = &vi_chan->pad; in tegra_v4l2_nodes_setup_tpg() local 1226 sink->name, sink_pad->index); in tegra_v4l2_nodes_setup_tpg() 1229 sink, sink_pad->index, in tegra_v4l2_nodes_setup_tpg() 1235 sink->name, sink_pad->index, ret); in tegra_v4l2_nodes_setup_tpg()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-capture.c | 1102 struct media_pad *sink_pad, *src_pad; in fimc_pipeline_validate() local 1117 sink_pad = p; in fimc_pipeline_validate() 1118 src_pad = media_entity_remote_pad(sink_pad); in fimc_pipeline_validate() 1134 sink_fmt.pad = sink_pad->index; in fimc_pipeline_validate()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-mem2mem.c | 100 struct media_pad sink_pad; member 1027 pads = &m2m_dev->sink_pad; in v4l2_m2m_register_entity()
|