Searched refs:FLAG_PLAYSPEED (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h79 #define FLAG_PLAYSPEED 0x00000800 macro
H A Dupnphttp.c317 h->reqflags |= FLAG_PLAYSPEED;
721 else if( ((h->reqflags & FLAG_TIMESEEK) || (h->reqflags & FLAG_PLAYSPEED)) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.h125 #define FLAG_PLAYSPEED 0x00000800 macro
H A Dupnphttp.c482 h->reqflags |= FLAG_PLAYSPEED;
1009 else if( (h->reqflags & (FLAG_TIMESEEK|FLAG_PLAYSPEED)) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.h79 #define FLAG_PLAYSPEED 0x00000800 macro
H A Dupnphttp.c318 h->reqflags |= FLAG_PLAYSPEED;
722 else if( ((h->reqflags & FLAG_TIMESEEK) || (h->reqflags & FLAG_PLAYSPEED)) &&

Completed in 166 milliseconds