Searched refs:OGG_FLAG_EOS (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggparsespeex.c109 if (os->flags & OGG_FLAG_EOS && os->lastpts != AV_NOPTS_VALUE &&
122 if (os->flags & OGG_FLAG_EOS && os->segp == os->nsegs &&
H A Doggparseskeleton.c39 if ((os->flags & OGG_FLAG_EOS) && os->psize == 0)
H A Doggparseopus.c121 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
160 if ((os->flags & OGG_FLAG_EOS)) {
H A Doggdec.h112 #define OGG_FLAG_EOS 4 macro
H A Doggparsevp8.c100 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
H A Doggparsevorbis.c395 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS) && (int64_t)os->granule>=0) {
460 if (os->flags & OGG_FLAG_EOS) {
H A Doggparsetheora.c182 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS)) {
H A Doggdec.c840 if ( (os->flags & OGG_FLAG_EOS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggparsespeex.c98 if (os->flags & OGG_FLAG_EOS && os->lastpts != AV_NOPTS_VALUE &&
111 if (os->flags & OGG_FLAG_EOS && os->segp == os->nsegs &&
H A Doggdec.h104 #define OGG_FLAG_EOS 4 macro

Completed in 50 milliseconds