Home
last modified time | relevance | path

Searched refs:H265E_SEI_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_codec.h44 #define H265E_SEI_BUF_SIZE 1024 macro
45 #define H265E_EXTRA_INFO_BUF_SIZE (H265E_PS_BUF_SIZE + H265E_SEI_BUF_SIZE)
H A Dh265e_header_gen.c689 info->sei_buf = mpp_calloc_size(RK_U8, H265E_SEI_BUF_SIZE); in h265e_init_extra_info()