summaryrefslogtreecommitdiff
path: root/include/libcamera/ipa/vimc.mojom
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2022-04-08 16:19:17 +0530
committerUmang Jain <umang.jain@ideasonboard.com>2022-04-13 19:04:58 +0530
commitcef3e15324f3dbf35b1434cb901b91e2a8fc980b (patch)
tree85135c763e3f44af5d8da2bbc5d3013f3b9e7728 /include/libcamera/ipa/vimc.mojom
parent52cd4dacd0ee89a3785f661592d515537180fe64 (diff)
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 <umang.jain@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'include/libcamera/ipa/vimc.mojom')
-rw-r--r--include/libcamera/ipa/vimc.mojom4
1 files changed, 2 insertions, 2 deletions
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);
};