Home | History | Annotate | Download | only in source

Lines Matching refs:u32

60     u32 frameNum;
63 u32 toBeDisplayed;
64 u32 picId;
65 u32 numErrMbs;
66 u32 isIdr;
72 u32 picId;
73 u32 numErrMbs;
74 u32 isIdr;
83 u32 numOut;
84 u32 outIndex;
85 u32 maxRefFrames;
86 u32 dpbSize;
87 u32 maxFrameNum;
88 u32 maxLongTermFrameIdx;
89 u32 numRefFrames;
90 u32 fullness;
91 u32 prevRefFrameNum;
92 u32 lastContainsMmco5;
93 u32 noReordering;
94 u32 flushed;
101 u32 h264bsdInitDpb(
103 u32 picSizeInMbs,
104 u32 dpbSize,
105 u32 numRefFrames,
106 u32 maxFrameNum,
107 u32 noReordering);
109 u32 h264bsdResetDpb(
111 u32 picSizeInMbs,
112 u32 dpbSize,
113 u32 numRefFrames,
114 u32 maxFrameNum,
115 u32 noReordering);
121 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index);
123 u32 h264bsdReorderRefPicList(
126 u32 currFrameNum,
127 u32 numRefIdxActive);
129 u32 h264bsdMarkDecRefPic(
133 u32 frameNum,
135 u32 isIdr,
136 u32 picId,
137 u32 numErrMbs);
139 u32 h264bsdCheckGapsInFrameNum(dpbStorage_t *dpb, u32 frameNum, u32 isRefPic,
140 u32 gapsAllowed);