venc_get_qpmap_stride
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
x |
Function Usage
Obtains the stride of the QpMap table.
Prototype
- C Prototype
1hi_s32 hi_mpi_venc_get_qpmap_stride(hi_u32width)
- Python Function
1stride = acl.himpi.venc_get_qpmap_stride(width)
Parameter Description
Parameter |
Description |
|---|---|
width |
Int, width of the encoded image. |
Return Value Description
Return Value |
Description |
|---|---|
stride |
Int.
|
Parent topic: VENC/JPEGE APIs