vpc_destroy_chn
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
Function Usage
Destroys an image processing channel.
Prototype
- C Prototype
1hi_s32 hi_mpi_vpc_destroy_chn(hi_vpc_chn chn);
- Python Function
1ret = acl.himpi.vpc_destroy_chn(chn)
Parameter Description
|
Parameter |
Description |
|---|---|
|
chn |
Int, channel ID for image processing. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
The channel ID must be within the maximum channel ID.
Parent topic: VPC APIs