Searched defs:common_obj (Results 1 – 2 of 2) sorted by relevance
46 struct common_obj { struct48 struct vpif_cap_buffer *cur_frm;52 struct v4l2_format fmt;54 struct vb2_queue buffer_queue;56 struct list_head dma_queue;58 spinlock_t irqlock;60 struct mutex lock;65 u32 ytop_off;67 u32 ybtm_off;69 u32 ctop_off;[all …]
69 struct common_obj { struct72 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next74 struct v4l2_format fmt; /* Used to store the format */75 struct vb2_queue buffer_queue; /* Buffer queue used in78 struct list_head dma_queue; /* Queue of filled frames */79 spinlock_t irqlock; /* Used in video-buf */82 struct mutex lock; /* lock used to access this84 u32 ytop_off; /* offset of Y top from the86 u32 ybtm_off; /* offset of Y bottom from the88 u32 ctop_off; /* offset of C top from the[all …]
Completed in 6 milliseconds