Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 25 of 143) sorted by relevance

123456

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DTwoSecondIntersectionFinder.java58 long fragments[] = new long[fragmentCount]; in sampleNumbers() local
59 Arrays.fill(fragments, -1); in sampleNumbers()
60 fragments[0] = 1; in sampleNumbers()
67 if (currentFragment >= fragments.length) { in sampleNumbers()
70 fragments[currentFragment] = samples++ + 1; in sampleNumbers()
76 for (int i = fragments.length - 1; i >= 0; i--) { in sampleNumbers()
77 if (fragments[i] == -1) { in sampleNumbers()
78 fragments[i] = last ; in sampleNumbers()
80 last = fragments[i]; in sampleNumbers()
82 return fragments; in sampleNumbers()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextChunkBuilder.cpp176 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); in processTextChunk() local
177 if (fragments.isEmpty()) in processTextChunk()
179 … processTextLengthSpacingCorrection(isVerticalText, textLengthShift, fragments, atCharacter); in processTextChunk()
189 Vector<SVGTextFragment>& fragments = textBox->textFragments(); in processTextChunk() local
190 if (fragments.isEmpty()) in processTextChunk()
195 …buildSpacingAndGlyphsTransform(isVerticalText, textLengthScale, fragments.first(), spacingAndGlyph… in processTextChunk()
215 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); in processTextChunk() local
216 if (fragments.isEmpty()) in processTextChunk()
218 processTextAnchorCorrection(isVerticalText, textAnchorShift, fragments); in processTextChunk()
222 …on(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCha… in processTextLengthSpacingCorrection() argument
[all …]
DSVGTextChunk.cpp42 Vector<SVGTextFragment>& fragments = textBox->textFragments(); in calculateLength() local
44 unsigned size = fragments.size(); in calculateLength()
49 SVGTextFragment& fragment = fragments.at(i); in calculateLength()
DSVGInlineFlowBox.cpp119 const Vector<SVGTextFragment>& fragments = textBox->textFragments(); in computeTextMatchMarkerRectForRenderer() local
120 unsigned textFragmentsSize = fragments.size(); in computeTextMatchMarkerRectForRenderer()
122 const SVGTextFragment& fragment = fragments.at(i); in computeTextMatchMarkerRectForRenderer()
DSVGTextLayoutEngine.cpp266 Vector<SVGTextFragment>& fragments = textBox->textFragments(); in dumpTextBoxes() local
273 unsigned fragmentCount = fragments.size(); in dumpTextBoxes()
275 SVGTextFragment& fragment = fragments.at(i); in dumpTextBoxes()
293 Vector<SVGTextFragment>& fragments = textBox->textFragments(); in finalizeTransformMatrices() local
295 unsigned fragmentCount = fragments.size(); in finalizeTransformMatrices()
300 ASSERT(fragments[i].lengthAdjustTransform.isIdentity()); in finalizeTransformMatrices()
301 fragments[i].lengthAdjustTransform = textBoxTransformation; in finalizeTransformMatrices()
DRenderSVGInlineText.cpp182 Vector<SVGTextFragment>& fragments = textBox->textFragments(); in positionForPoint() local
184 unsigned textFragmentsSize = fragments.size(); in positionForPoint()
186 const SVGTextFragment& fragment = fragments.at(i); in positionForPoint()
/external/chromium_org/tools/valgrind/asan/third_party/
Dasan_symbolize.py229 fragments = lines[0].rstrip().split()
230 self.arch = fragments[2]
231 self.debug_id = fragments[3]
232 self.binary = ' '.join(fragments[4:])
238 fragments = line.split()
239 if fragments[0] == 'FILE':
240 assert int(fragments[1]) == len(self.files)
241 self.files.append(' '.join(fragments[2:]))
242 elif fragments[0] == 'PUBLIC':
243 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:])
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py254 fragments = lines[0].rstrip().split()
255 self.arch = fragments[2]
256 self.debug_id = fragments[3]
257 self.binary = ' '.join(fragments[4:])
263 fragments = line.split()
264 if fragments[0] == 'FILE':
265 assert int(fragments[1]) == len(self.files)
266 self.files.append(' '.join(fragments[2:]))
267 elif fragments[0] == 'PUBLIC':
268 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:])
[all …]
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c73 FRAGMENT_DATA fragments; member
145 ctx->priv->alg_priv->fragments.count = 0; in vp8_init()
147 ctx->priv->alg_priv->fragments.enabled = in vp8_init()
321 if (ctx->fragments.count == 0) in update_fragments()
324 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs)); in update_fragments()
325 vpx_memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes)); in update_fragments()
327 if (ctx->fragments.enabled && !(data == NULL && data_sz == 0)) in update_fragments()
332 ctx->fragments.ptrs[ctx->fragments.count] = data; in update_fragments()
333 ctx->fragments.sizes[ctx->fragments.count] = data_sz; in update_fragments()
334 ctx->fragments.count++; in update_fragments()
[all …]
/external/libvpx/libvpx/vp8/decoder/
Ddecodframe.c829 const unsigned char *first_fragment_end = pbi->fragments.ptrs[0] + in setup_token_decoder()
830 pbi->fragments.sizes[0]; in setup_token_decoder()
840 for (fragment_idx = 0; fragment_idx < pbi->fragments.count; ++fragment_idx) in setup_token_decoder()
842 unsigned int fragment_size = pbi->fragments.sizes[fragment_idx]; in setup_token_decoder()
843 const unsigned char *fragment_end = pbi->fragments.ptrs[fragment_idx] + in setup_token_decoder()
851 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1); in setup_token_decoder()
855 pbi->fragments.sizes[0] = (unsigned int)ext_first_part_size; in setup_token_decoder()
859 pbi->fragments.ptrs[fragment_idx] = pbi->fragments.ptrs[0] + in setup_token_decoder()
860 pbi->fragments.sizes[0]; in setup_token_decoder()
869 pbi->fragments.ptrs[fragment_idx], in setup_token_decoder()
[all …]
Donyxd_int.h75 FRAGMENT_DATA fragments; member
/external/libppp/src/
Dmbuf.c71 size_t fragments; member
158 MemMap[type].fragments++; in m_get()
171 MemMap[bp->m_type].fragments--; in m_free()
329 mbuftype(i), (u_long)MemMap[i].fragments, in mbuf_Show()
331 (u_long)MemMap[i+1].fragments, (u_long)MemMap[i+1].octets); in mbuf_Show()
335 mbuftype(i), (u_long)MemMap[i].fragments, in mbuf_Show()
414 MemMap[bp->m_type].fragments--; in m_settype()
417 MemMap[type].fragments++; in m_settype()
/external/tinycompress/
Dcompress.c170 if (config->fragments < caps->min_fragments) { in _is_codec_supported()
172 config->fragments, caps->min_fragments); in _is_codec_supported()
175 if (config->fragments > caps->max_fragments) { in _is_codec_supported()
177 config->fragments, caps->max_fragments); in _is_codec_supported()
211 params->buffer.fragments = config->fragments; in fill_compress_params()
266 if ((config->fragment_size == 0) || (config->fragments == 0)) { in compress_open()
268 config->fragments = caps.max_fragments; in compress_open()
Dcplay.c243 config.fragments = frag; in play_samples()
247 config.fragments = 0; in play_samples()
261 buffer = malloc(size * config.fragments); in play_samples()
268 num_read = fread(buffer, 1, size * config.fragments, file); in play_samples()
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py232 fragments = []
240 fragments.append(("common", fragment))
243 num_common_fragments = len(fragments)
249 name = "component_%d" % (len(fragments) - num_common_fragments)
250 fragments.append((name, fragment))
252 if not fragments:
306 for name,fragment in fragments:
312 if fragment is not fragments[-1][1]:
/external/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td10 // This file provides pattern fragments useful for SIMD instructions.
250 // SSE pattern fragments
253 // 128-bit load pattern fragments
259 // 256-bit load pattern fragments
265 // 128-/256-bit extload pattern fragments
301 // 128-bit aligned load pattern fragments
310 // 256-bit aligned load pattern fragments
333 // 128-bit memop pattern fragments
339 // 256-bit memop pattern fragments
380 // 128-bit bitconvert pattern fragments
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowFragmentActivity.java37 Object[] fragments = (Object[]) bundle.getSerializable(FRAGMENTS_TAG); in onCreate() local
39 for (Object o : fragments) { in onCreate()
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
Ddsa.rst7 discard fragments that have passed through the fragment shader.
12 During actual execution, the order of operations done on fragments is always:
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst7 discard fragments that have passed through the fragment shader.
12 During actual execution, the order of operations done on fragments is always:
/external/chromium_org/third_party/leveldatabase/src/doc/
Dlog_format.txt34 split into multiple fragments (typically because of block boundaries).
37 interior fragments of a user record.
45 B will be split into three fragments: first fragment occupies the rest
/external/nist-sip/java/gov/nist/javax/sip/message/
DMultipartMimeContentImpl.java97 String[] fragments = body.split("--" + delimiter + "\r\n"); in createContentList() local
100 for (String nextPart : fragments) { in createContentList()
/external/iptables/extensions/
Dlibip6t_frag.man17 Matches if there are more fragments.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestFragmentManager.java116 … Object[] fragments = (Object[]) bundle.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in getFragment() local
117 for (Object object : fragments) { in getFragment()
/external/kernel-headers/original/sound/
Dcompress_offload.h41 __u32 fragments; member
/external/tinycompress/include/tinycompress/
Dtinycompress.h70 __u32 fragments; member

123456