Searched refs:ff_rtp_finalize_packet (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_vp8.c | 80 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()
|
D | rtpdec_svq3.c | 93 int ret = ff_rtp_finalize_packet(pkt, &sv->pktbuf, st->index); in svq3_parse_packet()
|
D | rtpdec_dv.c | 127 res = ff_rtp_finalize_packet(pkt, &rtp_dv_ctx->buf, st->index); in dv_handle_packet()
|
D | rtpdec_ac3.c | 115 err = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in ac3_handle_packet()
|
D | rtpdec_h261.c | 158 res = ff_rtp_finalize_packet(pkt, &rtp_h261_ctx->buf, st->index); in h261_handle_packet()
|
D | rtpdec.h | 233 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx);
|
D | rtpdec_h263_rfc2190.c | 177 ret = ff_rtp_finalize_packet(pkt, &data->buf, st->index); in h263_handle_packet()
|
D | rtpdec_mpa_robust.c | 182 err = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in mpa_robust_parse_packet()
|
D | rtpdec_vp9.c | 321 res = ff_rtp_finalize_packet(pkt, &rtp_vp9_ctx->buf, st->index); in vp9_handle_packet()
|
D | rtpdec_vc2hq.c | 164 res = ff_rtp_finalize_packet(pkt, &pl_ctx->buf, st->index); in vc2hq_handle_frame_fragment()
|
D | rtpdec_jpeg.c | 370 if ((ret = ff_rtp_finalize_packet(pkt, &jpeg->frame, st->index)) < 0) { in jpeg_parse_packet()
|
D | rtpdec_xiph.c | 189 int ret = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in xiph_handle_packet()
|
D | rtpdec.c | 964 int ff_rtp_finalize_packet(AVPacket *pkt, AVIOContext **dyn_buf, int stream_idx) in ff_rtp_finalize_packet() function
|