Searched refs:AVFMT_FLAG_NONBLOCK (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2enc.c39 if (s1->flags & AVFMT_FLAG_NONBLOCK)
H A Dfbdev_dec.c77 if (avctx->flags & AVFMT_FLAG_NONBLOCK)
167 if (avctx->flags & AVFMT_FLAG_NONBLOCK)
H A Dalsa-audio-common.c192 if (ctx->flags & AVFMT_FLAG_NONBLOCK) {
H A Dvfwcap.c446 if(s->flags & AVFMT_FLAG_NONBLOCK) {
H A Dgdigrab.c530 if (s1->flags & AVFMT_FLAG_NONBLOCK) {
H A Ddshow.c1049 } else if (s->flags & AVFMT_FLAG_NONBLOCK) {
H A Dpulse_audio_enc.c466 s->nonblocking = (h->flags & AVFMT_FLAG_NONBLOCK);
H A Dv4l2.c143 if (ctx->flags & AVFMT_FLAG_NONBLOCK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dfbdev.c117 if (avctx->flags & AVFMT_FLAG_NONBLOCK)
203 if (avctx->flags & AVFMT_FLAG_NONBLOCK)
H A Dalsa-audio-common.c211 if (ctx->flags & AVFMT_FLAG_NONBLOCK) {
H A Dvfwcap.c445 if(s->flags & AVFMT_FLAG_NONBLOCK) {
H A Dv4l2.c119 if (ctx->flags & AVFMT_FLAG_NONBLOCK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h647 #define AVFMT_FLAG_NONBLOCK 0x0004 ///< Do not block when reading packets from input. macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h1267 #define AVFMT_FLAG_NONBLOCK 0x0004 ///< Do not block when reading packets from input. macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h991 #define AVFMT_FLAG_NONBLOCK 0x0004 ///< Do not block when reading packets from input. macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3331 ic->flags |= AVFMT_FLAG_NONBLOCK;
4010 oc->flags |= AVFMT_FLAG_NONBLOCK;
H A Dffmpeg.c3190 ic->flags |= AVFMT_FLAG_NONBLOCK;
3834 oc->flags |= AVFMT_FLAG_NONBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c866 ic->flags |= AVFMT_FLAG_NONBLOCK;

Completed in 290 milliseconds