Searched refs:in_data (Results 1 - 25 of 90) sorted by relevance

1234

/external/liblzf/
H A Dlzf.h53 * in_data and write the result to out_data, up to a maximum length
77 lzf_compress (const void *const in_data, unsigned int in_len,
82 * function and stored at location in_data and length in_len. The result
96 lzf_decompress (const void *const in_data, unsigned int in_len,
/external/liblzf/src/org/liblzf/
H A DCLZF.java153 public static int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) argument
169 int hval = FRST (in_data,iidx);
177 hval = NEXT (hval, in_data,iidx);
185 && in_data[reference+0] == in_data[iidx+0]
186 && in_data[reference+1] == in_data[iidx+1]
187 && in_data[reference+2] == in_data[iidx+2]
200 while (len < maxlen && in_data[referenc
277 lzf_decompress( byte[] in_data, int in_len, byte[] out_data, int out_len) argument
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dsplitting_filter.c34 // - in_data : Input data sequence (Q10)
46 void WebRtcSpl_AllPassQMF(WebRtc_Word32* in_data, const WebRtc_Word16 data_length, argument
58 // The filter state contains the in_data state, in_data[-1], followed by
60 // The first cascade filter will filter the |in_data| and store the output in
62 // intermediate storage in |in_data|, to save memory. The third, and final, cascade
63 // filter operation takes the |in_data| (which is the output from the previous cascade
68 // First all-pass cascade; filter from in_data to out_data.
75 diff = WEBRTC_SPL_SUB_SAT_W32(in_data[0], filter_state[1]); // = (x[0] - y_1[-1])
82 diff = WEBRTC_SPL_SUB_SAT_W32(in_data[
119 WebRtcSpl_AnalysisQMF(const WebRtc_Word16* in_data, WebRtc_Word16* low_band, WebRtc_Word16* high_band, WebRtc_Word32* filter_state1, WebRtc_Word32* filter_state2) argument
[all...]
/external/webrtc/src/modules/audio_processing/
H A Dsplitting_filter.cc16 void SplittingFilterAnalysis(const WebRtc_Word16* in_data, argument
22 WebRtcSpl_AnalysisQMF(in_data, low_band, high_band, filter_state1, filter_state2);
H A Dsplitting_filter.h24 * - in_data : super-wb audio signal
34 void SplittingFilterAnalysis(const WebRtc_Word16* in_data,
/external/liblzf/cs/
H A DCLZF.cs153 public int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) argument
169 UInt32 hval = FRST (in_data,iidx);
177 hval = NEXT (hval, in_data,iidx);
185 && in_data[reference+0] == in_data[iidx+0]
186 && in_data[reference+1] == in_data[iidx+1]
187 && in_data[reference+2] == in_data[iidx+2]
200 while (len < maxlen && in_data[referenc
277 lzf_decompress( byte[] in_data, int in_len, byte[] out_data, int out_len) argument
[all...]
/external/chromium/chrome/browser/sync/util/
H A Ddata_encryption.cc37 bool DecryptData(const vector<uint8>& in_data, string* out_data) { argument
40 (in_data.empty() ? NULL : const_cast<BYTE*>(&in_data[0]));
41 encrypted_data.cbData = in_data.size();
H A Ddata_encryption.h18 bool DecryptData(const vector<uint8>& in_data, string* out_data);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_internal.c326 const struct wpabuf *in_data,
329 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data,
336 const struct wpabuf *in_data,
350 in_data ? wpabuf_head(in_data) : NULL,
351 in_data ? wpabuf_len(in_data) : 0,
380 const struct wpabuf *in_data,
394 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
395 wpabuf_len(in_data),
324 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
334 tls_connection_handshake2(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data, int *need_more_data) argument
378 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
413 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
459 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
467 tls_connection_decrypt2(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, int *need_more_data) argument
[all...]
H A Dtls_none.c98 const struct wpabuf *in_data,
107 const struct wpabuf *in_data,
116 const struct wpabuf *in_data)
124 const struct wpabuf *in_data)
96 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
105 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
114 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
122 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
H A Dtls.h325 * @in_data: Input data from TLS server
335 * in_data == %NULL and the library is expected to return ClientHello packet.
337 * to TLS library by calling this function again with in_data pointing to the
350 const struct wpabuf *in_data,
355 const struct wpabuf *in_data,
363 * @in_data: Input data from TLS peer
371 const struct wpabuf *in_data,
378 * @in_data: Plaintext data to be encrypted
387 const struct wpabuf *in_data);
393 * @in_data
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_internal.c326 const struct wpabuf *in_data,
329 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data,
336 const struct wpabuf *in_data,
350 in_data ? wpabuf_head(in_data) : NULL,
351 in_data ? wpabuf_len(in_data) : 0,
380 const struct wpabuf *in_data,
394 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
395 wpabuf_len(in_data),
324 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
334 tls_connection_handshake2(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data, int *need_more_data) argument
378 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
413 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
459 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
467 tls_connection_decrypt2(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, int *need_more_data) argument
[all...]
H A Dtls_none.c98 const struct wpabuf *in_data,
107 const struct wpabuf *in_data,
116 const struct wpabuf *in_data)
124 const struct wpabuf *in_data)
96 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
105 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
114 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
122 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_internal.c326 const struct wpabuf *in_data,
329 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data,
336 const struct wpabuf *in_data,
350 in_data ? wpabuf_head(in_data) : NULL,
351 in_data ? wpabuf_len(in_data) : 0,
380 const struct wpabuf *in_data,
394 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
395 wpabuf_len(in_data),
324 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
334 tls_connection_handshake2(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data, int *need_more_data) argument
378 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
413 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
459 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
467 tls_connection_decrypt2(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, int *need_more_data) argument
[all...]
H A Dtls_none.c98 const struct wpabuf *in_data,
107 const struct wpabuf *in_data,
116 const struct wpabuf *in_data)
124 const struct wpabuf *in_data)
96 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
105 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) argument
114 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
122 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) argument
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_filter.c126 * in_data : pointer to the input signal of 30 ms at 8 kHz sample-rate.
135 static void FilterSegment(const double* in_data, PitchFilterParam* parameters, argument
203 out_data[parameters->index] = in_data[parameters->index] - sum;
204 parameters->buffer[pos] = in_data[parameters->index] +
243 * in_data : pointer to the input signal of 30 ms at 8 kHz sample-rate.
260 static void FilterFrame(const double* in_data, PitchFiltstr* filter_state, argument
333 FilterSegment(in_data, &filter_parameters, out_data, out_dg);
354 FilterSegment(in_data, &filter_parameters, out_data, out_dg);
358 void WebRtcIsac_PitchfilterPre(double* in_data, double* out_data, argument
361 FilterFrame(in_data, pf_stat
364 WebRtcIsac_PitchfilterPre_la(double* in_data, double* out_data, PitchFiltstr* pf_state, double* lags, double* gains) argument
371 WebRtcIsac_PitchfilterPre_gains( double* in_data, double* out_data, double out_dg[][PITCH_FRAME_LEN + QLOOKAHEAD], PitchFiltstr *pf_state, double* lags, double* gains) argument
379 WebRtcIsac_PitchfilterPost(double* in_data, double* out_data, PitchFiltstr* pf_state, double* lags, double* gains) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.h24 const u8 *in_data, size_t in_len,
28 const u8 *in_data, size_t in_len,
31 const u8 *in_data, size_t in_len,
H A Dtlsv1_server.h24 const u8 *in_data, size_t in_len, size_t *out_len);
26 const u8 *in_data, size_t in_len,
29 const u8 *in_data, size_t in_len,
H A Dtlsv1_record.c266 * @in_data: Received data
268 * @out_data: Buffer for output data (must be at least as long as in_data)
272 * Returns: Number of bytes used from in_data on success, 0 if record was not
279 const u8 *in_data, size_t in_len,
294 in_data, in_len);
298 ct = in_data[0];
299 rlen = WPA_GET_BE16(in_data + 3);
301 "length %d", ct, in_data[1], in_data[2], (int) rlen);
308 if (in_data[
278 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.h24 const u8 *in_data, size_t in_len,
28 const u8 *in_data, size_t in_len,
31 const u8 *in_data, size_t in_len,
H A Dtlsv1_server.h24 const u8 *in_data, size_t in_len, size_t *out_len);
26 const u8 *in_data, size_t in_len,
29 const u8 *in_data, size_t in_len,
H A Dtlsv1_record.c266 * @in_data: Received data
268 * @out_data: Buffer for output data (must be at least as long as in_data)
272 * Returns: Number of bytes used from in_data on success, 0 if record was not
279 const u8 *in_data, size_t in_len,
294 in_data, in_len);
298 ct = in_data[0];
299 rlen = WPA_GET_BE16(in_data + 3);
301 "length %d", ct, in_data[1], in_data[2], (int) rlen);
308 if (in_data[
278 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client.h24 const u8 *in_data, size_t in_len,
28 const u8 *in_data, size_t in_len,
31 const u8 *in_data, size_t in_len,
H A Dtlsv1_server.h24 const u8 *in_data, size_t in_len, size_t *out_len);
26 const u8 *in_data, size_t in_len,
29 const u8 *in_data, size_t in_len,
H A Dtlsv1_record.c266 * @in_data: Received data
268 * @out_data: Buffer for output data (must be at least as long as in_data)
272 * Returns: Number of bytes used from in_data on success, 0 if record was not
279 const u8 *in_data, size_t in_len,
294 in_data, in_len);
298 ct = in_data[0];
299 rlen = WPA_GET_BE16(in_data + 3);
301 "length %d", ct, in_data[1], in_data[2], (int) rlen);
308 if (in_data[
278 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]

Completed in 593 milliseconds

1234