aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vimc/vimc-streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/vimc/vimc-streamer.h')
-rw-r--r--drivers/media/platform/vimc/vimc-streamer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/platform/vimc/vimc-streamer.h b/drivers/media/platform/vimc/vimc-streamer.h
index d744a787e0e7..fe3c51f15fad 100644
--- a/drivers/media/platform/vimc/vimc-streamer.h
+++ b/drivers/media/platform/vimc/vimc-streamer.h
@@ -25,13 +25,6 @@
25 * processed in the pipeline. 25 * processed in the pipeline.
26 * @pipe_size: size of @ved_pipeline 26 * @pipe_size: size of @ved_pipeline
27 * @kthread: thread that generates the frames of the stream. 27 * @kthread: thread that generates the frames of the stream.
28 * @producer_pixfmt: the pixel format requested from the pipeline. This must
29 * be set just before calling
30 * vimc_streamer_s_stream(ent, 1). This value is propagated
31 * up to the source of the base image (usually a sensor
32 * node) and can be modified by entities during s_stream
33 * callback to request a differentformat from rest of
34 * the pipeline.
35 * 28 *
36 * When the user call stream_on in a video device, struct vimc_stream is 29 * When the user call stream_on in a video device, struct vimc_stream is
37 * used to keep track of all entities and subdevices that generates and 30 * used to keep track of all entities and subdevices that generates and
@@ -42,7 +35,6 @@ struct vimc_stream {
42 struct vimc_ent_device *ved_pipeline[VIMC_STREAMER_PIPELINE_MAX_SIZE]; 35 struct vimc_ent_device *ved_pipeline[VIMC_STREAMER_PIPELINE_MAX_SIZE];
43 unsigned int pipe_size; 36 unsigned int pipe_size;
44 struct task_struct *kthread; 37 struct task_struct *kthread;
45 u32 producer_pixfmt;
46}; 38};
47 39
48int vimc_streamer_s_stream(struct vimc_stream *stream, 40int vimc_streamer_s_stream(struct vimc_stream *stream,