Home
last modified time | relevance | path

Searched refs:vc1_info (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenc.h157 } vc1_info; member
Dmovenc.c937 int packet_seq = track->vc1_info.packet_seq; in mov_write_dvc1_structs()
938 int packet_entry = track->vc1_info.packet_entry; in mov_write_dvc1_structs()
939 int slices = track->vc1_info.slices; in mov_write_dvc1_structs()
5215 trk->vc1_info.slices = 1; in mov_parse_vc1_frame()
5219 if (!trk->entry && trk->vc1_info.first_packet_seen) in mov_parse_vc1_frame()
5220 trk->vc1_info.first_frag_written = 1; in mov_parse_vc1_frame()
5221 if (!trk->entry && !trk->vc1_info.first_frag_written) { in mov_parse_vc1_frame()
5223 trk->vc1_info.first_packet_seq = seq; in mov_parse_vc1_frame()
5224 trk->vc1_info.first_packet_entry = entry; in mov_parse_vc1_frame()
5225 trk->vc1_info.first_packet_seen = 1; in mov_parse_vc1_frame()
[all …]