Home
last modified time | relevance | path

Searched refs:parse_packet (Results 1 – 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Drdt.c49 DynamicPayloadPacketHandlerProc parse_packet; member
71 s->parse_packet = handler ? handler->parse_packet : NULL; in ff_rdt_parse_open()
344 if (!s->parse_packet) in ff_rdt_parse_packet()
350 rv= s->parse_packet(s->ic, s->dynamic_protocol_context, in ff_rdt_parse_packet()
377 rv = s->parse_packet(s->ic, s->dynamic_protocol_context, in ff_rdt_parse_packet()
566 .parse_packet = rdt_parse_packet \
Drtpdec_mpeg12.c56 .parse_packet = mpeg_parse_packet,
64 .parse_packet = mpeg_parse_packet,
Drtpdec_h263.c97 .parse_packet = ff_h263_handle_packet,
105 .parse_packet = ff_h263_handle_packet,
Drtpdec_amr.c192 .parse_packet = amr_handle_packet,
202 .parse_packet = amr_handle_packet,
Drtpdec_xiph.c376 .parse_packet = xiph_handle_packet,
387 .parse_packet = xiph_handle_packet,
Drtpdec_svq3.c115 .parse_packet = svq3_parse_packet,
Drtpdec_mpegts.c95 .parse_packet = mpegts_handle_packet,
Drtpdec_dv.c140 .parse_packet = dv_handle_packet,
Drtpdec.c761 if (s->handler && s->handler->parse_packet) { in rtp_parse_packet_internal()
762 rv = s->handler->parse_packet(s->ic, s->dynamic_protocol_context, in rtp_parse_packet_internal()
872 if (s->handler && s->handler->parse_packet) { in rtp_parse_one_packet()
876 rv = s->handler->parse_packet(s->ic, s->dynamic_protocol_context, in rtp_parse_one_packet()
Drtpdec_ac3.c132 .parse_packet = ac3_handle_packet,
Drtpdec_h261.c174 .parse_packet = h261_handle_packet,
Drtpdec.h136 DynamicPayloadPacketHandlerProc parse_packet; member
Drtpdec_vp9.c340 .parse_packet = vp9_handle_packet
Drtpdec_mpa_robust.c199 .parse_packet = mpa_robust_parse_packet,
Drtpdec_latm.c173 .parse_packet = latm_parse_packet,
Drtpdec_h263_rfc2190.c192 .parse_packet = h263_handle_packet,
Drtpdec_vc2hq.c224 .parse_packet = vc2hq_handle_packet
Drtpdec_qcelp.c218 .parse_packet = qcelp_parse_packet,
Drtpdec_vp8.c286 .parse_packet = vp8_handle_packet,
Drtpdec_qdm2.c307 .parse_packet = qdm2_parse_packet,
Drtpdec_hevc.c348 .parse_packet = hevc_handle_packet,
Drtpdec_asf.c311 .parse_packet = asfrtp_parse_packet, \
Drtpdec_qt.c265 .parse_packet = qt_rtp_parse_packet, \
/third_party/nghttp2/src/
Dshrpx_memcached_connection.h125 int parse_packet();
Dshrpx_memcached_connection.cc358 if (parse_packet() != 0) { in read_tls()
414 if (parse_packet() != 0) { in read_clear()
422 int MemcachedConnection::parse_packet() { in parse_packet() function in shrpx::MemcachedConnection

12