Home
last modified time | relevance | path

Searched refs:getOffsets (Results 1 – 19 of 19) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DSampleList.java85 …offsets2Sizes.putAll(getOffsets(movieFragmentBox, trackBox.getTrackHeaderBox().getTrackId(), track… in SampleList()
130 offsets2Sizes.putAll(getOffsets(moof, trackId, null)); in SampleList()
183 Map<Long, Long> getOffsets(MovieFragmentBox moof, long trackId, TrackExtendsBox trex) { in getOffsets() method in SampleList
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java387 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
493 dstImage.getOffsets(), dstImage.getWidth(), in decompressToYUV()
706 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
796 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
DTJCompressor.java341 srcYUVImage.getOffsets(), in compress()
439 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
443 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
DYUVImage.java367 public int[] getOffsets() { in getOffsets() method in YUVImage
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp148 auto *Offsets = VMap.getOffsets(Val); in allocateVRegs()
167 auto *Offsets = VMap.getOffsets(Val); in getOrCreateVRegs()
433 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(LI); in translateLoad()
462 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*SI.getValueOperand()); in translateStore()
509 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*Src); in translateExtractValue()
525 ArrayRef<uint64_t> DstOffsets = *VMap.getOffsets(U); in translateInsertValue()
566 VMap.getOffsets(U)->push_back(0); in translateBitCast()
940 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(V); in packRegs()
959 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(V); in unpackRegs()
1250 VMap.getOffsets(U)->push_back(0); in translateInsertElement()
[all …]
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h60 const SectionContribution *getOffsets() const { in getOffsets() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h63 const SectionContribution *getOffsets() const { in getOffsets() function
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DSampleAuxiliaryInformationOffsetsBox.java120 public List<Long> getOffsets() { in getOffsets() method in SampleAuxiliaryInformationOffsetsBox
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1475 getOffsets(x_offset, y_offset, index); in checkResult()
1543 void GPUShader5TextureGatherOffsetColor2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() function in glcts::GPUShader5TextureGatherOffsetColor2DRepeatCaseTest
1631 getOffsets(x_offset, y_offset, index); in checkResult()
1844 getOffsets(x_offset, y_offset, index); in checkResult()
2374 getOffsets(x_offset, y_offset, index); in checkResult()
2426 void GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() function in glcts::GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest
2515 getOffsets(x_offset, y_offset, index); in checkResult()
2698 getOffsets(x_offset, y_offset, index); in checkResult()
2890 getOffsets(x_offset, y_offset, index); in checkResult()
DesextcGPUShader5TextureGatherOffset.hpp438 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
652 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java728 public int[] getOffsets() { return offsets; } in TestSearchCollatorElements() method in CollationIteratorTest.TSCEItem
746 int[] offsets = tsceItem.getOffsets(); in TestSearchCollatorElements()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java731 public int[] getOffsets() { return offsets; } in TestSearchCollatorElements() method in CollationIteratorTest.TSCEItem
749 int[] offsets = tsceItem.getOffsets(); in TestSearchCollatorElements()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp205 auto *I = E.getOffsets(); in addAllTypesFromDWP()
550 auto *I = E.getOffsets(); in write()
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp322 virtual StringIntMap getOffsets(StringVector /*args*/) const in getOffsets() function in glcts::LayoutBindingProgram
2258 StringIntMap getOffsets(StringVector args) const in getOffsets() function in glcts::AtomicCounterLayoutBindingCase::AtomicCounterLayoutBindingProgram
2465 StringIntMap offsets = program->getOffsets(list); in binding_examples_many_bindings()
2506 StringIntMap offsets = program->getOffsets(list); in binding_examples_many_bindings()
2677 StringIntMap offsets = program->getOffsets(list); in binding_examples_one_binding()
2717 StringIntMap offsets = program->getOffsets(list); in binding_examples_one_binding()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py376 def getOffsets(self): member in IndexCompiler
398 lastOffset = self.getOffsets()[-1]
413 offsets = self.getOffsets()
456 def getOffsets(self): member in TopDictIndexCompiler
461 return super(TopDictIndexCompiler, self).getOffsets()
492 offsets = self.getOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp216 auto *I = E.getOffsets(); in addAllTypesFromDWP()
582 auto *I = E.getOffsets(); in write()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h90 OffsetListT *getOffsets(const Value &V) { in getOffsets() function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java2121 public int[] getOffsets() { return offsets; } in TestUsingSearchCollator() method in SearchTest.PatternAndOffsets
2175 int[] offsets = patternAndOffsets.getOffsets(); in TestUsingSearchCollator()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java2118 public int[] getOffsets() { return offsets; } in TestUsingSearchCollator() method in SearchTest.PatternAndOffsets
2172 int[] offsets = patternAndOffsets.getOffsets(); in TestUsingSearchCollator()