forked from marfrit/libva-v4l2-request-fourier
Rework buffer management to be more generic and support untiled format
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#ifndef _SUNXI_CEDRUS_H_
|
||||
#define _SUNXI_CEDRUS_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <va/va.h>
|
||||
#include "object_heap.h"
|
||||
#include "context.h"
|
||||
@@ -49,6 +51,8 @@ struct sunxi_cedrus_driver_data {
|
||||
struct object_heap image_heap;
|
||||
int video_fd;
|
||||
int media_fd;
|
||||
|
||||
bool tiled_format;
|
||||
};
|
||||
|
||||
VAStatus VA_DRIVER_INIT_FUNC(VADriverContextP context);
|
||||
|
||||
Reference in New Issue
Block a user