OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempStorage
(Results
1 - 8
of
8
) sorted by null
/external/opencv/cvaux/src/
cvbgfg_common.cpp
76
CvMemStorage*
tempStorage
= storage ? storage : cvCreateMemStorage();
86
scanner = cvStartFindContours( mask,
tempStorage
,
99
newC = cvApproxPoly( c, sizeof(CvContour),
tempStorage
, CV_POLY_APPROX_DP, 2, 0 );
101
newC = cvConvexHull2( c,
tempStorage
, CV_CLOCKWISE, 1 );
114
if(
tempStorage
!= storage )
116
cvReleaseMemStorage( &
tempStorage
);
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
490
byte []
tempStorage
= null;
491
if (opts != null)
tempStorage
= opts.inTempStorage;
492
if (
tempStorage
== null)
tempStorage
= new byte[16 * 1024];
493
bm = nativeDecodeStream(is,
tempStorage
, outPadding, opts);
BitmapRegionDecoder.java
122
byte []
tempStorage
= new byte[16 * 1024];
123
return nativeNewInstance(is,
tempStorage
, isShareable);
YuvImage.java
239
int quality, OutputStream stream, byte[]
tempStorage
);
Bitmap.java
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
257
OutputStream stream, byte[]
tempStorage
) {
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 88 milliseconds