forked from marfrit/libva-v4l2-request-fourier
Drop the _drv_video suffix from sunxi_cedrus files for conciseness
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ driver_libs = \
|
|||||||
$(X11_DEPS_LIBS) \
|
$(X11_DEPS_LIBS) \
|
||||||
$(LIBVA_DEPS_LIBS)
|
$(LIBVA_DEPS_LIBS)
|
||||||
|
|
||||||
source_c = sunxi_cedrus_drv_video.c object_heap.c buffer.c va_config.c \
|
source_c = sunxi_cedrus.c object_heap.c buffer.c va_config.c \
|
||||||
context.c image.c mpeg2.c mpeg4.c picture.c subpicture.c surface.c
|
context.c image.c mpeg2.c mpeg4.c picture.c subpicture.c surface.c
|
||||||
|
|
||||||
source_s = \
|
source_s = \
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
#include "object_heap.h"
|
#include "object_heap.h"
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
|
|
||||||
#define BUFFER(id) ((struct object_buffer *) object_heap_lookup(&driver_data->buffer_heap, id))
|
#define BUFFER(id) ((struct object_buffer *) object_heap_lookup(&driver_data->buffer_heap, id))
|
||||||
#define BUFFER_ID_OFFSET 0x08000000
|
#define BUFFER_ID_OFFSET 0x08000000
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "va_config.h"
|
#include "va_config.h"
|
||||||
#include "surface.h"
|
#include "surface.h"
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "image.h"
|
#include "image.h"
|
||||||
#include "surface.h"
|
#include "surface.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "mpeg2.h"
|
#include "mpeg2.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "mpeg4.h"
|
#include "mpeg4.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "picture.h"
|
#include "picture.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "subpicture.h"
|
#include "subpicture.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "surface.h"
|
#include "surface.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sunxi_cedrus_drv_video.h"
|
#include "sunxi_cedrus.h"
|
||||||
#include "va_config.h"
|
#include "va_config.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user