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>
This commit is contained in:
parent
52cd4dacd0
commit
cef3e15324
3 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue