Function: dvpp_create_resize_config
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates data of the acldvppResizeConfig type as an image resizing configuration.
To destroy data of the acldvppResizeConfig type, call acl.media.dvpp_destroy_resize_config.
For the
For the
For the
For the
For the
Prototype
- C Prototype
1acldvppResizeConfig *acldvppCreateResizeConfig()
- Python Function
1dvpp_resize_config = acl.media.dvpp_create_resize_config()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
dvpp_resize_config |
Int, pointer address of acldvppResizeConfig type data.
|