Home
last modified time | relevance | path

Searched refs:init_stream (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dbintext.c53 static AVStream * init_stream(AVFormatContext *s) in init_stream() function
175 AVStream *st = init_stream(s); in bintext_read_header()
220 AVStream *st = init_stream(s); in xbin_read_header()
267 st = init_stream(s); in adf_read_header()
324 st = init_stream(s); in idf_read_header()
/third_party/ltp/tools/sparse/sparse-src/
Dtoken.h218 extern int init_stream(const struct position *pos, const char *, int fd, const char **next_path);
Dtokenize.c313 int init_stream(const struct position *pos, const char *name, int fd, const char **next_path) in init_stream() function
1025 idx = init_stream(pos, name, fd, next_path); in tokenize()
Dsymbol.c855 int stream = init_stream(NULL, "builtin", -1, includepath); in init_symbols()
Dpre-process.c2096 int stream = init_stream(NULL, "preprocessor", -1, includepath); in init_preprocessor()