Home | History | Annotate | Download | only in source

Lines Matching refs:nalUnitType

69     decRefPicMarking_t *pDecRefPicMarking, nalUnitType_e nalUnitType,
112 ASSERT( pNalUnit->nalUnitType == NAL_CODED_SLICE ||
113 pNalUnit->nalUnitType == NAL_CODED_SLICE_IDR );
304 pNalUnit->nalUnitType, pSeqParamSet->numRefFrames);
559 nalUnitType type of the current NAL unit
572 decRefPicMarking_t *pDecRefPicMarking, nalUnitType_e nalUnitType,
587 ASSERT( nalUnitType == NAL_CODED_SLICE_IDR ||
588 nalUnitType == NAL_CODED_SLICE ||
589 nalUnitType == NAL_SEI );
592 if (nalUnitType == NAL_CODED_SLICE_IDR)
854 nalUnitType type of the current NAL unit
868 nalUnitType_e nalUnitType,
883 /* nalUnitType must be equal to 5 because otherwise idrPicId is not
885 if (nalUnitType != NAL_CODED_SLICE_IDR)
939 nalUnitType type of the current NAL unit
953 nalUnitType_e nalUnitType,
1003 if (nalUnitType == NAL_CODED_SLICE_IDR)
1039 nalUnitType type of the current NAL unit
1053 nalUnitType_e nalUnitType,
1104 if (nalUnitType == NAL_CODED_SLICE_IDR)
1144 nalUnitType type of the current NAL unit
1160 nalUnitType_e nalUnitType,
1212 if (nalUnitType == NAL_CODED_SLICE_IDR)
1250 nalUnitType type of the current NAL unit
1265 nalUnitType_e nalUnitType,
1318 if (nalUnitType == NAL_CODED_SLICE_IDR)
1388 nalUnitType type of the current NAL unit
1398 /*lint -e715 disable lint info nalUnitType not referenced */
1403 nalUnitType_e nalUnitType)
1419 ASSERT(nalUnitType == NAL_CODED_SLICE_IDR);