Searched refs:ic_ptr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h848 int av_open_input_stream(AVFormatContext **ic_ptr,
856 * @param ic_ptr The opened media file handle is put here.
864 int av_open_input_file(AVFormatContext **ic_ptr, const char *filename,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h848 int av_open_input_stream(AVFormatContext **ic_ptr,
856 * @param ic_ptr The opened media file handle is put here.
864 int av_open_input_file(AVFormatContext **ic_ptr, const char *filename,
H A Dutils.c404 int av_open_input_stream(AVFormatContext **ic_ptr, argument
420 ic = *ic_ptr;
455 *ic_ptr = ic;
471 *ic_ptr = NULL;
479 int av_open_input_file(AVFormatContext **ic_ptr, const char *filename, argument
543 err = av_open_input_stream(ic_ptr, pb, filename, fmt, ap);
551 *ic_ptr = NULL;

Completed in 42 milliseconds