Home
last modified time | relevance | path

Searched defs:nal_type (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h32 #define IS_IDR(nal_type) (nal_type == 19 || nal_type == 20) argument
33 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) argument
34 #define IS_IRAP(nal_type) (nal_type >= 16 && nal_type <= 23) argument
H A Dhal_h265d_com.c374 RK_U32 nal_type; in hal_h265d_slice_output_rps() local
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c27 RK_U32 nal_type = 0; in h265e_get_nal_type() local
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c418 RK_U32 nal_type; in h265d_syntax_fill_slice() local
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h325 RK_U32 nal_type; member