HomeSort by relevance Sort by last modified time
    Searched full:logical (Results 26 - 50 of 1507) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libvorbis/doc/vorbisfile/
ov_raw_total.html 20 <p>Returns the total (compressed) bytes of the physical bitstream or a specified logical bitstream.
39 <dd>Link to the desired logical bitstream. To retrieve the total bytes for the entire physical bitstream, this parameter should be set to -1.</dd>
48 <li><tt>n</tt> length in compressed bytes of logical bitstream if i=0 to n.</li>
ov_time_total.html 21 <p>Returns the total time in seconds of the physical bitstream or a specified logical bitstream.
41 <dd>Link to the desired logical bitstream. To retrieve the time total for the entire physical bitstream, this parameter should be set to -1.</b></dd>
49 <li><tt>n</tt> length in seconds of logical bitstream if i=0 to n.</li>
chainingexample.html 92 <p>Then we're going to find the number of logical bitstreams in the physical bitstream using <a href="ov_streams.html">ov_streams</a>.
102 printf("Input bitstream contained %ld logical bitstream section(s).\n",
109 "First logical bitstream information:\n\n");
117 <p>Now we're going to iterate through each logical bitstream and print information about that bitstream.
119 <p>We use <a href="ov_info.html">ov_info</a> to pull out the <a href="vorbis_info.html">vorbis_info</a> struct for each logical bitstream. This struct contains bitstream-specific info.
121 <p><a href="ov_serialnumber.html">ov_serialnumber</a> retrieves the unique serial number for the logical bistream. <a href="ov_raw_total.html">ov_raw_total</a> gives the total compressed bytes for the logical bitstream, and <a href="ov_time_total.html">ov_time_total</a> gives the total time in the logical bitstream.
fileinfo.html 29 <td>Returns the average bitrate of the current logical bitstream.</td>
37 <td>Gives the number of logical bitstreams within the current physical bitstream.</td>
45 <td>Returns the unique serial number of the specified logical bitstream.</td>
49 <td>Returns the total (compressed) bytes in a physical or logical seekable bitstream.</td>
53 <td>Returns the total number of samples in a physical or logical seekable bitstream.</td>
57 <td>Returns the total time length in seconds of a physical or logical seekable bitstream.</td>
  /external/libvorbis/examples/
chaining_example.c 43 /* print details about each logical bitstream in the input */
45 printf("Input bitstream contained %ld logical bitstream section(s).\n",
54 "First logical bitstream information:\n\n");
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetPalette.3 13 Palettized (8-bit) screen surfaces with the \fBSDL_HWPALETTE\fP flag have two palettes, a logical palette that is used for mapping blits to/from the surface and a physical palette (that determines how the hardware will map the colors to the display)\&. \fISDL_BlitSurface\fR always uses the logical palette when blitting surfaces (if it has to convert between surface pixel formats)\&. Because of this, it is often useful to modify only one or the other palette to achieve various special color effects (e\&.g\&., screen fading, color flashes, screen dimming)\&.
15 This function can modify either the logical or physical palette by specifing \fBSDL_LOGPAL\fP or \fBSDL_PHYSPAL\fPthe in the \fBflags\fR parameter\&.
SDL_SetModState.3 13 Simply pass your desired modifier states into \fBmodstate\fR\&. This value my be a logical OR\&'d combination of the following:
  /external/e2fsprogs/tests/f_extents2/
expect.1 3 (invalid logical block 0, physical block 23, len 12)
17 (logical block 0, invalid physical block 500, len 10)
21 (logical block 0, physical block 120, invalid len 6000)
25 (invalid logical block 10, physical block 155, len 45)
  /external/hamcrest/src/org/hamcrest/core/
IsNot.java 13 * Calculates the logical negation of a matcher.
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt 16 conclusion I do: that you have to go with familiar syntax over logical
42 introduce, no matter how logical it is. Introducing a new syntax that may
51 syntax that they have never seen that has a more logical structure. I think
57 P.S. Also, while I agree that most your syntax is more logical, there is
  /external/llvm/test/CodeGen/Hexagon/
fusedandshift.ll 2 ; Check that we generate fused logical and with shift instruction.
  /external/llvm/test/Transforms/ConstProp/
logicaltest.ll 1 ; Ensure constant propagation of logical instructions is working correctly.
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 70 * Gets information about a logical display.
75 * @param displayId The logical display id.
81 * Gets all currently valid logical displays.
88 * Gets all currently valid logical displays of the specified category.
  /external/e2fsprogs/tests/f_extents/
expect.1 6 (logical block 0, invalid physical block 21994527527949, len 17)
15 (logical block 0, invalid physical block 22011707397135, len 15)
  /external/kernel-headers/original/asm-mips/
smp.h 27 /* Map from cpu id to sequential logical cpu number. This will only
32 /* The reverse map from sequential logical cpu number to cpu id. */
  /external/libogg/doc/libogg/
ogg_page_serialno.html 20 <p>Returns the unique serial number for the logical bitstream of this page. Each page contains the serial number for the logical bitstream that it belongs to.
ogg_stream_state.html 21 The ogg_stream_state struct tracks the current encode/decode state of the current logical bitstream.
48 logical bitstream */
50 of a logical bitstream */
93 <dd>Marker set when the last packet of the logical bitstream has been buffered.</dd>
95 <dd>Marker set after we have written the first page in the logical bitstream.</dd>
97 <dd>Serial number of this logical bitstream.</dd>
  /external/libvorbis/doc/
programming.html 97 <li>Sort the pages by logical bitstream and buffer then into logical streams</li>
98 <li>Decompose the logical streams into raw packets</li>
120 beginning play in a new logical bitstream requires initializing a
127 serial number to seperate logical bitstreams. Initialize logical
130 logical bitstream buffer using <tt>ogg_stream_pagein</tt>; the serial
140 <p>After submitting page[s] to a logical stream, read available packets
173 the logical bitstream</dd>
176 logical bitstream</dd
    [all...]
a1-encapsulation-ogg.tex 8 This document describes using Ogg logical and physical transport
16 bitstream overview} and \href{framing.html}{Ogg logical
33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
74 first page of the logical Ogg stream. This results in a first Ogg
75 page of exactly 58 bytes at the very beginning of the logical stream.
85 the logical stream. However many pages they span, the third header
95 The first audio packet of the logical stream begins a fresh Ogg page.
  /external/clang/test/Sema/
exprs.c 195 return x && 4; // expected-warning {{use of logical '&&' with constant operand}} \
199 return x && sizeof(int) == 4; // no warning, RHS is logical op.
206 return x || -1; // expected-warning {{use of logical '||' with constant operand}} \
208 return x || 5; // expected-warning {{use of logical '||' with constant operand}} \
212 return x && -1; // expected-warning {{use of logical '&&' with constant operand}} \
215 return x && 5; // expected-warning {{use of logical '&&' with constant operand}} \
220 return x || (-1); // expected-warning {{use of logical '||' with constant operand}} \
222 return x || (5); // expected-warning {{use of logical '||' with constant operand}} \
226 return x && (-1); // expected-warning {{use of logical '&&' with constant operand}} \
229 return x && (5); // expected-warning {{use of logical '&&' with constant operand}}
    [all...]
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java 95 * Get information about a particular logical display.
97 * @param displayId The logical display id.
134 * Gets all currently valid logical display ids.
161 * Gets information about a logical display.
166 * @param displayId The logical display id.
179 * Gets information about a logical display without applying any compatibility metrics.
181 * @param displayId The logical display id.
  /external/libogg/doc/
skeleton.html 83 <p>Ogg Skeleton is being designed to overcome these problems. Ogg Skeleton is a logical bitstream within an Ogg stream that contains information about the other encapsulated logical bitstreams. For each logical bitstream it provides information such as its media type, and explains the way the granulepos field in Ogg pages is mapped to time.</p>
89 <h3>How to describe the logical bitstreams within an Ogg container?</h3>
91 <p>The following information about a logical bitstream is of interest to contain as meta information in the Skeleton:</p>
96 <li>the number of header packets: this informs a parser about the number of actual header packets in an Ogg logical bitstream</li>
97 <li>the granule rate: the granule rate represents the data rate in Hz at which content is sampled for the particular logical bitstream, allowing to map a granule position to time by calculating "granulepos / granulerate"</li>
100 <li>a basetime: it provides a mapping for granule position 0 (for all logical bitstreams) to a playback time; an example use: most content in professional analog video creation actually starts at a time of 1 hour and thus adding this additional field allows them retain this mapping on digitizing their content</li>
101 <li>a UTC time: it provides a mapping for granule position 0 (for all logical bitstreams) to a real-world clock time allowing to remember e.g. the recording or broadcast time of some content</li>
106 <p>When cutting out a subpart of an Ogg physical bitstream, the aim is to keep all the content pages intact (including the framing and granule positions) and just change some information in the Skeleton that allows reconstruction of the accurate time mapping. When remultiplexing such a bitstream, it is necessary to take into account all the different contained logical bitstreams. A given cut-in time maps to several different byte positions in the Ogg physical bitst (…)
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 92 Mnemonic_AND, // Logical AND
257 Mnemonic_OR, // Logical Inclusive OR
262 Mnemonic_PAND, // Logical AND
263 Mnemonic_POR, // Bitwise Logical OR
269 Mnemonic_PXOR, // Logical Exclusive OR
309 Mnemonic_TEST, // Logical Compare
314 Mnemonic_XOR, // Logical Exclusive OR
318 Mnemonic_XORPD, // Bitwise Logical XOR for Double-Precision Floating-Point Values
319 Mnemonic_XORPS, // Bitwise Logical XOR for Single-Precision Floating-Point Values
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 79 UINT8 ll_idx; /* for scheduler of logical link connection */
108 UINT8 link_type; /* logical link and/or data link */
234 UINT8 num_logical_data_link; /* number of logical data link */
237 /* these two thresholds (number of tx UI PDU) are dynamically adjusted based on number of logical links */
238 UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/
239 UINT8 ll_tx_congest_end; /* congest end threshold for each logical link */
246 UINT8 ll_tx_uncongest_ntf_start_sap; /* next start of logical data link */
259 ** threshold (number of rx UI PDU) is dynamically adjusted based on number of logical links
262 UINT8 ll_rx_congest_start; /* rx congest start threshold for each logical link */
  /external/proguard/src/proguard/evaluation/value/
LongValue.java 173 * Returns the logical <i>and</i> of this LongValue and the given
182 * Returns the logical <i>or</i> of this LongValue and the given
191 * Returns the logical <i>xor</i> of this LongValue and the given
327 * Returns the logical <i>and</i> of this LongValue and the given
336 * Returns the logical <i>or</i> of this LongValue and the given
345 * Returns the logical <i>xor</i> of this LongValue and the given
483 * Returns the logical <i>and</i> of this LongValue and the given
492 * Returns the logical <i>or</i> of this LongValue and the given
501 * Returns the logical <i>xor</i> of this LongValue and the given

Completed in 665 milliseconds

12 3 4 5 6 7 8 91011>>