Searched refs:output (Results 1 - 25 of 3704) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/as400/
H A Dzlib.inc178 D s * value options(*string) String to output
/external/zlib/src/
H A Dconfigure338 echo - using any output from compiler to indicate an error >> configure.log
H A Dmake_vms.com174 $ write sys$output "Compiling Zlib sources ..."
209 $ write sys$output "Building Zlib ..."
211 $ write sys$output "Building example..."
215 $ write sys$output "Building minigzip..."
223 $ write sys$output "Make ''name' ''version' with ''Make' "
230 $ write sys$output "Creating libzshr.exe"
233 $ write sys$output "Zlib build completed"
237 $ write sys$output "No source for config.hin found."
238 $ write sys$output "Tried any of ''aconf_in_file'"
241 $ write sys$output "
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
30 total_out: Longint; // total nb of bytes output so far
65 Output data is cached internally, written to the output stream only when
66 the internal output buffer is full. All pending output data is flushed
77 The OnProgress event is called each time the output buffer is filled and
78 written to the output stream. This is useful for updating a progress
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm111 shr eax, 16 ; /* output this.val char */
126 shr eax, 16 ; /* output this.val char */
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
/external/zlib/src/contrib/pascal/
H A Dexample.pas343 d_stream.next_out := uncompr; (* discard the output *)
H A Dzlibpas.pas33 next_out: PChar; (* next output byte should be put there *)
35 total_out: LongInt; (* total nb of bytes output so far *)
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp292 ExtractZlib(std::vector<ZlibBlockInfo>* output) : zlibinfo(output) {}; argument
490 zlibinfo->back().lz77_lcode.push_back(code); //output code
522 zlibinfo->back().lz77_dcode.back() = codeD; //output distance code
523 zlibinfo->back().lz77_lbits.back() = numextrabits; //output length extra bits
524 zlibinfo->back().lz77_dbits.back() = numextrabitsD; //output dist extra bits
525 zlibinfo->back().lz77_lvalue.back() = length; //output length
526 zlibinfo->back().lz77_dvalue.back() = dist; //output dist
529 zlibinfo->back().numlit = numlit; //output number of literal symbols
530 zlibinfo->back().numlen = numlen; //output numbe
570 ExtractPNG(std::vector<ZlibBlockInfo>* output) argument
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c110 static void NonLinearProcessing(aec_t *aec, short *output, short *outputH);
476 // change the output at all and yields 0.4% overall speedup.
583 // amount of data we input and output in audio_processing.
657 int16_t output[PART_LEN]; local
822 NonLinearProcessing(aec, output, outputH);
831 // Store the output block.
832 WebRtc_WriteBuffer(aec->outFrBuf, output, PART_LEN);
847 fwrite(output, sizeof(int16_t), PART_LEN, aec->outFile);
852 static void NonLinearProcessing(aec_t *aec, short *output, short *outputH) argument
1130 // Overlap and add to obtain output
[all...]
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c402 WebRtc_Word16* output,
449 output[i] = fft[i];
787 // Stuff the out buffer if we have less than a frame to output.
795 // Obtain an output frame.
1437 // Approximation for magnitude of complex fft output
1507 WebRtc_Word16 * output)
1903 WebRtcAecm_InverseFFTAndWindow(aecm, fft, efw, output, nearendClean);
1909 // Generate comfort noise and add to output signal.
1913 // \param[in,out] outReal Real part of the output signal (Q[aecm->dfaQDomain]).
1914 // \param[in,out] outImag Imaginary part of the output signa
399 InverseFFTAndWindowC(AecmCore_t* aecm, WebRtc_Word16* fft, complex16_t* efw, WebRtc_Word16* output, const WebRtc_Word16* nearendClean) argument
1503 WebRtcAecm_ProcessBlock(AecmCore_t * aecm, const WebRtc_Word16 * farend, const WebRtc_Word16 * nearendNoisy, const WebRtc_Word16 * nearendClean, WebRtc_Word16 * output) argument
[all...]
H A Daecm_core.h367 WebRtc_Word16* output,
H A Daecm_core_neon.c92 WebRtc_Word16* output,
145 // output[i] = fft[i];
151 __asm__("vst1.16 %P0, [%1, :64]" : : "w"(tmp16x4_0), "r"(&output[i]));
89 InverseFFTAndWindowNeon(AecmCore_t* aecm, WebRtc_Word16* fft, complex16_t* efw, WebRtc_Word16* output, const WebRtc_Word16* nearendClean) argument
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m2 %APMTEST is a tool to process APM file sets and easily display the output.
4 % 'test' Processes the files to produce test output.
56 outpath = [filepath 'output/'];
337 warning('Reference is not the same length as output');
H A Dunit_test.cc43 // When false, this will compare the output data with the results stored to
205 void WriteStatsMessage(const AudioProcessing::Statistic& output, argument
207 message->set_instant(output.instant);
208 message->set_average(output.average);
209 message->set_maximum(output.maximum);
210 message->set_minimum(output.minimum);
973 // TODO(andrew): expand test to verify output.
1009 // TODO(ajm): vary the output channels as well?
/external/wpa_supplicant_8/hostapd/
H A DMakefile964 genhtml lcov.info --output-directory lcov-html
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c37 #define DES_ecb_encrypt(input, output, ks, enc) \
38 des_ecb_encrypt((input), (output), *(ks), (enc))
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.c25 * @output: Buffer for the derived key
33 size_t output_len, u8 *output)
56 pos = output;
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
H A Deap_pax_common.h82 size_t output_len, u8 *output);
/external/wpa_supplicant_8/hs20/server/www/
H A Dspp.php103 $last = exec("$osu_root/spp/hs20_spp_server -r$osu_root -f/tmp/hs20_spp_server.log", $output, $ret);
121 //error_log("spp.php: Response: " . implode($output));
125 echo implode($output);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c37 #define DES_ecb_encrypt(input, output, ks, enc) \
38 des_ecb_encrypt((input), (output), *(ks), (enc))
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.c25 * @output: Buffer for the derived key
33 size_t output_len, u8 *output)
56 pos = output;
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
H A Deap_pax_common.h82 size_t output_len, u8 *output);
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile1734 genhtml lcov.info --output-directory lcov-html

Completed in 252 milliseconds

1234567891011>>