Lines Matching defs:index

79     int index;               ///< index in mxf_essence_container_uls table
133 enum ULIndex index;
255 * SMPTE RP210 http://www.smpte-ra.org/mdd/index.html
402 uint8_t slice_count; ///< index slice count minus 1 (1 if no audio, 0 otherwise)
406 int last_key_index; ///< index of last key frame
422 int cbr_index; ///< use a constant bitrate index
490 * Get essence container ul index
497 return mxf_essence_mappings[i].index;
856 avio_wb32(pb, st->index+2);
997 avio_wb32(pb, st->index+2);
1062 mxf_write_uuid(pb, SubDescriptor, st->index);
1065 avio_wb32(pb, st->index+2);
1656 mxf_essence_container_uls[sc->index].write_desc(s, st);
1765 // index edit rate
1770 // index start position
1774 // index duration
1777 avio_wb64(pb, 0); // index table covers whole container
1785 // index sid
2549 sc->index = -1;
2623 sc->index = INDEX_D10_VIDEO;
2639 if (st->index != 1) {
2647 sc->index = INDEX_D10_AUDIO;
2668 sc->index = INDEX_WAV;
2682 sc->index = INDEX_S436M;
2687 if (st->index != s->nb_streams - 1) {
2693 if (sc->index == -1) {
2694 sc->index = mxf_get_essence_container_ul_index(st->codecpar->codec_id);
2695 if (sc->index == -1) {
2703 sc->codec_ul = &mxf_essence_container_uls[sc->index].codec_ul;
2705 sc->container_ul = &mxf_essence_container_uls[sc->index].container_ul;
2707 memcpy(sc->track_essence_element_key, mxf_essence_container_uls[sc->index].element_ul, 15);
2708 sc->track_essence_element_key[15] = present[sc->index];
2717 if (!present[sc->index])
2719 present[sc->index]++;
2732 sc->track_essence_element_key[13] = present[sc->index];
2747 mxf->timecode_track->index = -1;
2927 av_log(s, AV_LOG_ERROR, "could not allocate index entries\n");
2961 av_log(s, AV_LOG_ERROR, "track %d: frame size does not match index unit size, %d != %d\n",
2962 st->index, pkt->size, sc->frame_size);
2985 if (st->index == 0) {
3006 } else if (!mxf->edit_unit_byte_count && st->index == 1) {
3072 if (mxf->edit_unit_byte_count && s->oformat != &ff_mxf_opatom_muxer) { // no need to repeat index