Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Duser-func.rst66 vidioc-streamon
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c652 dev->streamon = 0; in mt9m114_set_fmt()
803 if (!dev->streamon) { in mt9m114_s_exposure()
1421 dev->streamon = 1; in mt9m114_s_stream()
1424 dev->streamon = 0; in mt9m114_s_stream()
H A Dmt9m114.h299 u8 streamon; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch50113 - else if (avbuf->context->streamon)
50244 + else if (ctx->streamon) {
51932 - ctx->streamon = (cmd == VIDIOC_STREAMON);
52329 int streamon;
52713 - if (!output->streamon) {
52746 - if (capture->streamon)
52770 + if (s->output.streamon)
52911 + return s->output.streamon;
53368 + // streamon and userspace must (re)allocate capture buffers and streamon
53528 + av_log(avctx, AV_LOG_TRACE, "<<< %s: streamon=%d\n", __func__, output->streamon);
[all …]