From cef3e15324f3dbf35b1434cb901b91e2a8fc980b Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Fri, 8 Apr 2022 16:19:17 +0530 Subject: ipa: vimc: Synchronise parameter buffer ops naming Synchronise the names of the operations with respect to parameters buffer with the names used in other IPA interfaces. Signed-off-by: Umang Jain Reviewed-by: Kieran Bingham Reviewed-by: Paul Elder --- include/libcamera/ipa/vimc.mojom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libcamera/ipa/vimc.mojom') diff --git a/include/libcamera/ipa/vimc.mojom b/include/libcamera/ipa/vimc.mojom index cdc03ffb..718b9674 100644 --- a/include/libcamera/ipa/vimc.mojom +++ b/include/libcamera/ipa/vimc.mojom @@ -37,9 +37,9 @@ interface IPAVimcInterface { * interface functions that mimick how other pipeline handlers typically * handle parameters at runtime. */ - [async] fillParams(uint32 frame, uint32 bufferId); + [async] fillParamsBuffer(uint32 frame, uint32 bufferId); }; interface IPAVimcEventInterface { - paramsFilled(uint32 bufferId); + paramsBufferReady(uint32 bufferId); }; -- cgit v1.2.1