Searched refs:AV_DISPOSITION_DEFAULT (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnut.c144 {"default" , AV_DISPOSITION_DEFAULT},
H A Davformat.h595 #define AV_DISPOSITION_DEFAULT 0x0001 macro
H A Dmatroskaenc.c561 put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT));
H A Dmatroskadec.c1521 st->disposition |= AV_DISPOSITION_DEFAULT;
H A Dutils.c3414 if (st->disposition & AV_DISPOSITION_DEFAULT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnut.c285 { "default", AV_DISPOSITION_DEFAULT },
H A Davformat.h723 #define AV_DISPOSITION_DEFAULT 0x0001 macro
H A Ddump.c337 if (st->disposition & AV_DISPOSITION_DEFAULT)
H A Dmatroskaenc.c760 if (default_stream_exists && !(st->disposition & AV_DISPOSITION_DEFAULT))
761 put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT));
961 default_stream_exists |= st->disposition & AV_DISPOSITION_DEFAULT;
H A Dmpeg.c816 s->streams[langidx]->disposition |= AV_DISPOSITION_DEFAULT;
H A Dhls.c423 rend->disposition |= AV_DISPOSITION_DEFAULT;
H A Dmatroskadec.c1944 st->disposition |= AV_DISPOSITION_DEFAULT;
H A Dmov.c2616 st->disposition |= (flags & MOV_TKHD_FLAG_ENABLED) ? AV_DISPOSITION_DEFAULT : 0;
H A Dmovenc.c3778 if (st->disposition & AV_DISPOSITION_DEFAULT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h414 #define AV_DISPOSITION_DEFAULT 0x0001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2508 ost->st->disposition = AV_DISPOSITION_DEFAULT;

Completed in 293 milliseconds