Home | History | Annotate | Download | only in source

Lines Matching refs:decInput

47     H264SwDecInput decInput;
108 decInput.pStream = byteStrmStart;
109 decInput.dataLen = strmLen;
110 decInput.intraConcealmentMethod = 0;
128 ret = H264SwDecDecode(decInst, &decInput, &decOutput);
153 decInput.dataLen -=
154 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
155 decInput.pStream = decOutput.pStrmCurrPos;
164 decInput.dataLen -=
165 (u32)(decOutput.pStrmCurrPos - decInput.pStream);
166 decInput.pStream = decOutput.pStrmCurrPos;
202 } while (decInput.dataLen > 0);