av_file_map 78 doc/examples/avio_reading.c ret = av_file_map(input_filename, &buffer, &buffer_size, 0, NULL); av_file_map 166 libavfilter/asrc_flite.c if ((ret = av_file_map(flite->textfile, &textbuf, &textbuf_size, 0, ctx)) < 0) { av_file_map 415 libavfilter/f_sendcmd.c ret = av_file_map(s->commands_filename, av_file_map 364 libavfilter/vf_curves.c ret = av_file_map(fname, &buf, &size, 0, NULL); av_file_map 579 libavfilter/vf_drawtext.c if ((err = av_file_map(s->textfile, &textbuf, &textbuf_size, 0, ctx)) < 0) { av_file_map 151 libavfilter/vf_libopencv.c if ((ret = av_file_map(filename, &buf, &size, 0, log_ctx)) < 0) av_file_map 193 libavfilter/vf_selectivecolor.c ret = av_file_map(fname, &buf, &size, 0, NULL); av_file_map 148 libavfilter/vsrc_cellauto.c ret = av_file_map(s->filename, av_file_map 169 libavfilter/vsrc_life.c if ((ret = av_file_map(life->filename, &life->file_buf, &life->file_bufsize, av_file_map 46 libavutil/file.h int av_file_map(const char *filename, uint8_t **bufptr, size_t *size, av_file_map 27 libavutil/tests/file.c if (av_file_map("file.c", &buf, &size, 0, NULL) < 0) av_file_map 43 libavutil/tests/utf8.c ret = av_file_map(filename, &file_buf, &file_buf_size, 0, NULL);