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