Function: dvpp_get_stream_desc_data

Applicability

Product

Supported (Yes/No)

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

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

Prototype

  • C Prototype
    1
    void *acldvppGetStreamDescData(const acldvppStreamDesc *streamDesc)
    
  • Python Function
    1
    data_dev = acl.media.dvpp_get_stream_desc_data(dvpp_stream_desc)
    

Parameters

Parameter

Input/Output

Description

dvpp_stream_desc

Input

Int, pointer address of the video stream description.

data_dev

Input

Int, video stream data memory on the device.

Return Value

Return Value

Description

ret

Int, error code. 0 on success; else, failure.