Home
last modified time | relevance | path

Searched refs:AVFormatContext (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h210 struct AVFormatContext;
430 int (*write_header)(struct AVFormatContext *);
438 int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
439 int (*write_trailer)(struct AVFormatContext *);
443 int (*interleave_packet)(struct AVFormatContext *, AVPacket *out,
454 void (*get_output_timestamp)(struct AVFormatContext *s, int stream,
528 int (*read_header)(struct AVFormatContext *);
539 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
545 int (*read_close)(struct AVFormatContext *);
555 int (*read_seek)(struct AVFormatContext *,
[all …]
/external/libvncserver/client_examples/
Dvnc2mpg.c48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h) in add_video_stream()
119 void open_video(AVFormatContext *oc, AVStream *st) in open_video()
171 void write_video_frame(AVFormatContext *oc, AVStream *st) in write_video_frame()
233 void close_video(AVFormatContext *oc, AVStream *st) in close_video()
247 static AVFormatContext *oc;
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp250 AVFormatContext * ic;
1007 AVFormatContext * oc;
1130 static AVStream *icv_add_video_stream_FFMPEG(AVFormatContext *oc, in icv_add_video_stream_FFMPEG()
1269 static int icv_av_write_frame_FFMPEG( AVFormatContext * oc, AVStream * video_st, in icv_av_write_frame_FFMPEG()
1922 …static AVStream* addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitra…
1925 AVFormatContext* oc_;
1969 AVStream* OutputMediaStream_FFMPEG::addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w… in addVideoStream()
2243 AVFormatContext* ctx_;