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

1 2 3

  /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/opencv3/3rdparty/openexr/IlmImf/
ImfPxr24Compressor.cpp 424 uLongf tmpSize = _maxScanLineSize * _numScanLines;
427 &tmpSize,
468 if (tmpBufferEnd - _tmpBuffer > tmpSize)
494 if (tmpBufferEnd - _tmpBuffer > tmpSize)
518 if (tmpBufferEnd - _tmpBuffer > tmpSize)
543 if (tmpBufferEnd - _tmpBuffer < tmpSize)
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 358 int tmpSize = 0;
372 tmpSize += valueCount;
384 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
ImmutableSetMultimap.java 503 int tmpSize = 0;
522 tmpSize += valueCount;
534 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
  /frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java 745 final int tmpSize = mTmpRecents.size();
746 for (int i = 0; i < tmpSize - 1; ++i) {
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 473 size_t tmpSize = 0;
486 &tmpSig, &tmpSize, tmpNameReduce, tmpNameInitializer, tmpNameAccumulator,
510 reduceDescriptions[i].accumSize = tmpSize;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 204 uint64_t tmpSize = (pixelFmt == HAL_PIXEL_FORMAT_BLOB) ? grallocBufWidth :
209 tmpSize = 4 * (grallocBufWidth + grallocBufStride * (grallocBufHeight - 1));
216 if (tmpSize > SIZE_MAX) {
222 size_t totalSizeBytes = tmpSize;
  /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/skia/src/effects/
SkBlurMask.cpp 930 int tmpSize = tmpWidth * tmpHeight;
932 SkAutoTMalloc<float> tmpImage(tmpSize);
933 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 971 size_t tmpSize = sourceBytes.size();
974 if (tmpSize == 0) {
986 twosComplement.reset(new unsigned char[tmpSize]);
988 memcpy(twosBytes, tmp, tmpSize);
992 for (ssize_t i = tmpSize - 1; i >= 0; i--) {
999 BIGNUM *ret = BN_bin2bn(tmp, tmpSize, *dest);
1027 size_t tmpSize = sourceBytes.size();
1029 if (tmpSize == 0) {
1040 while (tmpSize > 0 && tmp[0] == 0) {
1042 tmpSize--
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 

Completed in 1186 milliseconds

1 2 3