Searched refs:flush_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.h211 int flush_flags; member in struct:_i2ChanStr
H A Di2lib.c540 if ( !( pCh->flush_flags && i2RetryFlushOutput( pCh ) ) ) {
973 if ( !(pCh->flush_flags && i2RetryFlushOutput(pCh) )
1108 ip2trace (CHANN, ITRC_FLUSH, 1, 1, pCh->flush_flags );
1110 if (pCh->flush_flags)
1114 pCh->flush_flags = STARTFL_FLAG; // Failed - flag for later
1119 pCh->flush_flags = STOPFL_FLAG; // Failed - flag for later
1128 int old_flags = pCh->flush_flags;
1132 pCh->flush_flags = 0; // Clear flag so we can avoid recursion
1152 pCh->flush_flags = old_flags;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda_h264.c75 uint32_t flush_flags = 1 << 0; ///< kVDADecoderFlush_emitFrames local
84 status = VDADecoderFlush(vda_ctx->decoder, flush_flags);
364 uint32_t flush_flags = 1 << 0; ///< kVDADecoderFlush_emitFrames local
379 status = VDADecoderFlush(vda_ctx->decoder, flush_flags);

Completed in 54 milliseconds