Lines Matching defs:index
81 { "faststart", "Run a second pass to put the index (moov atom) at the beginning of the file", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_FASTSTART}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
89 { "global_sidx", "Write a global sidx index at the start of the file", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_GLOBAL_SIDX}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
254 int index = 0, oldval = -1, i;
267 avio_wb32(pb, 0x1); // sample description index
269 index++;
274 avio_wb32(pb, index); // rewrite size
284 int i, index = 0;
294 index++;
299 avio_wb32(pb, index); // rewrite size
1226 avio_wb16(pb, 1); /* Data-reference index, XXX == 1 */
1855 avio_wb16(pb, 1); /* Data-reference index */
1876 "index %d (track id %d)!\n",
1877 av_fourcc2str(track->par->codec_tag), track->st->index,
2293 avio_wb16(pb, 1); /* Data-reference index */
2355 avio_wb16(pb, 1); /* Data-reference index */
2543 avio_wb16(pb, 1); /* Data-reference index */
2599 avio_wb32(pb, 1); /* Data reference index */
2617 avio_wb32(pb, 1); /* Data reference index */
2631 avio_wb16(pb, 1); /* Data-reference index */
3259 for (int i = 0, index = 1; i < s->nb_streams; i++) {
3264 avio_w8(pb, index++); /* essential and property_index */
3266 avio_w8(pb, index++); /* essential and property_index */
3268 avio_w8(pb, 0x80 | index++); /* essential and property_index */
3270 avio_w8(pb, index++); /* essential and property_index */
3477 group = st->index;
3926 avio_wb32(pb, 1); /* default sample description index */
4487 int count = 1; /* keys are 1-index based */
4574 int count = 1; /* keys are 1-index based */
5315 int index = entry + 1 + i;
5316 avio_wb64(pb, track->frag_info[index].time);
5317 avio_wb64(pb, track->frag_info[index].duration);
6121 squashed_packet->stream_index = track->st->index;
6143 "index %d and track id %d. Error: %s\n",
6145 track->st->index, track->track_id,
7096 static int mov_create_timecode_track(AVFormatContext *s, int index, int src_index, AVTimecode tc)
7099 MOVTrack *track = &mov->tracks[index];
7127 pkt->stream_index = index;
7138 static int mov_create_timed_metadata_track(AVFormatContext *s, int index, int src_index)
7141 MOVTrack *track = &mov->tracks[index];
7167 track->st = s->streams[index];