Function: dvpp_get_pic_desc_height
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the image description parameter: source image height.
Prototype
- C Prototype
1uint32_t acldvppGetPicDescHeight(const acldvppPicDesc *picDesc)
- Python Function
1height = acl.media.dvpp_get_pic_desc_height(dvpp_pic_desc)
Parameters
Parameter |
Description |
|---|---|
dvpp_pic_desc |
Int, pointer address of the image description. |
Return Value
Return Value |
Description |
|---|---|
height |
Int, height of the source image. |
Parent topic: common