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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtspdec.c358 enum RTSPMethod *methodcode)
375 *methodcode = ANNOUNCE;
377 *methodcode = OPTIONS;
379 *methodcode = RECORD;
381 *methodcode = SETUP;
383 *methodcode = PAUSE;
385 *methodcode = TEARDOWN;
387 *methodcode = UNKNOWN;
390 if ((*methodcode != ANNOUNCE) && (*methodcode !
355 parse_command_line(AVFormatContext *s, const char *line, int linelen, char *uri, int urisize, char *method, int methodsize, enum RTSPMethod *methodcode) argument
465 enum RTSPMethod methodcode; local
620 enum RTSPMethod methodcode; local
[all...]

Completed in 44 milliseconds