OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decInput
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c
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)
[
all
...]
DecTestBench.c
95
H264SwDecInput
decInput
;
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
.pStream)
[
all
...]
TestBenchMultipleInstance.c
46
H264SwDecInput
decInput
;
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
.pStream)
[
all
...]
Completed in 45 milliseconds