vdec_get_tmv_buf_size
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
Function Usage
Obtains the requested TMV buffer allocation.
Prototype
- C Prototype
1hi_u32 hi_vdec_get_tmv_buf_size(hi_payload_type type, hi_u32 width, hi_u32 height);
- Python Function
1ret = acl.himpi.vdec_get_tmv_buf_size(type, width, height)
Parameter Description
|
Parameter |
Description |
|---|---|
|
type |
Int, decoding video type. For details, see hi_payload_type. |
|
width |
Int, input image width. |
|
height |
Int, input image height. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
This API is provided to calculate the requested TMV buffer allocation so that the corresponding parameters can be initialized during channel creation.