Home
last modified time | relevance | path

Searched refs:nbrOfErrMBs (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DDecTestBench.c319 if (decPicture.nbrOfErrMBs) in main()
321 DEBUG((", concealed %d\n", decPicture.nbrOfErrMBs)); in main()
327 numErrors += decPicture.nbrOfErrMBs; in main()
381 if (decPicture.nbrOfErrMBs) in main()
383 DEBUG((", concealed %d\n", decPicture.nbrOfErrMBs)); in main()
389 numErrors += decPicture.nbrOfErrMBs; in main()
DEvaluationTestBench.c176 decPicture.nbrOfErrMBs); in main()
219 decPicture.nbrOfErrMBs); in main()
DTestBenchMultipleInstance.c266 numErrors += decoder[i]->decPicture.nbrOfErrMBs; in main()
272 decoder[i]->decPicture.nbrOfErrMBs)); in main()
321 decoder[i]->decPicture.nbrOfErrMBs)); in main()
DH264SwDecApi.c564 pOutput->nbrOfErrMBs = numErrMbs; in H264SwDecNextPicture()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
DH264SwDecApi.h102 u32 nbrOfErrMBs; /* Number of concealed MB's in the picture */ member