Function: dvpp_get_pic_desc_width_stride
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the image description parameter: width stride.
Prototype
- C Prototype
1uint32_t acldvppGetPicDescWidthStride(const acldvppPicDesc *picDesc)
- Python Function
1width_stride = acl.media.dvpp_get_pic_desc_width_stride(dvpp_pic_desc)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_pic_desc |
Int, pointer address of the image description. |
Return Value Description
Return Value |
Description |
|---|---|
width_stride |
Int, width stride. |
Parent topic: common