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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ESDescriptor.java 104 int baseSize = 1 /*tag*/ + getSizeBytes() + 2 + 1 + (streamDependenceFlag == 1 ? 2 : 0) + (URLFlag == 1 ? 1 + URLLength : 0) + (oCRstreamFlag == 1 ? 2 : 0);
107 if (getSize() > baseSize + 2) {
114 baseSize += size;
116 baseSize += read;
124 if (getSize() > baseSize + 2) {
131 baseSize += size;
133 baseSize += read;
142 while (getSize() - baseSize > 2) {
150 baseSize += size;
152 baseSize += read;
    [all...]
  /frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java 132 Point baseSize = new Point();
135 mWm.getBaseDisplaySize(Display.DEFAULT_DISPLAY, baseSize);
137 if (!initialSize.equals(baseSize)) {
138 System.out.println("Override size: " + baseSize.x + "x" + baseSize.y);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 93 float baseSize = getContext().getResources().getDisplayMetrics().density * 5f;
94 float baseSpeed = baseSize * 3;
96 mShipSize = baseSize * 3;
100 mBulletSize = baseSize;
103 mMinObstacleSize = baseSize * 2;
104 mMaxObstacleSize = baseSize * 12;
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 727 size_t baseSize = 0;
730 &mParent.mData[mOffset + 4], &baseSize)) {
734 baseSize = U32_AT(&mParent.mData[mOffset + 4]);
737 if (baseSize == 0) {
742 if (SIZE_MAX - 10 <= baseSize) {
746 mFrameSize = 10 + baseSize; // add tag id, size field and flags
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 161 const int baseSize = RESULT_BLOCK_BASE_SIZE;
165 if (alignment == 0 || (baseSize % alignment == 0))
166 return baseSize;
168 return (baseSize/alignment + 1)*alignment;
es31fTextureLevelStateQueryTests.cpp 476 const int baseSize = getPixelSize(internalFormat);
483 texGen.texBufferDataSize = 32 * baseSize + (baseSize - 1);
500 const int baseSize = getPixelSize(internalFormat);
507 texGen.texBufferDataSize = 16 * baseSize + (baseSize - 1);
623 const int baseSize = getPixelSize(internalFormats[internalFormatNdx]);
636 texGen.texBufferDataSize = 32 * baseSize + (baseSize - 1);
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fSSBOLayoutCase.cpp     [all...]
es31fCopyImageTests.cpp 360 IVec3 getLevelSize (deUint32 target, const IVec3& baseSize, int level)
367 size[i] = de::max(baseSize[i] >> level, 1);
372 size[i] = de::max(baseSize[i] >> level, 1);
374 size[2] = baseSize[2];
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 95 float baseSize = getContext().getResources().getDisplayMetrics().density * 5f;
96 mBaseSpeed = baseSize * 3;
98 mShipSize = baseSize * 3;
100 mBulletSize = baseSize;
102 mMinObstacleSize = baseSize * 2;
103 mMaxObstacleSize = baseSize * 12;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 72 const vk::VkDeviceSize baseSize)
79 if (alignment == 0 || (baseSize % alignment == 0))
80 return baseSize;
82 return (baseSize / alignment + 1)*alignment;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 854 unsigned baseSize = sizeof(btQuantizedBvh) + getAlignmentSerializationPadding();
855 baseSize += sizeof(btBvhSubtreeInfo) * m_subtreeHeaderCount;
858 return baseSize + m_curNodeIndex * sizeof(btQuantizedBvhNode);
860 return baseSize + m_curNodeIndex * sizeof(btOptimizedBvhNode);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 660 milliseconds