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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h450 int sdp_payload_type; /**< payload type */ member in struct:RTSPStream
H A Drtsp.c326 if (rtsp_st->sdp_payload_type == payload_type &&
436 rtsp_st->sdp_payload_type = atoi(buf1);
438 if (!strcmp(ff_rtp_enc_name(rtsp_st->sdp_payload_type), "MP2T")) {
446 rtsp_st->sdp_payload_type, AVMEDIA_TYPE_DATA);
462 if (rtsp_st->sdp_payload_type < RTP_PT_PRIVATE) {
465 ff_rtp_get_codec_info(st->codec, rtsp_st->sdp_payload_type);
471 rtsp_st->sdp_payload_type, st->codec->codec_type);
772 rtsp_st->sdp_payload_type,
1952 if ((buf[1] & 0x7f) == rt->rtsp_streams[i]->sdp_payload_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.h392 int sdp_payload_type; /**< payload type */ member in struct:RTSPStream
H A Drtsp.c371 rtsp_st->sdp_payload_type = atoi(buf1);
373 if (!strcmp(ff_rtp_enc_name(rtsp_st->sdp_payload_type), "MP2T")) {
382 if (rtsp_st->sdp_payload_type < RTP_PT_PRIVATE) {
385 ff_rtp_get_codec_info(st->codec, rtsp_st->sdp_payload_type);
391 rtsp_st->sdp_payload_type, st->codec->codec_type);
442 if (rtsp_st->sdp_payload_type == payload_type &&
612 rtsp_st->sdp_payload_type,

Completed in 111 milliseconds