vpc_destroy_chn
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
Description
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)
Parameters
|
Parameter |
Description |
|---|---|
|
chn |
Int, channel ID for image processing.
|
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
The channel ID must not be greater than the maximum channel ID.
Parent topic: VPC APIs