HomeSort by relevance Sort by last modified time
    Searched refs:nbrOfErrMBs (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 102 u32 nbrOfErrMBs; /* Number of concealed MB's in the picture */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 319 if (decPicture.nbrOfErrMBs)
321 DEBUG((", concealed %d\n", decPicture.nbrOfErrMBs));
327 numErrors += decPicture.nbrOfErrMBs;
381 if (decPicture.nbrOfErrMBs)
383 DEBUG((", concealed %d\n", decPicture.nbrOfErrMBs));
389 numErrors += decPicture.nbrOfErrMBs;
EvaluationTestBench.c 176 decPicture.nbrOfErrMBs);
219 decPicture.nbrOfErrMBs);
TestBenchMultipleInstance.c 266 numErrors += decoder[i]->decPicture.nbrOfErrMBs;
272 decoder[i]->decPicture.nbrOfErrMBs));
321 decoder[i]->decPicture.nbrOfErrMBs));
H264SwDecApi.c 571 pOutput->nbrOfErrMBs = numErrMbs;

Completed in 55 milliseconds