Home
last modified time | relevance | path

Searched refs:ff_rtp_finalize_packet (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_vp8.c80 int ret = ff_rtp_finalize_packet(pkt, &vp8->data, st->index); in vp8_handle_packet()
191 int ret = ff_rtp_finalize_packet(pkt, &vp8->data, st->index); in vp8_handle_packet()
250 ret = ff_rtp_finalize_packet(pkt, &vp8->data, st->index); in vp8_handle_packet()
Drtpdec_svq3.c93 int ret = ff_rtp_finalize_packet(pkt, &sv->pktbuf, st->index); in svq3_parse_packet()
Drtpdec_dv.c127 res = ff_rtp_finalize_packet(pkt, &rtp_dv_ctx->buf, st->index); in dv_handle_packet()
Drtpdec_ac3.c115 err = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in ac3_handle_packet()
Drtpdec_h261.c158 res = ff_rtp_finalize_packet(pkt, &rtp_h261_ctx->buf, st->index); in h261_handle_packet()
Drtpdec.h233 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx);
Drtpdec_h263_rfc2190.c177 ret = ff_rtp_finalize_packet(pkt, &data->buf, st->index); in h263_handle_packet()
Drtpdec_mpa_robust.c182 err = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in mpa_robust_parse_packet()
Drtpdec_vp9.c321 res = ff_rtp_finalize_packet(pkt, &rtp_vp9_ctx->buf, st->index); in vp9_handle_packet()
Drtpdec_vc2hq.c164 res = ff_rtp_finalize_packet(pkt, &pl_ctx->buf, st->index); in vc2hq_handle_frame_fragment()
Drtpdec_jpeg.c370 if ((ret = ff_rtp_finalize_packet(pkt, &jpeg->frame, st->index)) < 0) { in jpeg_parse_packet()
Drtpdec_xiph.c189 int ret = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in xiph_handle_packet()
Drtpdec.c964 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx) in ff_rtp_finalize_packet() function