Searched refs:avi_stream2fourcc (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | avienc.c | 180 static char *avi_stream2fourcc(char *tag, int index, enum AVMediaType type) in avi_stream2fourcc() function 251 ffio_wfourcc(pb, avi_stream2fourcc(tag, stream_index, par->codec_type)); in write_odml_master() 661 avi_stream2fourcc(tag, i, s->streams[i]->codecpar->codec_type); in avi_write_ix() 728 avi_stream2fourcc(tag, stream_id, in avi_write_idx1() 822 avi_stream2fourcc(tag, stream_index, par->codec_type); in avi_write_packet() 892 avi_stream2fourcc(tag, stream_index, par->codec_type); in avi_write_packet_internal()
|