Function: dvpp_set_stream_desc_size
C Prototype |
aclError acldvppSetStreamDescSize(acldvppStreamDesc *streamDesc, uint32_t size) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_stream_desc_size(dvpp_stream_desc, size) |
Function Usage |
Sets the video stream description parameter: the size of the video stream data memory. |
Input Description |
dvpp_stream_desc: int, pointer address of the video stream description. Call acl.media.dvpp_create_stream_desc to create data of the acldvppStreamDesc type in advance. size: int, memory size, in bytes. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: common