Function: dvpp_create_resize_config
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
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()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
dvpp_resize_config |
Int, pointer address of acldvppResizeConfig type data.
|