Function: dvpp_get_pic_desc_format
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the image description parameter: image format.
Prototype
- C Prototype
1acldvppPixelFormat acldvppGetPicDescFormat(const acldvppPicDesc *picDesc)
- Python Function
1format = acl.media.dvpp_get_pic_desc_format(dvpp_pic_desc)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_pic_desc |
Int, pointer address of the image description. |
Return Value Description
Return Value |
Description |
|---|---|
format |
int, image format. For details, see acldvppPixelFormat. |
Parent topic: common