Searched refs:avbuf (Results 1 – 4 of 4) sorted by relevance
2208 -static inline AVRational v4l2_get_timebase(V4L2Buffer *avbuf)2211 - V4L2m2mContext *s = buf_to_m2mctx(avbuf);2218 +static inline AVRational v4l2_get_timebase(const V4L2Buffer * const avbuf)2220 + const V4L2m2mContext *s = buf_to_m2mctx(avbuf);2256 -static inline int64_t v4l2_get_pts(V4L2Buffer *avbuf)2257 +static inline int64_t v4l2_get_pts(const V4L2Buffer * const avbuf)2261 + const int64_t v4l2_pts = int_from_tv(avbuf->buf.timestamp);2265 - v4l2_pts = (int64_t)avbuf->buf.timestamp.tv_sec * USEC_PER_SEC +2266 - avbuf->buf.timestamp.tv_usec;2268 + avbuf->context->no_pts_rescale ? v4l2_pts :[all …]
145 } avbuf; member359 return readl(disp->avbuf.base + reg); in zynqmp_disp_avbuf_read()364 writel(val, disp->avbuf.base + reg); in zynqmp_disp_avbuf_write()1246 disp->avbuf.base = devm_platform_ioremap_resource_byname(pdev, "av_buf"); in zynqmp_disp_probe()1247 if (IS_ERR(disp->avbuf.base)) { in zynqmp_disp_probe()1248 ret = PTR_ERR(disp->avbuf.base); in zynqmp_disp_probe()
1143 struct ubi_vid_io_buf *avbuf, *dvbuf; in ubi_write_fastmap() local1154 avbuf = new_fm_vbuf(ubi, UBI_FM_SB_VOLUME_ID); in ubi_write_fastmap()1155 if (!avbuf) { in ubi_write_fastmap()1166 avhdr = ubi_get_vid_hdr(avbuf); in ubi_write_fastmap()1337 ret = ubi_io_write_vid_hdr(ubi, new_fm->e[0]->pnum, avbuf); in ubi_write_fastmap()1387 ubi_free_vid_buf(avbuf); in ubi_write_fastmap()
5295 + AVBufferRef *const avbuf = av_rpi_zc_buf(cma_buf_size(cmabuf), 0, cmabuf, &zc_buf_fn_tab);5297 + if (avbuf == NULL)5304 + return avbuf;