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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 253 uint32_t tmpSize;
258 tmpSize = pContext->replySize;
259 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) {
260 tmpSize *= 2;
262 if (tmpSize > pContext->replySize) {
263 ALOGV("Effect_command grow reply buf to %d", tmpSize);
264 pContext->replyData = (char *)realloc(pContext->replyData, tmpSize);
265 pContext->replySize = tmpSize;
267 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);
  /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 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/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 921 int tmpSize = tmpWidth * tmpHeight;
923 SkAutoTMalloc<float> tmpImage(tmpSize);
924 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 921 int tmpSize = tmpWidth * tmpHeight;
923 SkAutoTMalloc<float> tmpImage(tmpSize);
924 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.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 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 373 milliseconds