Home
last modified time | relevance | path

Searched refs:fill_buf (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A 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/
H A 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()
H A Dstdin-util.h65 int fill_buf(struct userdata *u);
/third_party/alsa-utils/axfer/test/
H A 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/
H A 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/ffmpeg/libavformat/
H A Dhls.c1182 int fill_buf = 0; in intercept_id3() local
1195 fill_buf = 1; in intercept_id3()
1202 fill_buf = 0; in intercept_id3()
1254 if (*len >= 0 && (fill_buf || *len == 0)) { in intercept_id3()

Completed in 7 milliseconds