Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drpl.c54 static int read_line(AVIOContext * pb, char* line, int bufsize) in read_line() function
87 *error |= read_line(pb, line, sizeof(line)); in read_line_and_int()
138 error |= read_line(pb, line, sizeof(line)); // ARMovie in rpl_read_header()
139 error |= read_line(pb, line, sizeof(line)); // movie name in rpl_read_header()
141 error |= read_line(pb, line, sizeof(line)); // date/copyright in rpl_read_header()
143 error |= read_line(pb, line, sizeof(line)); // author and other in rpl_read_header()
180 error |= read_line(pb, line, sizeof(line)); in rpl_read_header()
183 error |= read_line(pb, line, sizeof(line)); // video frames per second in rpl_read_header()
201 error |= read_line(pb, line, sizeof(line)); in rpl_read_header()
255 error |= read_line(pb, line, sizeof(line)); in rpl_read_header()
[all …]
Dlrcdec.c102 static int64_t read_line(AVBPrint *buf, AVIOContext *pb) in read_line() function
173 int64_t pos = read_line(&line, s->pb); in lrc_read_header()
Drtspdec.c71 static inline int read_line(AVFormatContext *s, char *rbuf, const int rbufsize, in read_line() function
149 ret = read_line(s, rbuf, sizeof(rbuf), &rbuflen); in rtsp_read_request()
485 ret = read_line(s, rbuf, sizeof(rbuf), &rbuflen); in ff_rtsp_parse_streaming_commands()
687 ret = read_line(s, rbuf, sizeof(rbuf), &rbuflen); in rtsp_listen()
/third_party/rust/crates/nom/tests/
Dmultiline.rs16 pub fn read_line(input: &str) -> IResult<&str, &str> { in read_line() function
21 many0(read_line)(input) in read_lines()
/third_party/gstreamer/gstreamer/tests/misc/
Dplot-data22 def read_line(fd, state): function
41 newstate = read_line(fd, state)
/third_party/toybox/toys/pending/
Dmodprobe.c161 static int read_line(FILE *fl, char **li) in read_line() function
223 for (line = linecp = NULL; read_line(fc, &line) >= 0; in config_action()
286 while (read_line(fe, &line) >= 0) { in depmode_read_entry()
313 for (; read_line(fe, &line) >= 0; free(line)) { in find_dep()
495 while (read_line(fs, &procline) > 0) { in modprobe_main()
/third_party/ffmpeg/libavfilter/
Dvf_readeia608.c85 void (*read_line[2])(AVFrame *in, int nb_line, member
361 s->read_line[0] = read_byte; in READ_LINE()
362 s->read_line[1] = read_word; in READ_LINE()
380 s->read_line[s->depth > 8](in, nb_line, line, s->lp, w); in extract_line()
/third_party/rust/crates/rustix/examples/
Ddup2_to_replace_stdio.rs48 BufReader::new(std::io::stdin()).read_line(&mut s).unwrap(); in main()
/third_party/ntfs-3g/libntfs-3g/
Dioctl.c107 static int read_line(const char *path, char *line, size_t max_bytes) in read_line() function
128 ret = read_line(path, line, sizeof line); in read_u64()
/third_party/cups-filters/filter/foomatic-rip/
Drenderer.c140 char * read_line(FILE *stream, size_t *readbytes) in read_line() function
187 while ((line = read_line(stream, readbinarybytes))) in read_jcl_lines()
/third_party/rust/crates/clap/examples/
Drepl.rs89 .read_line(&mut buffer) in readline()
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py293 def read_line(self, line): member in PSAMacroCollector
352 self.read_line(line)
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py160 def read_line(self): member in StringStream
321 output.read_line()
/third_party/rust/crates/either/src/
Dlib.rs1147 fn read_line(&mut self, buf: &mut std::string::String) -> io::Result<usize> { in read_line() function
1148 for_both!(*self, ref mut inner => inner.read_line(buf)) in read_line()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c1539 read_line (GstRTSPConnection * conn, guint8 * buffer, guint * idx, guint size, in read_line() function
2524 res = read_line (conn, builder->buffer, &builder->offset, in build_next()
/third_party/python/Lib/test/
Dtest_subprocess.py1246 read_line = p.stdout.readline()
1254 self.assertEqual(read_line, expected)
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.81872 (rtsp_connection_send), (read_line), (parse_request_line),
1919 (read_line), (read_string), (read_key), (parse_response_status),
/third_party/gstreamer/gstplugins_base/
DChangeLog122020 rtsp: Made read_line() support LWS.
122021 Rewrote read_line() to support LWS (Line White Space), the method used by
134733 (read_line), (gst_rtsp_connection_read_internal):
140179 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
/third_party/gstreamer/gstplugins_good/
DChangeLog141942 (rtsp_connection_connect), (rtsp_connection_send), (read_line),