Home
last modified time | relevance | path

Searched refs:NAL_SEI (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_nal_unit.h53 NAL_SEI = 6, enumerator
Dh264bsd_nal_unit.c107 else if ( ( (tmp == NAL_SEI) || (tmp == NAL_ACCESS_UNIT_DELIMITER) || in h264bsdDecodeNalUnit()
Dh264bsd_decoder.c463 case NAL_SEI: in h264bsdDecode()
Dh264bsd_slice_header.c591 nalUnitType == NAL_SEI ); in DecRefPicMarking()
Dh264bsd_sei.c998 &pDecRefPicMarkingRepetition->decRefPicMarking, NAL_SEI, numRefFrames); in DecodeDecRefPicMarkingRepetition()