From 28a44e80f0d8e4065f2a9dcd6e0255906c9fd437 Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Thu, 31 Mar 2022 22:23:19 +0530 Subject: ipa: vimc: Rename processControls() to queueRequest() Synchronise with other IPA interfaces (for e.g. IPU3, RkISP1) that uses queueRequest() to pass in the request controls to IPA. Signed-off-by: Umang Jain Reviewed-by: Paul Elder Reviewed-by: Laurent Pinchart --- include/libcamera/ipa/vimc.mojom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libcamera/ipa/vimc.mojom') diff --git a/include/libcamera/ipa/vimc.mojom b/include/libcamera/ipa/vimc.mojom index e3b14e38..e5ac3609 100644 --- a/include/libcamera/ipa/vimc.mojom +++ b/include/libcamera/ipa/vimc.mojom @@ -37,7 +37,7 @@ interface IPAVimcInterface { * handle parameters at runtime. */ [async] fillParams(uint32 frame, uint32 bufferId); - [async] processControls(uint32 frame, libcamera.ControlList controls); + [async] queueRequest(uint32 frame, libcamera.ControlList controls); }; interface IPAVimcEventInterface { -- cgit v1.2.1