Searched refs:fragments (Results 1 - 25 of 76) sorted by relevance

1234

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DTwoSecondIntersectionFinder.java58 long fragments[] = new long[fragmentCount];
59 Arrays.fill(fragments, -1);
60 fragments[0] = 1;
67 if (currentFragment >= fragments.length) {
70 fragments[currentFragment] = samples++ + 1;
76 for (int i = fragments.length - 1; i >= 0; i--) {
77 if (fragments[i] == -1) {
78 fragments[i] = last ;
80 last = fragments[i];
82 return fragments;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextChunkBuilder.cpp183 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); local
184 if (fragments.isEmpty())
186 processTextLengthSpacingCorrection(isVerticalText, textLengthShift, fragments, atCharacter);
196 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
197 if (fragments.isEmpty())
202 buildSpacingAndGlyphsTransform(isVerticalText, textLengthScale, fragments.first(), spacingAndGlyphsTransform);
222 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); local
223 if (fragments.isEmpty())
225 processTextAnchorCorrection(isVerticalText, textAnchorShift, fragments);
229 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigne argument
244 processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& fragments) argument
[all...]
H A DSVGTextChunk.cpp42 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
44 unsigned size = fragments.size();
49 SVGTextFragment& fragment = fragments.at(i);
H A DRenderSVGInlineText.cpp168 // Map local point to absolute point, as the character origins stored in the text fragments use absolute coordinates.
183 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
185 unsigned textFragmentsSize = fragments.size();
187 const SVGTextFragment& fragment = fragments.at(i);
H A DSVGTextLayoutEngine.cpp32 // Set to a value > 0 to dump the text fragments
267 fprintf(stderr, "Dumping all text fragments in text sub tree, %i boxes\n", boxCount);
271 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
272 fprintf(stderr, "-> Box %i: Dumping text fragments for SVGInlineTextBox, textBox=%p, textRenderer=%p\n", boxPosition, textBox, textBox->textRenderer());
278 unsigned fragmentCount = fragments.size();
280 SVGTextFragment& fragment = fragments.at(i);
301 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
302 unsigned fragmentCount = fragments.size();
304 ASSERT(fragments[i].lengthAdjustTransform.isIdentity());
305 fragments[
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwBrowserProcess.java67 String fragments[] = mapping.split(",");
68 String keySystem = fragments[0].trim();
69 UUID uuid = UUID.fromString(fragments[1]);
/external/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py273 fragments = lines[0].rstrip().split()
274 self.arch = fragments[2]
275 self.debug_id = fragments[3]
276 self.binary = ' '.join(fragments[4:])
282 fragments = line.split()
283 if fragments[0] == 'FILE':
284 assert int(fragments[1]) == len(self.files)
285 self.files.append(' '.join(fragments[2:]))
286 elif fragments[0] == 'PUBLIC':
287 self.symbols[int(fragments[
[all...]
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py261 fragments = lines[0].rstrip().split()
262 self.arch = fragments[2]
263 self.debug_id = fragments[3]
264 self.binary = ' '.join(fragments[4:])
270 fragments = line.split()
271 if fragments[0] == 'FILE':
272 assert int(fragments[1]) == len(self.files)
273 self.files.append(' '.join(fragments[2:]))
274 elif fragments[0] == 'PUBLIC':
275 self.symbols[int(fragments[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c67 FRAGMENT_DATA fragments; member in struct:vpx_codec_alg_priv
120 /* initialize number of fragments to zero */
121 priv->fragments.count = 0;
122 /* is input fragments enabled? */
123 priv->fragments.enabled =
143 /* row-based threading, error concealment, and input fragments will
291 if (ctx->fragments.count == 0)
294 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs));
295 vpx_memset(ctx->fragments
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c73 FRAGMENT_DATA fragments; member in struct:vpx_codec_alg_priv
144 /* initialize number of fragments to zero */
145 ctx->priv->alg_priv->fragments.count = 0;
146 /* is input fragments enabled? */
147 ctx->priv->alg_priv->fragments.enabled =
168 /* row-based threading, error concealment, and input fragments will
321 if (ctx->fragments.count == 0)
324 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs));
325 vpx_memset(ctx->fragments
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentManager.java117 Object[] fragments = (Object[]) bundle.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG);
118 for (Object object : fragments) {
184 HashSet<Fragment> fragments = new HashSet<Fragment>();
185 fragments.addAll(fragmentsById.values());
186 fragments.addAll(fragmentsByTag.values());
187 return fragments;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragmentActivity.java26 public static final String FRAGMENTS_TAG = "android:fragments";
37 Object[] fragments = (Object[]) bundle.getSerializable(FRAGMENTS_TAG);
39 for (Object o : fragments) {
/external/chromium_org/third_party/webrtc/test/
H A Dfake_encoder.h66 const RTPFragmentationHeader* fragments = NULL) OVERRIDE;
/external/tinycompress/
H A Dcplay.c243 config.fragments = frag;
247 config.fragments = 0;
261 buffer = malloc(size * config.fragments);
268 num_read = fread(buffer, 1, size * config.fragments, file);
H A Dcompress.c170 if (config->fragments < caps->min_fragments) {
171 oops(compress, EINVAL, "requested fragments %d are below min supported %d",
172 config->fragments, caps->min_fragments);
175 if (config->fragments > caps->max_fragments) {
176 oops(compress, EINVAL, "requested fragments %d are above max supported %d",
177 config->fragments, caps->max_fragments);
211 params->buffer.fragments = config->fragments;
266 if ((config->fragment_size == 0) || (config->fragments == 0)) {
268 config->fragments
[all...]
/external/tinycompress/include/tinycompress/
H A Dtinycompress.h61 * If fragment_size or fragments are zero, this means "don't care"
65 * @fragments: number of fragments
70 __u32 fragments; member in struct:compr_config
89 * it will be updated with the size and number of fragments that
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c829 const unsigned char *first_fragment_end = pbi->fragments.ptrs[0] +
830 pbi->fragments.sizes[0];
838 /* Check for partitions within the fragments and unpack the fragments
840 for (fragment_idx = 0; fragment_idx < pbi->fragments.count; ++fragment_idx)
842 unsigned int fragment_size = pbi->fragments.sizes[fragment_idx];
843 const unsigned char *fragment_end = pbi->fragments.ptrs[fragment_idx] +
851 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1);
855 pbi->fragments.sizes[0] = (unsigned int)ext_first_part_size;
859 pbi->fragments
[all...]
H A Donyxd_int.h79 FRAGMENT_DATA fragments; member in struct:VP8D_COMP
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c820 const unsigned char *first_fragment_end = pbi->fragments.ptrs[0] +
821 pbi->fragments.sizes[0];
829 /* Check for partitions within the fragments and unpack the fragments
831 for (fragment_idx = 0; fragment_idx < pbi->fragments.count; ++fragment_idx)
833 unsigned int fragment_size = pbi->fragments.sizes[fragment_idx];
834 const unsigned char *fragment_end = pbi->fragments.ptrs[fragment_idx] +
842 pbi->fragments.ptrs[0] + 3 * (num_token_partitions - 1);
846 pbi->fragments.sizes[0] = (unsigned int)ext_first_part_size;
850 pbi->fragments
[all...]
H A Donyxd_int.h79 FRAGMENT_DATA fragments; member in struct:VP8D_COMP
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py231 # Format the components into llvmbuild fragments.
232 fragments = []
234 # Add the common fragments.
240 fragments.append(("common", fragment))
242 # Add the component fragments.
243 num_common_fragments = len(fragments)
249 name = "component_%d" % (len(fragments) - num_common_fragments)
250 fragments.append((name, fragment))
252 if not fragments:
307 for name,fragment in fragments
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMultipartMimeContentImpl.java97 String[] fragments = body.split("--" + delimiter + "\r\n");
100 for (String nextPart : fragments) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp257 LayerFragments fragments; local
258 columnSet->collectLayerFragments(fragments, layerBoundingBox, PaintInfo::infiniteRect());
259 for (size_t i = 0; i < fragments.size(); ++i) {
260 const LayerFragment& fragment = fragments.at(i);
/external/kernel-headers/original/uapi/sound/
H A Dcompress_offload.h37 * @fragments: number of such fragments
41 __u32 fragments; member in struct:snd_compressed_buffer
96 * @min_fragments: min fragments supported by DSP
97 * @max_fragments: max fragments supported by DSP
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc140 size_t fragments = local
142 size_t avg_size = (fragment_length + fragments - 1) / fragments;
162 // Aggregate fragments into one packet (STAP-A).
187 // If we are going to try to aggregate more fragments into this packet

Completed in 2477 milliseconds

1234