• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/

Lines Matching defs:entries

70     { "ism_lookahead", "Number of lookahead entries for ISM files", offsetof(MOVMuxContext, ism_lookahead), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM},
139 int i, j, entries = 0, tst = -1, oldtst = -1;
147 tst = track->cluster[i].size / track->cluster[i].entries;
151 entries += track->cluster[i].entries;
154 int sSize = track->entry ? track->cluster[0].size / track->cluster[0].entries : 0;
157 avio_wb32(pb, entries); // sample count
160 avio_wb32(pb, entries); // sample count
162 for (j = 0; j < track->cluster[i].entries; j++) {
164 track->cluster[i].entries);
1387 uint32_t entries = 0;
1395 if (track->cluster[i].cts == ctts_entries[entries].duration) {
1396 ctts_entries[entries].count++; /* compress */
1398 entries++;
1399 ctts_entries[entries].duration = track->cluster[i].cts;
1400 ctts_entries[entries].count = 1;
1403 entries++; /* last one */
1404 atom_size = 16 + (entries * 8);
1408 avio_wb32(pb, entries); /* entry count */
1409 for (i = 0; i < entries; i++) {
1421 uint32_t entries = -1;
1429 entries = 1;
1436 if (i && duration == stts_entries[entries].duration) {
1437 stts_entries[entries].count++; /* compress */
1439 entries++;
1440 stts_entries[entries].duration = duration;
1441 stts_entries[entries].count = 1;
1444 entries++; /* last one */
1446 atom_size = 16 + (entries * 8);
1450 avio_wb32(pb, entries); /* entry count */
1451 for (i = 0; i < entries; i++) {
2526 chunk->samples_in_chunk += trk->cluster[i].entries;
3469 trk->cluster[trk->entry].entries = samples_in_chunk;
4242 * offset table can switch between stco (32-bit entries) to co64 (64-bit
4243 * entries) when the moov is moved to the beginning, so the size of the moov