Searched refs:ism_lookahead (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.h170 int ism_lookahead; member in struct:MOVMuxContext
H A Dmovenc.c70 { "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},
2865 if (n < mov->ism_lookahead) {
2866 int free_size = 16 * (mov->ism_lookahead - n);
2880 for (i = 0; i < mov->ism_lookahead; i++) {
2881 /* Update the tfrf tag for the last ism_lookahead fragments,
2902 if (mov->ism_lookahead) {
2903 int i, size = 16 + 4 + 1 + 16 * mov->ism_lookahead;
3941 /* Non-seekable output is ok if using fragmentation. If ism_lookahead
3944 (!(mov->flags & FF_MOV_FLAG_FRAGMENT) || mov->ism_lookahead)) {
[all...]

Completed in 49 milliseconds