Searched refs:resize (Results 76 - 100 of 105) sorted by relevance

12345

/frameworks/rs/
H A DrsDriverLoader.cpp90 ret &= fn(RS_HAL_ALLOCATION_RESIZE, (void **)&rsc->mHal.funcs.allocation.resize);
H A Drs_hal.h224 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1704::__anon1706
H A DrsAllocation.cpp570 rsc->mHal.funcs.allocation.resize(rsc, this, t.get(), mHal.state.hasReferences);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp731 mMediaBuffers.resize(mInputBuffers.size());
736 mInputBufferIsDequeued.resize(mInputBuffers.size());
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp229 configs->resize(numConfigs);
296 outColorModes->resize(numModes);
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp356 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount,
/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp90 outData->points.resize(from.points.size());
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp177 packageName.resize(len);
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp534 SpellingBuffer.resize(PragmaToken.getLength() + 1);
/frameworks/native/libs/binder/
H A DParcel.cpp1469 val->resize(size);
1584 val->resize(size);
1803 // Note that while it is probably safe to assume string::resize keeps a
1805 str->resize(utf8Size);
1807 str->resize(utf8Size - 1);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLogger.java434 byteArrayRingBuffer.resize(mMaxRingBufferSizeBytes);
/frameworks/minikin/libs/minikin/
H A DLayout.cpp139 layout->mAdvances.resize(mCount, 0);
588 mAdvances.resize(count, 0);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp2028 mSurfaceDamage.resize(damage.numRects);
2136 regions.resize(40, ' ');
2148 line.resize(40, ' ');
H A DHWComposer.cpp278 mDisplayData.resize(displaySlot + 1);
H A DHWC2.cpp602 outModes->resize(numModes);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java422 mPreparedStatementCache.resize(configuration.maxSqlCacheSize);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java626 final void resize(int newWidth, int newHeight) { method in class:Keyboard
654 // also recalculate the vertical sizes/positions when we get this resize call.
H A DKeyboardView.java636 mKeyboard.resize(w, h);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java315 void resize(Rect contentRect) { method in class:DisplayContent
422 // touch area for resize.
/frameworks/native/include/binder/
H A DParcel.h596 val->resize(size);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp243 if (mCurrentThumbnail.resize(size) < 0) {
244 ALOGE("%s: Could not resize thumbnail buffer.", __FUNCTION__);
610 if (row.resize(mRowStride) < 0) {
/frameworks/base/libs/hwui/
H A DRenderNode.cpp329 mLayer = renderState.layerPool().resize(mLayer, getWidth(), getHeight());
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2072 public synchronized void resize(int dimX) { method in class:Allocation
2080 mRS.finish(); // Necessary because resize is fifoed and update is async.

Completed in 4413 milliseconds

12345