HomeSort by relevance Sort by last modified time
    Searched refs:tmpSize (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 287 uint32_t tmpSize;
292 tmpSize = pContext->replySize;
293 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) {
294 tmpSize *= 2;
296 if (tmpSize > pContext->replySize) {
297 ALOGV("Effect_command grow reply buf to %d", tmpSize);
298 pContext->replyData = (char *)realloc(pContext->replyData, tmpSize);
299 pContext->replySize = tmpSize;
301 if (tmpSize > *replySize)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 352 int tmpSize = 0;
366 tmpSize += valueCount;
378 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
ImmutableSetMultimap.java 449 int tmpSize = 0;
468 tmpSize += valueCount;
480 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 214 uint64_t tmpSize = (pixelFmt == HAL_PIXEL_FORMAT_BLOB) ? grallocBufWidth :
219 tmpSize = 4 * (grallocBufWidth + grallocBufStride * (grallocBufHeight - 1));
226 if (tmpSize > SIZE_MAX) {
232 size_t totalSizeBytes = tmpSize;
  /external/chromium_org/third_party/libxml/src/
c14n.c 332 int tmpSize;
334 tmpSize = 2 * cur->nsMax;
335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
349 cur->nsMax = tmpSize;
    [all...]
  /external/libxml2/
c14n.c 334 int tmpSize;
336 tmpSize = 2 * cur->nsMax;
337 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
344 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
351 cur->nsMax = tmpSize;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 588 uint32_t tmpSize = _bufferSize;
594 newSize = tmpSize;
  /external/webrtc/src/modules/interface/
module_common_types.h 624 WebRtc_UWord32 tmpSize = _bufferSize;
630 newSize = tmpSize;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 932 int tmpSize = tmpWidth * tmpHeight;
934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 932 int tmpSize = tmpWidth * tmpHeight;
934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 782 size_t tmpSize = sourceBytes.size();
785 if (tmpSize == 0) {
797 twosComplement.reset(new unsigned char[tmpSize]);
799 memcpy(twosBytes, tmp, tmpSize);
803 for (ssize_t i = tmpSize - 1; i >= 0; i--) {
810 BIGNUM *ret = BN_bin2bn(tmp, tmpSize, *dest);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 3433 milliseconds

1 2