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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 90 u8 *tmpImage = NULL;
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);
TestBenchMultipleInstance.c 354 u8 *tmpImage = NULL;
362 tmpImage = malloc(picSize);
363 if (tmpImage == NULL)
365 tmp = CropPicture(tmpImage, imageData,
370 WriteOutput(foutput, tmpImage, picSize);
371 free(tmpImage);
  /external/opencv/cvaux/src/
cvcorrimages.cpp 61 IplImage *tmpImage = 0;
123 CV_CALL( tmpImage = cvCreateImage(cvSize(w,h),32,1) );
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist);
168 cvReleaseImage(&tmpImage);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java     [all...]

Completed in 81 milliseconds