Home
last modified time | relevance | path

Searched refs:file_buf (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Dutf8.c38 uint8_t *file_buf; in main() local
43 ret = av_file_map(filename, &file_buf, &file_buf_size, 0, NULL); in main()
47 p = file_buf; in main()
48 endp = file_buf + file_buf_size; in main()
69 av_file_unmap(file_buf, file_buf_size); in main()
/third_party/ltp/testcases/lib/
H A Dtst_ns_exec.c50 char file_buf[64]; in open_ns_fd() local
52 sprintf(file_buf, "%s/%s/ns/%s", PROC_PATH, pid, ns); in open_ns_fd()
54 fd = SAFE_OPEN(file_buf, O_RDONLY); in open_ns_fd()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_exec.c59 char file_buf[30]; in open_ns_fd() local
61 sprintf(file_buf, "%s/%s/ns/%s", PROC_PATH, pid, ns); in open_ns_fd()
63 fd = open(file_buf, O_RDONLY); in open_ns_fd()
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c419 uint8_t *file_buf, *buf; in init() local
422 &file_buf, &file_bufsize, 0, ctx); in init()
429 av_file_unmap(file_buf, file_bufsize); in init()
432 memcpy(buf, file_buf, file_bufsize); in init()
434 av_file_unmap(file_buf, file_bufsize); in init()
H A Dvsrc_life.c46 uint8_t *file_buf; member
169 if ((ret = av_file_map(life->filename, &life->file_buf, &life->file_bufsize, in init_pattern_from_file()
177 if (life->file_buf[i] == '\n') { in init_pattern_from_file()
206 p = life->file_buf; in init_pattern_from_file()
274 av_file_unmap(life->file_buf, life->file_bufsize); in uninit()
H A Dvsrc_cellauto.c45 uint8_t *file_buf; member
149 &s->file_buf, &s->file_bufsize, 0, ctx); in init_pattern_from_file()
157 memcpy(s->pattern, s->file_buf, s->file_bufsize); in init_pattern_from_file()
213 av_file_unmap(s->file_buf, s->file_bufsize); in uninit()

Completed in 4 milliseconds