Searched refs:bytes_in (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/ |
D | bio_prefix_text.c | 77 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/ |
D | gstscaletempo.c | 236 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/ |
D | gstdownloadbuffer.h | 90 guint64 bytes_in; member
|
D | gstqueue2.h | 131 guint64 bytes_in; member
|
D | gstdownloadbuffer.c | 371 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()
|
D | gstqueue2.c | 1224 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/ |
D | SDL_emscriptenaudio.c | 71 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/ |
D | ppp.c | 1612 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()
|
D | auth.c | 1289 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/ |
D | ppp_impl.h | 373 unsigned int bytes_in; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 235 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/ |
D | vmlinux.h | 85231 long unsigned int bytes_in; member
|