Searched refs:indexSize (Results 1 - 19 of 19) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java64 public int indexSize = 0; field in class:ItemLocationBox
88 IsoTypeWriter.writeUInt8(byteBuffer, (baseOffsetSize << 4 | indexSize));
108 indexSize = tmp & 0xf;
142 return indexSize;
145 public void setIndexSize(int indexSize) { argument
146 this.indexSize = indexSize;
305 if ((getVersion() == 1) && indexSize > 0) {
306 extentIndex = IsoTypeReaderVariable.read(in, indexSize);
313 if ((getVersion() == 1) && indexSize >
[all...]
/external/lzma/C/
H A DXzIn.c117 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc) argument
122 if (indexSize > ((UInt32)1 << 31))
124 size = (size_t)indexSize;
125 if (size != indexSize)
144 UInt64 indexSize; local
198 indexSize = ((UInt64)GetUi32(buf + 4) + 1) << 2;
200 *startOffset = -(Int64)(indexSize + XZ_STREAM_FOOTER_SIZE);
203 RINOK(Xz_ReadIndex(p, stream, indexSize, alloc));
207 UInt64 sum = XZ_STREAM_HEADER_SIZE + totalSize + indexSize;
H A DXzDec.c506 static Bool Xz_CheckFooter(CXzStreamFlags flags, UInt64 indexSize, const Byte *buf) argument
509 indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2) &&
668 p->indexSize += num;
704 p->indexSize = 0;
721 p->indexSize += p->indexPreSize;
796 if (p->indexPos < p->indexSize)
798 UInt64 cur = p->indexSize - p->indexPos;
813 p->indexSize++;
821 p->indexSize += 4;
862 if (!Xz_CheckFooter(p->streamFlags, p->indexSize,
[all...]
H A DXz.h208 UInt64 indexSize; member in struct:__anon14050
H A DXzEnc.c118 UInt32 indexSize = (UInt32)((globalPos >> 2) - 1); local
119 SetUi32(buf + 4, indexSize);
/external/pdfium/core/fpdftext/
H A Dcpdf_textpagefind.cpp53 int indexSize = pdfium::CollectionSize<int>(m_CharIndex); local
56 if (indexSize % 2) {
59 if (indexSize <= 0)
61 m_CharIndex[indexSize - 1] += 1;
64 if (indexSize % 2) {
65 if (indexSize <= 0)
67 m_CharIndex[indexSize - 1] = i + 1;
73 int indexSize = pdfium::CollectionSize<int>(m_CharIndex); local
74 if (indexSize % 2)
75 m_CharIndex.erase(m_CharIndex.begin() + indexSize
[all...]
H A Dcpdf_textpage.cpp171 int indexSize = pdfium::CollectionSize<int>(m_CharIndex); local
175 if (indexSize % 2) {
178 if (indexSize <= 0)
180 m_CharIndex[indexSize - 1] += 1;
183 if (indexSize % 2) {
184 if (indexSize <= 0)
186 m_CharIndex[indexSize - 1] = i + 1;
192 int indexSize = pdfium::CollectionSize<int>(m_CharIndex); local
193 if (indexSize % 2)
194 m_CharIndex.erase(m_CharIndex.begin() + indexSize
202 int indexSize = pdfium::CollectionSize<int>(m_CharIndex); local
213 int indexSize = pdfium::CollectionSize<int>(m_CharIndex); local
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.hpp59 virtual void drawIndexedPrimitive(PrimitiveType type, unsigned int indexOffset, unsigned int primitiveCount, int indexSize);
H A DDevice.cpp305 void Device::drawIndexedPrimitive(PrimitiveType type, unsigned int indexOffset, unsigned int primitiveCount, int indexSize) argument
314 if(indexSize == 4)
328 else if(indexSize == 2)
342 else if(indexSize == 1)
356 else UNREACHABLE(indexSize);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render.c438 unsigned indexSize,
463 if (indexSize == 2 && (start & 1) &&
479 offset_dwords = indexSize * start / sizeof(uint32_t);
486 if (indexSize == 4) {
598 unsigned indexSize = r300->index_buffer.index_size; local
614 &indexSize, index_offset, &start, count);
617 if (indexSize == 2 && (start & 1) && indexBuffer) {
630 r300_upload_index_buffer(r300, &indexBuffer, indexSize, &start,
636 r300_upload_index_buffer(r300, &indexBuffer, indexSize,
649 r300_emit_draw_elements(r300, indexBuffer, indexSize,
436 r300_emit_draw_elements(struct r300_context *r300, struct pipe_resource* indexBuffer, unsigned indexSize, unsigned max_index, unsigned mode, unsigned start, unsigned count, uint16_t *imm_indices3) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGrid.java373 final int indexSize = mIndexBuffer.capacity() * 2;
376 gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, indexSize, mIndexBuffer,
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp356 const deUint32 indexSize = getIndexSize(root); local
358 if (indexSize > 0)
360 dst->resize(indexSize);
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp2962 int indexSize = 0; local
2964 indexSize = 1;
2966 indexSize = 2;
2968 indexSize = 4;
2972 if (indexPointerOffset % indexSize != 0)
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp714 const deUint32 indexSize = m_data.params.firstIndex + m_data.params.indexCount; local
717 m_data.indexes = std::vector<deUint32>(indexSize, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 444 milliseconds