Function: dvpp_get_pic_desc_width_stride
C Prototype |
uint32_t acldvppGetPicDescWidthStride(const acldvppPicDesc *picDesc) |
|---|---|
Python Function |
width_stride = acl.media.dvpp_get_pic_desc_width_stride(dvpp_pic_desc) |
Function Usage |
Obtains the image description parameter: width after alignment. |
Input Description |
dvpp_pic_desc: int, pointer address of the image description. |
Return Value |
width_stride: int, width after alignment. |
Restrictions |
None |
Parent topic: common