Searched defs:output (Results 1 - 25 of 1376) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Dldfiltbank.cpp102 static void multE2_DinvF_fdk(INT_PCM *output, FIXP_DBL* x, const FIXP_WTB* fb, FIXP_DBL* z, const int N, const int stride) argument
122 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp, -WTS1-1 + scale, SAMPLE_BITS);
125 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp, WTS1+1 - scale, SAMPLE_BITS);
146 output[(i-N/4)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
150 output[(i-N/4)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
164 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
167 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
172 int InvMdctTransformLowDelay_fdk (FIXP_DBL *mdctData, const int mdctData_e, INT_PCM *output, FIXP_DB argument
[all...]
/external/aac/libFDK/src/
H A Dmdct.cpp154 FIXP_DBL *output,
166 FDKmemcpy(output, hMdct->overlap.time, buffered_samples*sizeof(FIXP_DBL));
250 FIXP_DBL *output,
264 FIXP_DBL *pOut0 = output, *pOut1;
283 /* Purge buffered output. */
317 /* Divert output first half to overlap buffer if we already got enough output samples. */
321 /* Account output samples */
325 /* NR output samples 0 .. NR. -overlap[TL/2..TL/2-NR] */
333 /* Divert output secon
152 imdct_drain( H_MDCT hMdct, FIXP_DBL *output, INT nrSamplesRoom ) argument
248 imdct_block( H_MDCT hMdct, FIXP_DBL *output, FIXP_DBL *spectrum, const SHORT scalefactor[], const INT nSpec, const INT noOutSamples, const INT tl, const FIXP_WTP *wls, INT fl, const FIXP_WTP *wrs, const INT fr, FIXP_DBL gain ) argument
[all...]
/external/aac/libSBRenc/src/
H A Dresampler.cpp359 INT_PCM output; local
413 /* Feedback output to next section. */
453 /* Feedback output to next section. */
464 /* Apply final gain/scaling to output */
466 output = (INT_PCM) SATURATE_RIGHT_SHIFT(y+(FIXP_DBL)(1<<(DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE-1)), DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE, SAMPLE_BITS);
467 //output = (INT_PCM) SATURATE_RIGHT_SHIFT(y, DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE, SAMPLE_BITS);
469 output = SATURATE_LEFT_SHIFT(y, BIQUAD_SCALE, SAMPLE_BITS);
473 return output;
481 Returns number of output samples in numOutSamples
490 INT_PCM *outSamples, /*!< pointer to output sample
[all...]
/external/android-clat/
H A Ddump.c227 char output[PACKETLEN*3+2]; local
230 output[0] = '\0';
232 snprintf(output + i*3, 4, " %02x", data[i]);
234 output[len*3+3] = '\0';
236 logmsg(ANDROID_LOG_WARN,"info %s len %d data%s", info, len, output);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java33 private String output; // stdout field in class:gUnitTestResult
38 public gUnitTestResult(boolean success, String output) { argument
40 this.output = output;
43 public gUnitTestResult(boolean success, String output, boolean isLexerTest) { argument
44 this(success, output);
48 public gUnitTestResult(boolean success, String output, String returned) { argument
49 this(success, output);
58 return output;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCase.java33 private ITestCaseOutput output; field in class:TestCase
49 return this.output;
52 public TestCase(ITestCaseInput input, ITestCaseOutput output) { argument
54 this.output = output;
59 return String.format("[%s]->[%s]", input.getScript(), output.getScript());
67 this.output = out;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb196 def output method in class:ANTLR3.Test.CaptureOutput
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb12 @init { @output = StringIO.new() }
14 def output method in class:TestLLStarParser
15 @output.string
35 { @output.puts( $functionHeader.name + " is a declaration") }
37 { @output.puts( $functionHeader.name + " is a definition") }
137 parser.output.should == <<-'END'.fixed_indent( 0 )
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java215 add("output"); add("rewrite"); add("ASTLabelType");
228 add("output"); add("rewrite"); add("ASTLabelType");
241 add("output"); add("ASTLabelType"); add("superClass");
286 * The code generator will use this to fill holes in the output files.
653 Object value = getOption("output");
657 setOption("output", "AST", null);
683 // filter&&output=AST => rewrite=true
684 // filter&&output!=AST => error
687 Object output = getOption("output");
3160 printGrammar(PrintStream output) argument
[all...]
H A DGrammarReport.java75 String output; field in class:GrammarReport.ReportData
96 data.output = (String) g.getOption("output");
97 if ( data.output==null ) {
98 data.output = "none";
367 buf.append(data.output);
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherSpiTest.java123 * throws ShortBufferException is there is no space in output to hold result
175 * throws ShortBufferException is there is no space in output to hold result
278 byte[] output, int outputOffset) throws ShortBufferException {
281 if ((output.length - outputOffset) < t) {
285 output[i + outputOffset] = initV[i];
303 byte[] output, int outputOffset) throws ShortBufferException,
308 if ((output.length - outputOffset) < t) {
312 output[i + outputOffset] = res[i];
318 protected int engineUpdate(ByteBuffer input, ByteBuffer output) argument
320 return super.engineUpdate(input, output);
277 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
302 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
323 engineDoFinal(ByteBuffer input, ByteBuffer output) argument
[all...]
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyCipher.java103 byte[] output, int outputOffset) throws ShortBufferException {
115 byte[] output, int outputOffset) throws ShortBufferException,
102 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
114 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
H A DMyExemptionMechanismSpi.java54 protected int engineGenExemptionBlob(byte[] output, int outputOffset) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java51 private OutputStream output; field in class:SocketTransportWrapper
193 if (output != null) {
194 output.close();
197 if (transportSocket != null && input == null && output == null && !transportSocket.isClosed()) {
279 output.write(packet);
280 output.flush();
292 output.write(HANDSHAKE_STRING.getBytes());
293 output.flush();
314 * Creates input/output streams for connection socket.
318 output
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DWire.java92 public void output(InputStream outstream) method in class:Wire
108 public void output(byte[] b, int off, int len) method in class:Wire
124 public void output(byte[] b) method in class:Wire
140 public void output(int b) method in class:Wire
142 output(new byte[] {(byte) b});
150 public void output(final String s) method in class:Wire
155 output(s.getBytes());
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.java55 * an output stream.
58 * @param output The output stream
65 static Writer getWriter(OutputStream output, String encoding) argument
76 OutputStreamWriter osw = new OutputStreamWriter(output,javaName);
93 return new OutputStreamWriter(output, encoding);
330 // and the output will be in any case _correct_ though maybe not
H A DSerializer.java54 * // of the same output method (TEXT).
75 * dser.serialize(inputDoc); // serialize the DOM, sending output to owriter
78 * // of the same output method.
94 * Specifies an output stream to which the document should be
98 * The encoding specified in the output {@link Properties} is used, or
100 * output method.
104 * @param output The output stream
106 public void setOutputStream(OutputStream output); argument
109 * Get the output strea
[all...]
H A DToStream.java51 * serializers (xml, html, text ...) that write output to a stream.
61 /** Stack to keep track of disabling output escaping. */
70 * for a serializer that is in temporary output state and has
71 * no associated encoding. A serializer in final output state
74 * characters in the output encoding.
118 * but this value can be set through the xsl:output
141 /** True if we control the buffer, and we should flush the output on endDocument. */
275 * Get the output stream where the events will be serialized to.
553 * Specifies an output format for this serializer. It the
554 * serializer has already been associated with an output forma
707 setOutputStream(OutputStream output) argument
712 setOutputStreamInternal(OutputStream output, boolean setByUser) argument
[all...]
H A DToTextSAXHandler.java37 * xsl:output method "text".
124 * the indent attribute is ignored for text output.
171 public void setOutputStream(OutputStream output) argument
H A DToUnknownStream.java49 * The user of this class doesn't know if the output is ultimatley XML or HTML.
204 * Converts the DOM node to output
205 * @param node the DOM node to transform to output
228 * @param format the output properties to set
237 * Sets the output stream to write to
238 * @param output the OutputStream to write to
241 public void setOutputStream(OutputStream output) argument
243 m_handler.setOutputStream(output);
960 * Initialize the wrapped output stream (XML or HTML).
974 // create an HTML output handle
[all...]
H A DToXMLSAXHandler.java40 * on a handler, the ultimate xsl:output method is known to be "xml".
49 * Keeps track of whether output escaping is currently enabled
126 public void setOutputStream(OutputStream output) argument
182 // Close output document
493 * Start an element in the output document. This might be an XML element
560 * Send a namespace declaration in the output document. The namespace
575 * Send a processing instruction to the output document
/external/bison/lib/
H A Dfprintf.c1 /* Formatted output to a stream.
32 /* Print formatted output to the stream FP.
39 char *output; local
45 output = vasnprintf (buf, &lenbuf, format, args);
49 if (!output)
55 if (fwrite (output, 1, len, fp) < len)
57 if (output != buf)
60 free (output);
66 if (output != buf)
67 free (output);
[all...]
H A Dsnprintf.c1 /* Formatted output to strings.
31 /* Print formatted output to string STR. Similar to sprintf, but
39 char *output; local
45 output = vasnprintf (str, &lenbuf, format, args);
49 if (!output)
52 if (output != str)
57 memcpy (str, output, pruned_len);
61 free (output);
H A Dsprintf.c1 /* Formatted output to strings.
36 /* Print formatted output to string STR.
42 char *output; local
58 output = vasnprintf (str, &lenbuf, format, args);
62 if (!output)
65 if (output != str)
68 free (output);

Completed in 2809 milliseconds

1234567891011>>