Home
last modified time | relevance | path

Searched refs:NAL_CODED_SLICE (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_nal_unit.h51 NAL_CODED_SLICE = 1, enumerator
Dh264bsd_slice_header.c114 ASSERT( pNalUnit->nalUnitType == NAL_CODED_SLICE || in h264bsdDecodeSliceHeader()
590 nalUnitType == NAL_CODED_SLICE || in DecRefPicMarking()
Dh264bsd_decoder.c302 case NAL_CODED_SLICE: in h264bsdDecode()
Dh264bsd_storage.c656 else if ( nuNext->nalUnitType != NAL_CODED_SLICE && in h264bsdCheckAccessUnitBoundary()