Searched refs:decInput (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c47 H264SwDecInput decInput; local
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
[all...]
H A DDecTestBench.c95 H264SwDecInput decInput; local
209 decInput.pStream = byteStrmStart;
210 decInput.dataLen = strmLen;
211 decInput.intraConcealmentMethod = 0;
215 if ( (tmp = NextPacket(&decInput.pStream)) != 0 )
216 decInput.dataLen = tmp;
223 decInput.picId = picDecodeNumber;
226 ret = H264SwDecDecode(decInst, &decInput, &decOutput);
273 decInput.dataLen -=
274 (u32)(decOutput.pStrmCurrPos - decInput
[all...]
H A DTestBenchMultipleInstance.c46 H264SwDecInput decInput; member in struct:__anon805
195 decoder[i]->decInput.pStream = decoder[i]->byteStrmStart;
196 decoder[i]->decInput.dataLen = strmLen;
197 decoder[i]->decInput.intraConcealmentMethod = 0;
208 &(decoder[i]->decInput),
238 decoder[i]->decInput.dataLen -=
240 decoder[i]->decInput.pStream);
241 decoder[i]->decInput.pStream =
246 decoder[i]->decInput.dataLen -=
248 decoder[i]->decInput
[all...]

Completed in 95 milliseconds