Function: dvpp_set_stream_desc_data

C Prototype

aclError acldvppSetStreamDescData(acldvppStreamDesc *streamDesc, void *dataDev)

Python Function

ret = acl.media.dvpp_set_stream_desc_data(dvpp_stream_desc, data_dev)

Function Usage

Sets the video stream description parameter: video stream data memory on the device.

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.

data_dev: int, video stream data memory on the device.

Return Value

ret: int, error code.

Restrictions

None