Searched refs:nal_ref_idc (Results 1 – 2 of 2) sorted by relevance
249 int nal_ref_idc = (type >> 5) & 3; in readSamples() local251 …tartcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_idc + " (size " + s… in readSamples()252 NALActions action = handleNALUnit(nal_ref_idc, nal_unit_type, data); in readSamples()344 …private NALActions handleNALUnit(int nal_ref_idc, int nal_unit_type, byte[] data) throws IOExcepti… in handleNALUnit() argument
123 WORD32 nal_ref_idc) in ih264e_generate_nal_unit_header() argument132 ((nal_ref_idc << 5) + nal_unit_type), in ih264e_generate_nal_unit_header()