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

  /external/mesa3d/src/mesa/swrast/
s_copypix.c 102 GLfloat *tmpImage, *p;
142 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat) * 4);
143 if (!tmpImage) {
148 p = tmpImage;
154 p = tmpImage;
157 tmpImage = NULL; /* silence compiler warnings */
199 free(tmpImage);
249 GLfloat *p, *tmpImage, *depth;
289 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat));
290 if (!tmpImage) {
    [all...]
  /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/skia/src/effects/
SkBlurMask.cpp 934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
940 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output
954 float *srcScanline = tmpImage + y*tmpWidth;
    [all...]
  /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...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 126 milliseconds