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:
Maxime Ripard
2018-07-17 16:06:11 +02:00
parent d43854dfd9
commit 913e1e642c
16 changed files with 323 additions and 368 deletions
+5 -8
View File
@@ -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