hi_vdec_get_tmv_buf_size
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
☓ |
Function Description
Obtains the size of the TMV buffer.
This API is provided to calculate the requested TMV buffer allocation so that the corresponding parameters can be initialized during channel creation.
Prototype
hi_u32 hi_vdec_get_tmv_buf_size(hi_payload_type type, hi_u32 width, hi_u32 height)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
type |
Input |
Decoded video type. |
|
width |
Input |
Width of the decoded picture |
|
height |
Input |
Height of the decoded picture |
Returns
Size of the TMV buffer.