Searched refs:pixelformat (Results 1 – 3 of 3) sorted by relevance
93 return pixelformat; in getPixelformat()178 uint32_t pixelformat; member in ikvm::Video
36 path(p), pixelformat(V4L2_PIX_FMT_JPEG) in Video()460 pixelformat = fmt.fmt.pix.pixelformat; in start()462 if (pixelformat != V4L2_PIX_FMT_RGB24 && pixelformat != V4L2_PIX_FMT_JPEG) in start()465 entry("PIXELFORMAT=%d", pixelformat)); in start()
2843 - fmt.fmt.pix_mp.pixelformat : fmt.fmt.pix.pixelformat;4280 + if (fdesc.pixelformat != ff_v4l2_format_avfmt_to_v4l2(priv->pix_fmt))4284 pixfmt = ff_v4l2_format_v4l2_to_avfmt(fdesc.pixelformat, AV_CODEC_ID_RAWVIDEO);4579 + e[n] = fdesc.pixelformat;4712 …>type) ? av_fourcc2str(ctx->format.fmt.pix_mp.pixelformat) : av_fourcc2str(ctx->format.fmt.pix.pix…5056 + fmt.fmt.pix_mp.pixelformat = pixfmt;5061 + fmt.fmt.pix.pixelformat = pixfmt;5342 …eturn V4L2_TYPE_IS_MULTIPLANAR(fmt->type) ? fmt->fmt.pix_mp.pixelformat : fmt->fmt.pix.pixelformat;5504 - avctx->pix_fmt = ff_v4l2_format_v4l2_to_avfmt(capture->format.fmt.pix_mp.pixelformat, AV_CODEC…6892 + pix->pixelformat = pix_fmt;[all …]