Lines Matching refs:AVFormatContext
47 AVFormatContext *avf;
51 static int webm_chunk_init(AVFormatContext *s)
55 AVFormatContext *oc;
136 static int get_chunk_filename(AVFormatContext *s, char filename[MAX_FILENAME_SIZE])
150 static int webm_chunk_write_header(AVFormatContext *s)
153 AVFormatContext *oc = wc->avf;
164 static int chunk_start(AVFormatContext *s)
167 AVFormatContext *oc = wc->avf;
177 static int chunk_end(AVFormatContext *s, int flush)
180 AVFormatContext *oc = wc->avf;
213 static int webm_chunk_write_packet(AVFormatContext *s, AVPacket *pkt)
216 AVFormatContext *oc = wc->avf;
245 static int webm_chunk_write_trailer(AVFormatContext *s)
248 AVFormatContext *oc = wc->avf;
262 static void webm_chunk_deinit(AVFormatContext *s)