Searched refs:init_stream (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | bintext.c | 53 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/ |
D | token.h | 218 extern int init_stream(const struct position *pos, const char *, int fd, const char **next_path);
|
D | tokenize.c | 313 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()
|
D | symbol.c | 855 int stream = init_stream(NULL, "builtin", -1, includepath); in init_symbols()
|
D | pre-process.c | 2096 int stream = init_stream(NULL, "preprocessor", -1, includepath); in init_preprocessor()
|