Function: dvpp_create_stream_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the acldvppStreamDesc type as a video stream description.
To destroy data of the acldvppStreamDesc type, call acl.media.dvpp_destroy_stream_desc.
Prototype
- C Prototype
1acldvppStreamDesc *acldvppCreateStreamDesc()
- Python Function
1dvpp_stream_desc = acl.media.dvpp_create_stream_desc()
Parameter Description
Parameter |
Description |
|---|---|
dvpp_stream_desc |
Int, pointer address of the acldvppStreamDesc type.
|
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: common