Searched refs:index_byte_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfenc.c1329 unsigned index_byte_count = 0; local
1334 index_byte_count = 85 + 12+(s->nb_streams+1)*6 +
1337 index_byte_count = 80;
1339 if (index_byte_count) {
1341 index_byte_count += 16 + klv_ber_length(index_byte_count);
1342 index_byte_count += klv_fill_size(index_byte_count);
1379 avio_wb64(pb, index_byte_count); // indexByteCount
1380 avio_wb32(pb, index_byte_count
[all...]
H A Dmxfdec.c90 int64_t index_byte_count; member in struct:__anon3583
488 partition->index_byte_count = avio_rb64(pb);
2131 round_to_kag(mxf->current_partition->index_byte_count, mxf->current_partition->kag_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxfenc.c1193 unsigned index_byte_count = 0; local
1197 index_byte_count = 85 + 12+(s->nb_streams+1)*6 +
1200 index_byte_count = 80;
1202 if (index_byte_count) {
1204 index_byte_count += 16 + klv_ber_length(index_byte_count);
1205 index_byte_count += klv_fill_size(index_byte_count);
1241 avio_wb64(pb, index_byte_count); // indexByteCount
1242 avio_wb32(pb, index_byte_count
[all...]

Completed in 107 milliseconds