Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h125 #define IS_IDR(s) (s->nal_unit_type == NAL_IDR_W_RADL || s->nal_unit_type == NAL_IDR_N_LP) macro
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h31 #define IS_IDR(nal_type) (nal_type == 19 || nal_type == 20) macro