Searched defs:IS_IDR (Results 1 – 2 of 2) sorted by relevance
125 #define IS_IDR(s) (s->nal_unit_type == NAL_IDR_W_RADL || s->nal_unit_type == NAL_IDR_N_LP) macro
31 #define IS_IDR(nal_type) (nal_type == 19 || nal_type == 20) macro