HomeSort by relevance Sort by last modified time
    Searched full:in_bytes (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
if.h 51 u_int in_bytes; /* Input bytes */ member in struct:slirp_ifstats
debug.c 118 lprint(" %6d input packets received (%d bytes)\r\n", is->in_pkts, is->in_bytes);
  /external/qemu/slirp-android/
if.h 51 u_int in_bytes; /* Input bytes */ member in struct:slirp_ifstats
debug.c 117 lprint(" %6d input packets received (%d bytes)\r\n", is->in_pkts, is->in_bytes);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 232 int8_t* in_bytes = static_cast<int8_t*>(in_buf); local
235 in_bytes += off;
241 written = w_ptr->write(in_bytes, in_len);
257 int8_t* in_bytes = static_cast<int8_t*>(in_buf); local
265 read = r_ptr->read(in_bytes, off, in_len);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 663 ** in_bytes: Length of the input PCM sample buffer in byte.
671 INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst)
676 APPL_TRACE_DEBUG("bta_pcm_resample : insamples %d", (in_bytes / bta_dm_pcm_cb.divisor));
680 out_sample = (*bta_dm_pcm_cb.filter) (p_src, p_dst, (in_bytes / bta_dm_pcm_cb.divisor),
686 (in_bytes / bta_dm_pcm_cb.divisor), bta_dm_pcm_cb.src_sps);
  /external/libpng/contrib/tools/
pngfix.c 2279 png_uint_32 in_bytes = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 1510 milliseconds