hi_vdec_get_tmv_buf_size

Applicability

Product

Supported

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Obtains the requested TMV buffer allocation.

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

Decode type.

width

Input

Width of the image to decode.

height

Input

Height of the image to decode.

Returns

Size of the TMV buffer.

See Also

For details about the API call sequence and example, see VDEC.