Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecdevice.c183 struct media_v2_pad **source_pad) in find_codec_entity_pads() argument
188 *source_pad = NULL; in find_codec_entity_pads()
202 if (*source_pad) in find_codec_entity_pads()
204 *source_pad = pad; in find_codec_entity_pads()
211 return (*source_pad && *sink_pad); in find_codec_entity_pads()
351 struct media_v2_pad *source_pad; in gst_v4l2_codec_find_devices() local
359 if (!find_codec_entity_pads (&topology, entity, &sink_pad, &source_pad)) in gst_v4l2_codec_find_devices()
365 sink_entity = find_peer_v4l_entity (&topology, source_pad); in gst_v4l2_codec_find_devices()