• Home
  • Raw
  • Download

Lines Matching refs:methodcode

374                                      enum RTSPMethod *methodcode)  in parse_command_line()  argument
393 *methodcode = ANNOUNCE; in parse_command_line()
395 *methodcode = OPTIONS; in parse_command_line()
397 *methodcode = RECORD; in parse_command_line()
399 *methodcode = SETUP; in parse_command_line()
401 *methodcode = PAUSE; in parse_command_line()
403 *methodcode = TEARDOWN; in parse_command_line()
405 *methodcode = UNKNOWN; in parse_command_line()
408 if ((*methodcode != ANNOUNCE) && (*methodcode != OPTIONS)) { in parse_command_line()
414 if ((*methodcode != OPTIONS) && (*methodcode != RECORD) in parse_command_line()
415 && (*methodcode != SETUP)) { in parse_command_line()
421 if ((*methodcode != PAUSE) && (*methodcode != OPTIONS) in parse_command_line()
422 && (*methodcode != TEARDOWN)) { in parse_command_line()
456 if (strcmp(path, ctl_path) && *methodcode != SETUP) in parse_command_line()
459 if (*methodcode == ANNOUNCE) { in parse_command_line()
483 enum RTSPMethod methodcode; in ff_rtsp_parse_streaming_commands() local
490 sizeof(method), &methodcode); in ff_rtsp_parse_streaming_commands()
500 if (methodcode == PAUSE) { in ff_rtsp_parse_streaming_commands()
504 } else if (methodcode == OPTIONS) { in ff_rtsp_parse_streaming_commands()
508 } else if (methodcode == TEARDOWN) { in ff_rtsp_parse_streaming_commands()
653 enum RTSPMethod methodcode; in rtsp_listen() local
692 sizeof(method), &methodcode); in rtsp_listen()
698 if (methodcode == ANNOUNCE) { in rtsp_listen()
701 } else if (methodcode == OPTIONS) { in rtsp_listen()
703 } else if (methodcode == RECORD) { in rtsp_listen()
707 } else if (methodcode == SETUP) in rtsp_listen()