ipa: Rename ipa_vimc.h to vimc.h
To be consistent with the other pipeline handlers that don't prefix their IPA protocol header with ipa_, rename ipa_vimc.h to vimc.h. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
c3a5467f7d
commit
00aa3ac82e
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019, Google Inc.
|
* Copyright (C) 2019, Google Inc.
|
||||||
*
|
*
|
||||||
* ipa_vimc.h - Vimc Image Processing Algorithm module
|
* vimc.h - Vimc Image Processing Algorithm module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LIBCAMERA_IPA_VIMC_H__
|
#ifndef __LIBCAMERA_IPA_VIMC_H__
|
|
@ -5,7 +5,7 @@
|
||||||
* ipa_vimc.cpp - Vimc Image Processing Algorithm module
|
* ipa_vimc.cpp - Vimc Image Processing Algorithm module
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libcamera/ipa/ipa_vimc.h>
|
#include <libcamera/ipa/vimc.h>
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include <libcamera/event_dispatcher.h>
|
#include <libcamera/event_dispatcher.h>
|
||||||
#include <libcamera/event_notifier.h>
|
#include <libcamera/event_notifier.h>
|
||||||
#include <libcamera/ipa/ipa_vimc.h>
|
#include <libcamera/ipa/vimc.h>
|
||||||
#include <libcamera/timer.h>
|
#include <libcamera/timer.h>
|
||||||
|
|
||||||
#include "libcamera/internal/device_enumerator.h"
|
#include "libcamera/internal/device_enumerator.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue