Home
last modified time | relevance | path

Searched refs:fill_buf (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.cc31 char fill_buf[32]; in WritePadding() local
32 memset(fill_buf, o.fill(), sizeof(fill_buf)); in WritePadding()
34 size_t n = std::min(pad, sizeof(fill_buf)); in WritePadding()
35 o.write(fill_buf, n); in WritePadding()
/third_party/pulseaudio/src/modules/
Dstdin-util.c40 int fill_buf(struct userdata *u) { in fill_buf() function
61 if (fill_buf(u) < 0) in read_byte()
84 if (fill_buf(u) < 0) in read_string()
Dstdin-util.h65 int fill_buf(struct userdata *u);
/third_party/alsa-utils/axfer/test/
Dgenerator.c88 static int fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_buf() function
167 fill = fill_buf; in test_frame_count()
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c186 static void fill_buf(uint8_t *data, int w, int h, int linesize, uint8_t v) in fill_buf() function
211 fill_buf(cmkp, width, height, cmk_linesize, 0xff); in calc_combed_score()
214 fill_buf(cmkp, width, height, cmk_linesize, 0); in calc_combed_score()
515 fill_buf(mapp, width, height, map_linesize, 0); in compare_fields()
/third_party/rust/crates/either/src/
Dlib.rs1135 fn fill_buf(&mut self) -> io::Result<&[u8]> { in fill_buf() function
1136 for_both!(*self, ref mut inner => inner.fill_buf()) in fill_buf()
/third_party/ffmpeg/libavformat/
Dhls.c1136 int fill_buf = 0; in intercept_id3() local
1149 fill_buf = 1; in intercept_id3()
1156 fill_buf = 0; in intercept_id3()
1208 if (*len >= 0 && (fill_buf || *len == 0)) { in intercept_id3()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c5447 GstBuffer *fill_buf; in gst_qt_mux_add_buffer() local
5449 fill_buf = gst_buffer_new_allocate (NULL, fill_size, NULL); in gst_qt_mux_add_buffer()
5450 gst_buffer_memset (fill_buf, 0, 0, fill_size); in gst_qt_mux_add_buffer()
5452 ret = gst_qt_mux_send_buffer (qtmux, fill_buf, &qtmux->mdat_size, TRUE); in gst_qt_mux_add_buffer()