Function: dvpp_get_stream_desc_data
C Prototype |
void *acldvppGetStreamDescData(const acldvppStreamDesc *streamDesc) |
|---|---|
Python Function |
data_dev = acl.media.dvpp_get_stream_desc_data(dvpp_stream_desc) |
Function Usage |
Obtains 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. |
Return Value |
data_dev: int, video stream data memory on the device. |
Restrictions |
None |
Parent topic: common