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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user