put_ebml_uint     513 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_SEEKPOSITION, entry->segmentpos);
put_ebml_uint     569 libavformat/matroskaenc.c         put_ebml_uint(cuepoint, MATROSKA_ID_CUETIME, pts);
put_ebml_uint     584 libavformat/matroskaenc.c             put_ebml_uint(cuepoint, MATROSKA_ID_CUETRACK           , tracks[idx].track_num);
put_ebml_uint     585 libavformat/matroskaenc.c             put_ebml_uint(cuepoint, MATROSKA_ID_CUECLUSTERPOSITION , entry->cluster_pos);
put_ebml_uint     586 libavformat/matroskaenc.c             put_ebml_uint(cuepoint, MATROSKA_ID_CUERELATIVEPOSITION, entry->relative_pos);
put_ebml_uint     588 libavformat/matroskaenc.c                 put_ebml_uint(cuepoint, MATROSKA_ID_CUEDURATION    , entry->duration);
put_ebml_uint     846 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORTRANSFERCHARACTERISTICS,
put_ebml_uint     851 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORMATRIXCOEFF, par->color_space);
put_ebml_uint     855 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORPRIMARIES, par->color_primaries);
put_ebml_uint     859 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORRANGE, par->color_range);
put_ebml_uint     866 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORCHROMASITINGHORZ, (xpos >> 7) + 1);
put_ebml_uint     867 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORCHROMASITINGVERT, (ypos >> 7) + 1);
put_ebml_uint     874 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORMAXCLL,  metadata->MaxCLL);
put_ebml_uint     875 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_VIDEOCOLORMAXFALL, metadata->MaxFALL);
put_ebml_uint     943 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_VIDEOPROJECTIONTYPE,
put_ebml_uint     947 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_VIDEOPROJECTIONTYPE,
put_ebml_uint     958 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_VIDEOPROJECTIONTYPE,
put_ebml_uint     990 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_VIDEOFLAGINTERLACED,
put_ebml_uint     997 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_VIDEOFLAGINTERLACED,
put_ebml_uint    1002 libavformat/matroskaenc.c                 put_ebml_uint(pb, MATROSKA_ID_VIDEOFIELDORDER,
put_ebml_uint    1006 libavformat/matroskaenc.c                 put_ebml_uint(pb, MATROSKA_ID_VIDEOFIELDORDER,
put_ebml_uint    1010 libavformat/matroskaenc.c                 put_ebml_uint(pb, MATROSKA_ID_VIDEOFIELDORDER,
put_ebml_uint    1014 libavformat/matroskaenc.c                 put_ebml_uint(pb, MATROSKA_ID_VIDEOFIELDORDER,
put_ebml_uint    1108 libavformat/matroskaenc.c     put_ebml_uint(pb, MATROSKA_ID_VIDEOSTEREOMODE, format);
put_ebml_uint    1140 libavformat/matroskaenc.c     put_ebml_uint(pb, MATROSKA_ID_TRACKNUMBER, track->track_num);
put_ebml_uint    1142 libavformat/matroskaenc.c     put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGLACING, 0);    // no lacing (yet)
put_ebml_uint    1153 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, 0);
put_ebml_uint    1156 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGFORCED, 1);
put_ebml_uint    1216 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_VIDEO);
put_ebml_uint    1220 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_TRACKDEFAULTDURATION, 1000000000LL * st->avg_frame_rate.den / st->avg_frame_rate.num);
put_ebml_uint    1223 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_TRACKDEFAULTDURATION, 1000000000LL * st->r_frame_rate.den / st->r_frame_rate.num);
put_ebml_uint    1244 libavformat/matroskaenc.c         put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELWIDTH , par->width);
put_ebml_uint    1245 libavformat/matroskaenc.c         put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELHEIGHT, par->height);
put_ebml_uint    1260 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEOALPHAMODE, 1);
put_ebml_uint    1273 libavformat/matroskaenc.c                     put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , d_width / display_width_div);
put_ebml_uint    1274 libavformat/matroskaenc.c                     put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, par->height / display_height_div);
put_ebml_uint    1281 libavformat/matroskaenc.c                     put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH,  display_aspect_ratio.num);
put_ebml_uint    1282 libavformat/matroskaenc.c                     put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, display_aspect_ratio.den);
put_ebml_uint    1283 libavformat/matroskaenc.c                     put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYUNIT, MATROSKA_VIDEO_DISPLAYUNIT_DAR);
put_ebml_uint    1287 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , par->width / display_width_div);
put_ebml_uint    1288 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, par->height / display_height_div);
put_ebml_uint    1290 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYUNIT, MATROSKA_VIDEO_DISPLAYUNIT_UNKNOWN);
put_ebml_uint    1315 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_CODECDELAY, codecdelay);
put_ebml_uint    1318 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_SEEKPREROLL, OPUS_SEEK_PREROLL);
put_ebml_uint    1320 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_AUDIO);
put_ebml_uint    1327 libavformat/matroskaenc.c         put_ebml_uint  (pb, MATROSKA_ID_AUDIOCHANNELS    , par->channels);
put_ebml_uint    1344 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_AUDIOBITDEPTH, bit_depth);
put_ebml_uint    1357 libavformat/matroskaenc.c         put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, native_id);
put_ebml_uint    1636 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_EDITIONFLAGDEFAULT, 1);
put_ebml_uint    1658 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_CHAPTERUID,
put_ebml_uint    1660 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_CHAPTERTIMESTART, chapterstart);
put_ebml_uint    1661 libavformat/matroskaenc.c         put_ebml_uint(dyn_cp, MATROSKA_ID_CHAPTERTIMEEND, chapterend);
put_ebml_uint    1806 libavformat/matroskaenc.c     put_ebml_uint  (pb, EBML_ID_EBMLVERSION       ,           1);
put_ebml_uint    1807 libavformat/matroskaenc.c     put_ebml_uint  (pb, EBML_ID_EBMLREADVERSION   ,           1);
put_ebml_uint    1808 libavformat/matroskaenc.c     put_ebml_uint  (pb, EBML_ID_EBMLMAXIDLENGTH   ,           4);
put_ebml_uint    1809 libavformat/matroskaenc.c     put_ebml_uint  (pb, EBML_ID_EBMLMAXSIZELENGTH ,           8);
put_ebml_uint    1811 libavformat/matroskaenc.c     put_ebml_uint  (pb, EBML_ID_DOCTYPEVERSION    ,     version);
put_ebml_uint    1812 libavformat/matroskaenc.c     put_ebml_uint  (pb, EBML_ID_DOCTYPEREADVERSION,           2);
put_ebml_uint    1828 libavformat/matroskaenc.c     put_ebml_uint(pb, MATROSKA_ID_TIMECODESCALE, 1000000);
put_ebml_uint    2103 libavformat/matroskaenc.c         put_ebml_uint  (pb, MATROSKA_ID_BLOCKADDID, additional_id);
put_ebml_uint    2156 libavformat/matroskaenc.c     put_ebml_uint(pb, MATROSKA_ID_BLOCKDURATION, pkt->duration);
put_ebml_uint    2304 libavformat/matroskaenc.c         put_ebml_uint(mkv->cluster_bc, MATROSKA_ID_CLUSTERTIMECODE, FFMAX(0, ts));
put_ebml_uint    2345 libavformat/matroskaenc.c             put_ebml_uint(pb, MATROSKA_ID_BLOCKDURATION, duration);