Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.h16 #define VIMC_STREAMER_PIPELINE_MAX_SIZE 16 macro
36 struct vimc_ent_device *ved_pipeline[VIMC_STREAMER_PIPELINE_MAX_SIZE];
H A Dvimc-streamer.c88 while (stream->pipe_size < VIMC_STREAMER_PIPELINE_MAX_SIZE) { in vimc_streamer_pipeline_init()