sunxi_cedrus: Cosmetic alignment change
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+11
-11
@@ -44,17 +44,17 @@
|
|||||||
void sunxi_cedrus_msg(const char *msg, ...);
|
void sunxi_cedrus_msg(const char *msg, ...);
|
||||||
|
|
||||||
struct sunxi_cedrus_driver_data {
|
struct sunxi_cedrus_driver_data {
|
||||||
struct object_heap config_heap;
|
struct object_heap config_heap;
|
||||||
struct object_heap context_heap;
|
struct object_heap context_heap;
|
||||||
struct object_heap surface_heap;
|
struct object_heap surface_heap;
|
||||||
struct object_heap buffer_heap;
|
struct object_heap buffer_heap;
|
||||||
struct object_heap image_heap;
|
struct object_heap image_heap;
|
||||||
char *luma_bufs[VIDEO_MAX_FRAME];
|
char *luma_bufs[VIDEO_MAX_FRAME];
|
||||||
char *chroma_bufs[VIDEO_MAX_FRAME];
|
char *chroma_bufs[VIDEO_MAX_FRAME];
|
||||||
unsigned int num_dst_bufs;
|
unsigned int num_dst_bufs;
|
||||||
int mem2mem_fd;
|
int mem2mem_fd;
|
||||||
int request_fds[INPUT_BUFFERS_NB];
|
int request_fds[INPUT_BUFFERS_NB];
|
||||||
int slice_offset[INPUT_BUFFERS_NB];
|
int slice_offset[INPUT_BUFFERS_NB];
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _SUNXI_CEDRUS_H_ */
|
#endif /* _SUNXI_CEDRUS_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user