Searched refs:tmpImage (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c90 u8 *tmpImage = NULL; local
256 tmpImage = malloc(picSize);
257 if (tmpImage == NULL)
295 /*lint -esym(644,tmpImage,picSize) variable initialized at
339 tmp = CropPicture(tmpImage, imageData,
344 WriteOutput(outFileName, tmpImage, picSize);
398 tmp = CropPicture(tmpImage, imageData,
403 WriteOutput(outFileName, tmpImage, picSize);
419 free(tmpImage);
H A DTestBenchMultipleInstance.c354 u8 *tmpImage = NULL; local
362 tmpImage = malloc(picSize);
363 if (tmpImage == NULL)
365 tmp = CropPicture(tmpImage, imageData,
370 WriteOutput(foutput, tmpImage, picSize);
371 free(tmpImage);

Completed in 182 milliseconds