Searched defs:video_frame (Results 1 – 1 of 1) sorted by relevance
46 struct video_frame { struct47 struct dma_buf_attachment *y_dmabuf_attachment;48 struct dma_buf_attachment *cb_dmabuf_attachment;49 struct dma_buf_attachment *cr_dmabuf_attachment;50 struct dma_buf_attachment *aux_dmabuf_attachment;51 struct sg_table *y_sgt;52 struct sg_table *cb_sgt;53 struct sg_table *cr_sgt;54 struct sg_table *aux_sgt;55 dma_addr_t y_addr;[all …]