Home
last modified time | relevance | path

Searched refs:get_line (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c322 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/
Dcomm.c52 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()
Dpatch.c157 char *data = get_line(TT.filein); in apply_one_hunk()
300 patchline = get_line(TT.filepatch); in patch_main()
/third_party/ffmpeg/libavformat/
Dffmetadec.c78 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()
Dmpjpegdec.c52 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()
Dassdec.c95 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/
Dtextbox.c27 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/
Dpending.h10 char *get_line(int fd);
Dlib.c726 char *get_line(int fd) in get_line() function
/third_party/skia/third_party/externals/harfbuzz/util/
Dtext-options.hh76 const char *get_line (unsigned int *len);
272 text_options_t::get_line (unsigned int *len) in get_line() function in text_options_t
Dshape-consumer.hh57 if (!(text = app.get_line (&text_len))) in consume_line()
Dhb-ot-shape-closure.cc67 if (!(text = text_opts.get_line (&text_len))) in consume_line()
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py157 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/
Dtabnanny.py72 def get_line(self): member in NannyNag
119 line = nag.get_line()
/third_party/toybox/toys/net/
Drfkill.c84 while ((line = get_line(tvar))) { in rfkill_main()
/third_party/mbedtls/tests/suites/
Dhost_test.function105 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/
Dtest_tabnanny.py135 line = nanny.get_line()
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c124 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/
Dffmpeg_opt.c1344 static uint8_t *get_line(AVIOContext *s) in get_line() function
1484 buf = get_line(s); in new_output_stream()