Lines Matching refs:entity
131 struct media_v2_entity *entity = in find_v4l_entity() local
133 if (entity->function != MEDIA_ENT_F_IO_V4L) in find_v4l_entity()
135 if (entity->id == id) in find_v4l_entity()
136 return entity; in find_v4l_entity()
164 struct media_v2_entity *entity = in find_codec_entity() local
167 switch (entity->function) { in find_codec_entity()
170 g_queue_push_tail (&entities, entity); in find_codec_entity()
182 struct media_v2_entity *entity, struct media_v2_pad **sink_pad, in find_codec_entity_pads() argument
194 if (pad->entity_id != entity->id) in find_codec_entity_pads()
271 struct media_v2_entity *entity) in find_video_devnode() argument
283 if (link->sink_id != entity->id) in find_video_devnode()
350 struct media_v2_entity *entity = (struct media_v2_entity *) c->data; in gst_v4l2_codec_find_devices() local
357 GST_DEBUG ("Analysing entity %s", entity->name); in gst_v4l2_codec_find_devices()
359 if (!find_codec_entity_pads (&topology, entity, &sink_pad, &source_pad)) in gst_v4l2_codec_find_devices()
388 GST_INFO ("Found %s device %s", function_to_string (entity->function), in gst_v4l2_codec_find_devices()
389 entity->name); in gst_v4l2_codec_find_devices()
391 gst_v4l2_codec_device_new (entity->name, entity->function, path, in gst_v4l2_codec_find_devices()