/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.c | 322 get_line (LinesGetter * lg, gint field_offset, guint plane, gint line, in get_line() function 430 scanlines.tp = get_line (&lg, -1, 0, i, -1); in gst_deinterlace_simple_method_deinterlace_frame_packed() 431 scanlines.bp = get_line (&lg, -1, 0, i, 1); in gst_deinterlace_simple_method_deinterlace_frame_packed() 433 scanlines.tt0 = get_line (&lg, 0, 0, i, -2); in gst_deinterlace_simple_method_deinterlace_frame_packed() 434 scanlines.m0 = get_line (&lg, 0, 0, i, 0); in gst_deinterlace_simple_method_deinterlace_frame_packed() 435 scanlines.bb0 = get_line (&lg, 0, 0, i, 2); in gst_deinterlace_simple_method_deinterlace_frame_packed() 437 scanlines.t1 = get_line (&lg, 1, 0, i, -1); in gst_deinterlace_simple_method_deinterlace_frame_packed() 438 scanlines.b1 = get_line (&lg, 1, 0, i, 1); in gst_deinterlace_simple_method_deinterlace_frame_packed() 440 scanlines.tt2 = get_line (&lg, 2, 0, i, -2); in gst_deinterlace_simple_method_deinterlace_frame_packed() 441 scanlines.m2 = get_line (&lg, 2, 0, i, 0); in gst_deinterlace_simple_method_deinterlace_frame_packed() [all …]
|
/third_party/toybox/toys/posix/ |
D | comm.c | 52 line[i] = get_line(file[i]); in comm_main() 62 line[i] = get_line(file[i]); in comm_main() 68 line[i] = get_line(file[i]); in comm_main() 76 line[i] = get_line(file[i]); in comm_main()
|
D | patch.c | 157 char *data = get_line(TT.filein); in apply_one_hunk() 300 patchline = get_line(TT.filepatch); in patch_main()
|
/third_party/ffmpeg/libavformat/ |
D | ffmetadec.c | 78 static void get_line(AVIOContext *s, uint8_t *buf, int size) in get_line() function 106 get_line(s->pb, line, sizeof(line)); in read_chapter() 109 get_line(s->pb, line, sizeof(line)); in read_chapter() 116 get_line(s->pb, line, sizeof(line)); in read_chapter()
|
D | mpjpegdec.c | 52 static int get_line(AVIOContext *pb, char *line, int line_size) in get_line() function 138 ret = get_line(s->pb, boundary, sizeof(boundary)); in mpjpeg_read_header() 183 ret = get_line(pb, line, sizeof(line)); in parse_multipart_header() 191 ret = get_line(pb, line, sizeof(line)); in parse_multipart_header() 210 ret = get_line(pb, line, sizeof(line)); in parse_multipart_header()
|
D | assdec.c | 95 static int64_t get_line(AVBPrint *buf, FFTextReader *tr) in get_line() function 134 int64_t pos = get_line(&line, &tr); in ass_read_header()
|
/third_party/toybox/kconfig/lxdialog/ |
D | textbox.c | 27 static char *get_line(void); 179 get_line(); in dialog_textbox() 326 line = get_line(); in print_line() 350 static char *get_line(void) in get_line() function
|
/third_party/toybox/lib/ |
D | pending.h | 10 char *get_line(int fd);
|
D | lib.c | 726 char *get_line(int fd) in get_line() function
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | text-options.hh | 76 const char *get_line (unsigned int *len); 272 text_options_t::get_line (unsigned int *len) in get_line() function in text_options_t
|
D | shape-consumer.hh | 57 if (!(text = app.get_line (&text_len))) in consume_line()
|
D | hb-ot-shape-closure.cc | 67 if (!(text = text_opts.get_line (&text_len))) in consume_line()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 157 def get_line(self, num): member in StringStream 214 pat_line = self.pattern.get_line(pat_pos.line) 219 pat_line = func_res.pattern.get_line(pat_pos.line) 352 out_line = state.g['output'].get_line(res.output_pos.line)
|
/third_party/python/Lib/ |
D | tabnanny.py | 72 def get_line(self): member in NannyNag 119 line = nag.get_line()
|
/third_party/toybox/toys/net/ |
D | rfkill.c | 84 while ((line = get_line(tvar))) { in rfkill_main()
|
/third_party/mbedtls/tests/suites/ |
D | host_test.function | 105 int get_line(FILE *f, char *buf, size_t len) 590 if ((ret = get_line(file, buf, sizeof(buf))) != 0) { 606 if ((ret = get_line(file, buf, sizeof(buf))) != 0) { 626 if ((ret = get_line(file, buf, sizeof(buf))) != 0) {
|
/third_party/python/Lib/test/ |
D | test_tabnanny.py | 135 line = nanny.get_line()
|
/third_party/selinux/libsepol/src/ |
D | module_to_cil.c | 124 static int get_line(char **start, char *end, char **line) in get_line() function 3136 while ((rc = get_line(&cur, end, &line)) > 0) { in seusers_to_cil() 3227 while ((rc = get_line(&cur, end, &line)) > 0) { in user_extra_to_cil() 3297 while ((rc = get_line(&cur, end, &line)) > 0) { in file_contexts_to_cil()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 1344 static uint8_t *get_line(AVIOContext *s) in get_line() function 1484 buf = get_line(s); in new_output_stream()
|