Home
last modified time | relevance | path

Searched refs:bytes_in (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/test/
Dbio_prefix_text.c77 size_t bytes_in; in run_pipe() local
80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) in run_pipe()
83 while (bytes_out < bytes_in) { in run_pipe()
86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c236 guint bytes_in = gst_buffer_get_size (buf_in) - offset; in fill_queue() local
251 bytes_in_skip = MIN (st->bytes_to_slide, bytes_in); in fill_queue()
255 bytes_in -= bytes_in_skip; in fill_queue()
259 if (bytes_in > 0) { in fill_queue()
261 MIN (st->bytes_queue_max - st->bytes_queued, bytes_in); in fill_queue()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstdownloadbuffer.h90 guint64 bytes_in; member
Dgstqueue2.h131 guint64 bytes_in; member
Dgstdownloadbuffer.c371 dlbuf->bytes_in = 0; in reset_rate_timer()
430 period, dlbuf->bytes_in, dlbuf->byte_in_period); in update_in_rates()
432 byte_in_rate = dlbuf->bytes_in / period; in update_in_rates()
446 dlbuf->bytes_in = 0; in update_in_rates()
1200 dlbuf->bytes_in += info.size; in gst_download_buffer_chain()
Dgstqueue2.c1224 queue->bytes_in = 0; in reset_rate_timer()
1269 period, queue->bytes_in, queue->byte_in_period); in update_in_rates()
1271 byte_in_rate = queue->bytes_in / period; in update_in_rates()
1285 queue->bytes_in = 0; in update_in_rates()
2335 queue->bytes_in += size; in gst_queue2_locked_enqueue()
2360 queue->bytes_in += size; in gst_queue2_locked_enqueue()
4085 if (in_rate == 0.0 && queue->bytes_in in gst_queue2_get_property()
4087 in_rate = queue->bytes_in / queue->last_update_in_rates_elapsed; in gst_queue2_get_property()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/emscripten/
DSDL_emscriptenaudio.c71 const int bytes_in = SDL_AUDIO_BITSIZE(this->convert.src_format) / 8; in HandleAudioProcess() local
74 this->convert.len = this->hidden->conv_in_len * bytes_in * this->spec.channels; in HandleAudioProcess()
/third_party/lwip/src/netif/ppp/
Dppp.c1612 link_stats.bytes_in -= old_link_stats.bytes_in; in update_link_stats()
1625 info("Sent %u bytes, received %u bytes.", link_stats.bytes_out, link_stats.bytes_in); in print_link_stats()
Dauth.c1289 used = link_stats.bytes_in;
1296 … used = (link_stats.bytes_in > link_stats.bytes_out) ? link_stats.bytes_in : link_stats.bytes_out;
1299 used = link_stats.bytes_in+link_stats.bytes_out;
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h373 unsigned int bytes_in; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c235 guint64 bytes_in; member
530 dec->priv->bytes_in = 0; in gst_audio_decoder_reset()
1681 dec->priv->bytes_in += size; in gst_audio_decoder_handle_frame()
2905 dec->priv->bytes_in, dec->priv->samples_out, in gst_audio_decoder_sink_query_default()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h85231 long unsigned int bytes_in; member