HomeSort by relevance Sort by last modified time
    Searched defs:in_buf (Results 1 - 25 of 31) sorted by null

1 2

  /external/adhd/cras/src/tests/
linear_resampler_unittest.cc 16 static uint8_t in_buf[BUF_SIZE]; variable
27 memset(in_buf, 0, BUF_SIZE);
30 *((int16_t *)(in_buf + i * 4)) = i * 10;
31 *((int16_t *)(in_buf + i * 4 + 2)) = i * 20;
37 rc = linear_resampler_resample(lr, in_buf + 4 * in_offset, &count,
45 rc = linear_resampler_resample(lr, in_buf + 4 * in_offset, &count,
52 EXPECT_GE(*(int16_t *)(in_buf + 4 * i),
54 EXPECT_LE(*(int16_t *)(in_buf + 4 * i),
67 memset(in_buf, 0, BUF_SIZE);
70 *((int16_t *)(in_buf + i * 4)) = SHRT_MAX - i
    [all...]
fmt_conv_unittest.cc 51 int16_t *in_buf; local
63 in_buf = (int16_t *)malloc(10 * 2 * 2);
78 out_frames = cras_fmt_conv_convert_frames(c, (uint8_t *)in_buf,
87 out_frames = cras_fmt_conv_convert_frames(c, (uint8_t *)in_buf,
95 free(in_buf);
    [all...]
  /external/strace/tests/
ioctl_sock_gifconf.c 54 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
56 if (in_buf) {
71 if ((rc < 0) || !in_buf) {
72 if (in_buf)
73 printf("%p", in_buf);
109 char *in_buf; local
114 in_buf = ifc->ifc_buf;
122 print_ifconf(ifc, in_len, in_buf, rc);
  /external/strace/tests-m32/
ioctl_sock_gifconf.c 54 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
56 if (in_buf) {
71 if ((rc < 0) || !in_buf) {
72 if (in_buf)
73 printf("%p", in_buf);
109 char *in_buf; local
114 in_buf = ifc->ifc_buf;
122 print_ifconf(ifc, in_len, in_buf, rc);
  /external/strace/tests-mx32/
ioctl_sock_gifconf.c 54 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
56 if (in_buf) {
71 if ((rc < 0) || !in_buf) {
72 if (in_buf)
73 printf("%p", in_buf);
109 char *in_buf; local
114 in_buf = ifc->ifc_buf;
122 print_ifconf(ifc, in_len, in_buf, rc);
  /external/libxcam/xcore/
image_handler.h 49 SmartPtr<VideoBuffer> in_buf; member in struct:XCam::ImageHandler::Parameters
53 : in_buf (in), out_buf (out)
  /external/nos/host/android/citadel/libnos_datagram/
citadel.c 52 static uint8_t in_buf[MAX_DEVICE_TRANSFER]; variable
55 .buf = (unsigned long)in_buf,
92 memcpy(buf, in_buf, len);
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
resolve_constant_concatenation_test.cc 117 static float in_buf[kNumArrays][kBufSize] = { local
138 std::copy(in_buf[cnt], in_buf[cnt] + kBufSize, buf_ptr);
  /external/libxcam/modules/soft/
soft_blender_tasks_priv.h 91 SmartPtr<VideoBuffer> in_buf; member in struct:XCam::XCamSoftTasks::GaussDownScale::Args
101 , in_buf (in)
soft_geo_mapper.cpp 87 const VideoBufferInfo &in_info = param->in_buf->get_video_info ();
125 SmartPtr<VideoBuffer> in_buf = param->in_buf, out_buf = param->out_buf; local
127 args->in_luma = new UcharImage (in_buf, 0);
128 args->in_uv = new Uchar2Image (in_buf, 1);
146 param->in_buf.release ();
162 param->in_buf.release ();
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 271 MediaBufferBase *in_buf; local
273 in_buf = NULL;
275 res = mSource->read(&in_buf, options);
278 if (in_buf != NULL) {
279 in_buf->release();
280 in_buf = NULL;
303 if (in_buf == NULL) { // should not happen
305 } else if (in_buf->range_length() != 0) {
308 in_buf->release();
311 if (in_buf != NULL)
    [all...]
  /external/kmod/libkmod/
libkmod-file.c 90 uint8_t in_buf[BUFSIZ], out_buf[BUFSIZ]; local
102 ssize_t rdret = read(file->fd, in_buf, sizeof(in_buf));
107 strm->next_in = in_buf;
  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_op.h 220 auto* in_buf = input_buffer; local
237 Eigen::internal::pscatter<T, Packet>(in_buf + dm, v,
240 in_buf += replicated_packet_size;
253 Eigen::internal::pstoreu<T>(in_buf + base + dm, p);
257 in_buf[base + dm_vectorized_size + dm] = v;
262 in_buf[base + dm] = v;
266 in_buf += input_scalar_size * args.depth_multiplier;
270 in_buf[d] = static_cast<T>(0);
272 in_buf += output_pad_size;
276 memset(in_buf, 0, sizeof(T) * padded_filter_inner_dim_size)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 20 struct wpabuf *in_buf; member in struct:eap_ikev2_data
111 wpabuf_free(data->in_buf);
271 if (len > wpabuf_tailroom(data->in_buf)) {
277 wpabuf_put_data(data->in_buf, buf, len);
280 (unsigned long) wpabuf_tailroom(data->in_buf));
293 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) {
300 if (data->in_buf == NULL) {
309 data->in_buf = wpabuf_alloc(message_length);
310 if (data->in_buf == NULL) {
316 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_tnc.c 20 struct wpabuf *in_buf; member in struct:eap_tnc_data
63 wpabuf_free(data->in_buf);
152 if (len > wpabuf_tailroom(data->in_buf)) {
158 wpabuf_put_data(data->in_buf, buf, len);
161 (unsigned long) wpabuf_tailroom(data->in_buf));
174 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) {
181 if (data->in_buf == NULL) {
183 data->in_buf = wpabuf_alloc(message_length);
184 if (data->in_buf == NULL) {
190 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_wsc.c 22 struct wpabuf *in_buf; member in struct:eap_wsc_data
291 wpabuf_free(data->in_buf);
378 if (len > wpabuf_tailroom(data->in_buf)) {
384 wpabuf_put_data(data->in_buf, buf, len);
387 (unsigned long) wpabuf_tailroom(data->in_buf));
400 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) {
407 if (data->in_buf == NULL) {
409 data->in_buf = wpabuf_alloc(message_length);
410 if (data->in_buf == NULL) {
417 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ikev2.c 20 struct wpabuf *in_buf; member in struct:eap_ikev2_data
126 wpabuf_free(data->in_buf);
283 if (len > wpabuf_tailroom(data->in_buf)) {
289 wpabuf_put_data(data->in_buf, buf, len);
292 (unsigned long) wpabuf_tailroom(data->in_buf));
303 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) {
309 if (data->in_buf == NULL) {
317 data->in_buf = wpabuf_alloc(message_length);
318 if (data->in_buf == NULL) {
323 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_server_wsc.c 22 struct wpabuf *in_buf; member in struct:eap_wsc_data
158 wpabuf_free(data->in_buf);
302 if (len > wpabuf_tailroom(data->in_buf)) {
308 wpabuf_put_data(data->in_buf, buf, len);
311 (unsigned long) wpabuf_tailroom(data->in_buf));
322 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) {
328 if (data->in_buf == NULL) {
330 data->in_buf = wpabuf_alloc(message_length);
331 if (data->in_buf == NULL) {
337 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_server_tnc.c 23 struct wpabuf *in_buf; member in struct:eap_tnc_data
97 wpabuf_free(data->in_buf);
401 if (len > wpabuf_tailroom(data->in_buf)) {
407 wpabuf_put_data(data->in_buf, buf, len);
410 (unsigned long) wpabuf_tailroom(data->in_buf));
421 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) {
427 if (data->in_buf == NULL) {
429 data->in_buf = wpabuf_alloc(message_length);
430 if (data->in_buf == NULL) {
435 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
  /bionic/libc/kernel/uapi/linux/
ndctl.h 40 __u8 in_buf[0]; member in struct:nd_cmd_set_config_hdr
45 __u8 in_buf[0]; member in struct:nd_cmd_vendor_hdr
  /external/kernel-headers/original/uapi/linux/
ndctl.h 39 __u8 in_buf[0]; member in struct:nd_cmd_set_config_hdr
45 __u8 in_buf[0]; member in struct:nd_cmd_vendor_hdr
  /external/libxaac/decoder/
ixheaacd_hbe_trans.c 288 FLOAT32 *in_buf = &ptr_hbe_txposer->qmf_in_buf[0][2 * qmf_band_idx]; local
296 x_r = in_buf[0];
297 x_i = in_buf[1];
315 in_buf += 128;
319 in_buf -= (128 * (ptr_hbe_txposer->hbe_qmf_in_len) - 2);
327 FLOAT32 *in_buf = &ptr_hbe_txposer->qmf_in_buf[0][2 * qmf_band_idx]; local
335 x_r = in_buf[0];
336 x_i = in_buf[1];
352 in_buf += 128;
356 in_buf -= (128 * (ptr_hbe_txposer->hbe_qmf_in_len) - 2)
800 FLOAT32 *in_buf = &ptr_hbe_txposer->qmf_in_buf[0][2 * inp_band_idx]; local
876 FLOAT32 *in_buf = &ptr_hbe_txposer->qmf_in_buf[0][2 * inp_band_idx]; local
1255 FLOAT32 *in_buf = &ptr_hbe_txposer->qmf_in_buf[0][2 * inp_band_idx]; local
1334 FLOAT32 *in_buf = &ptr_hbe_txposer->qmf_in_buf[0][2 * inp_band_idx]; local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
qseecom.h 112 uint8_t * in_buf; member in struct:qseecom_mdtp_cipher_dip_req
  /device/google/bonito/sdm710/original-kernel-headers/linux/
qseecom.h 182 * @in_buf - input buffer
189 uint8_t *in_buf; member in struct:qseecom_mdtp_cipher_dip_req
  /device/google/crosshatch/sdm845/kernel-headers/linux/
qseecom.h 112 uint8_t * in_buf; member in struct:qseecom_mdtp_cipher_dip_req

Completed in 999 milliseconds

1 2