forked from marfrit/libva-v4l2-request-fourier
tree: Rename the libva hooks
As part of our renaming effort, Rename the libva hooks names to mention request instead of SunxiCedrus Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+5
-8
@@ -30,13 +30,10 @@
|
||||
|
||||
#include "object_heap.h"
|
||||
|
||||
VAStatus SunxiCedrusBeginPicture(VADriverContextP context,
|
||||
VAContextID context_id,
|
||||
VASurfaceID surface_id);
|
||||
VAStatus SunxiCedrusRenderPicture(VADriverContextP context,
|
||||
VAContextID context_id, VABufferID *buffers,
|
||||
int buffers_count);
|
||||
VAStatus SunxiCedrusEndPicture(VADriverContextP context,
|
||||
VAContextID context_id);
|
||||
VAStatus RequestBeginPicture(VADriverContextP context, VAContextID context_id,
|
||||
VASurfaceID surface_id);
|
||||
VAStatus RequestRenderPicture(VADriverContextP context, VAContextID context_id,
|
||||
VABufferID *buffers, int buffers_count);
|
||||
VAStatus RequestEndPicture(VADriverContextP context, VAContextID context_id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user