Home
last modified time | relevance | path

Searched defs:IS_IRAP (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h129 #define IS_IRAP(s) (s->nal_unit_type >= 16 && s->nal_unit_type <= 23) macro
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h34 #define IS_IRAP(nal_type) (nal_type >= 16 && nal_type <= 23) macro