Home | History | Annotate | Download | only in source

Lines Matching refs:u32

69 static const u32 numClockTS[9] = {1,1,1,2,2,3,3,2,3};
70 static const u32 ceilLog2NumSliceGroups[9] = {0,1,1,2,2,3,3,3,3};
76 static u32 DecodeBufferingPeriod(
79 u32 cpbCnt,
80 u32 initialCpbRemovalDelayLength,
81 u32 nalHrdBpPresentFlag,
82 u32 vclHrdBpPresentFlag);
84 static u32 DecodePictureTiming(
87 u32 cpbRemovalDelayLength,
88 u32 dpbOutputDelayLength,
89 u32 timeOffsetLength,
90 u32 cpbDpbDelaysPresentFlag,
91 u32 picStructPresentFlag);
93 static u32 DecodePanScanRectangle(
97 static u32 DecodeFillerPayload(strmData_t *pStrmData, u32 payloadSize);
99 static u32 DecodeUserDataRegisteredITuTT35(
102 u32 payloadSize);
104 static u32 DecodeUserDataUnregistered(
107 u32 payloadSize);
109 static u32 DecodeRecoveryPoint(
113 static u32 DecodeDecRefPicMarkingRepetition(
116 u32 numRefFrames);
118 static u32 DecodeSparePic(
121 u32 picSizeInMapUnits);
123 static u32 DecodeSceneInfo(
127 static u32 DecodeSubSeqInfo(
131 static u32 DecodeSubSeqLayerCharacteristics(
135 static u32 DecodeSubSeqCharacteristics(
139 static u32 DecodeFullFrameFreeze(
143 static u32 DecodeFullFrameSnapshot(
147 static u32 DecodeProgressiveRefinementSegmentStart(
151 static u32 DecodeProgressiveRefinementSegmentEnd(
155 static u32 DecodeMotionConstrainedSliceGroupSet(
158 u32 numSliceGroups);
160 static u32 DecodeReservedSeiMessage(
163 u32 payloadSize);
178 u32 h264bsdDecodeSeiMessage(
182 u32 numSliceGroups)
187 u32 tmp, payloadType, payloadSize, status;
395 static u32 DecodeBufferingPeriod(
398 u32 cpbCnt,
399 u32 initialCpbRemovalDelayLength,
400 u32 nalHrdBpPresentFlag,
401 u32 vclHrdBpPresentFlag)
406 u32 tmp, i;
474 static u32 DecodePictureTiming(
477 u32 cpbRemovalDelayLength,
478 u32 dpbOutputDelayLength,
479 u32 timeOffsetLength,
480 u32 cpbDpbDelaysPresentFlag,
481 u32 picStructPresentFlag)
486 u32 tmp, i;
678 static u32 DecodePanScanRectangle(
685 u32 tmp, i;
763 static u32 DecodeFillerPayload(strmData_t *pStrmData, u32 payloadSize)
794 static u32 DecodeUserDataRegisteredITuTT35(
797 u32 payloadSize)
802 u32 tmp, i, j;
860 static u32 DecodeUserDataUnregistered(
863 u32 payloadSize)
868 u32 i, tmp;
915 static u32 DecodeRecoveryPoint(
922 u32 tmp;
969 static u32 DecodeDecRefPicMarkingRepetition(
972 u32 numRefFrames)
977 u32 tmp;
1017 static u32 DecodeSparePic(
1020 u32 picSizeInMapUnits)
1025 u32 tmp, i, j, mapUnitCnt;
1070 ALLOCATE(pSparePic->spareUnitFlag[i], picSizeInMapUnits, u32);
1087 ALLOCATE(pSparePic->zeroRunLength[i], picSizeInMapUnits, u32);
1127 static u32 DecodeSceneInfo(
1134 u32 tmp;
1187 static u32 DecodeSubSeqInfo(
1194 u32 tmp;
1260 static u32 DecodeSubSeqLayerCharacteristics(
1267 u32 tmp, i;
1319 static u32 DecodeSubSeqCharacteristics(
1326 u32 tmp, i;
1428 static u32 DecodeFullFrameFreeze(
1435 u32 tmp;
1467 static u32 DecodeFullFrameSnapshot(
1474 u32 tmp;
1504 static u32 DecodeProgressiveRefinementSegmentStart(
1511 u32 tmp;
1547 static u32 DecodeProgressiveRefinementSegmentEnd(
1554 u32 tmp;
1584 static u32 DecodeMotionConstrainedSliceGroupSet(
1587 u32 numSliceGroups)
1592 u32 tmp,i;
1658 static u32 DecodeReservedSeiMessage(
1661 u32 payloadSize)
1666 u32 i, tmp;