Function: dvpp_get_stream_desc_size

C Prototype

uint32_t acldvppGetStreamDescSize(const acldvppStreamDesc *streamDesc)

Python Function

size = acl.media.dvpp_get_stream_desc_size(dvpp_stream_desc)

Function Usage

Obtains 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.

Return Value

size: int, memory size, in bytes.

Restrictions

None