Lines Matching refs:AVFormatContext
46 AVFormatContext *avf;
50 static int webm_chunk_init(AVFormatContext *s) in webm_chunk_init()
54 AVFormatContext *oc; in webm_chunk_init()
141 static int get_chunk_filename(AVFormatContext *s, char filename[MAX_FILENAME_SIZE]) in get_chunk_filename()
155 static int webm_chunk_write_header(AVFormatContext *s) in webm_chunk_write_header()
158 AVFormatContext *oc = wc->avf; in webm_chunk_write_header()
169 static int chunk_start(AVFormatContext *s) in chunk_start()
172 AVFormatContext *oc = wc->avf; in chunk_start()
182 static int chunk_end(AVFormatContext *s, int flush) in chunk_end()
185 AVFormatContext *oc = wc->avf; in chunk_end()
218 static int webm_chunk_write_packet(AVFormatContext *s, AVPacket *pkt) in webm_chunk_write_packet()
221 AVFormatContext *oc = wc->avf; in webm_chunk_write_packet()
250 static int webm_chunk_write_trailer(AVFormatContext *s) in webm_chunk_write_trailer()
253 AVFormatContext *oc = wc->avf; in webm_chunk_write_trailer()
267 static void webm_chunk_deinit(AVFormatContext *s) in webm_chunk_deinit()