Searched refs:header_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 Dmxfdec.c89 int64_t header_byte_count; member in struct:__anon3583
487 partition->header_byte_count = avio_rb64(pb);
2130 round_to_kag(mxf->current_partition->header_byte_count, mxf->current_partition->kag_size) +
H A Dmxfenc.c1399 unsigned header_byte_count; local
1406 header_byte_count = pos - start + klv_fill_size(pos);
1408 // update header_byte_count
1410 avio_wb64(pb, header_byte_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxfenc.c1261 unsigned header_byte_count; local
1268 header_byte_count = pos - start + klv_fill_size(pos);
1270 // update header_byte_count
1272 avio_wb64(pb, header_byte_count);

Completed in 47 milliseconds