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 <umang.jain@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Umang Jain
2022-03-31 22:23:19 +05:30
parent 08d7e66df0
commit 28a44e80f0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 {