OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpImage
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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
...]
/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/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp
939
SkAutoTMalloc<float>
tmpImage
(tmpSize);
940
memset(
tmpImage
, 0, tmpSize*sizeof(
tmpImage
[0]));
945
float *outPixel =
tmpImage
+ (x-pad)*tmpWidth + y + 2*pad; // transposed output
959
float *srcScanline =
tmpImage
+ y*tmpWidth;
[
all
...]
/external/skia/src/effects/
SkBlurMask.cpp
939
SkAutoTMalloc<float>
tmpImage
(tmpSize);
940
memset(
tmpImage
, 0, tmpSize*sizeof(
tmpImage
[0]));
945
float *outPixel =
tmpImage
+ (x-pad)*tmpWidth + y + 2*pad; // transposed output
959
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 1111 milliseconds