Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec_vp9.c43 static int vp9_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_vp9_ctx, in vp9_handle_packet() argument
57 if (rtp_vp9_ctx->buf && rtp_vp9_ctx->timestamp != *timestamp) in vp9_handle_packet()
58 ffio_free_dyn_buf(&rtp_vp9_ctx->buf); in vp9_handle_packet()
299 if (!rtp_vp9_ctx->buf) { in vp9_handle_packet()
302 res = avio_open_dyn_buf(&rtp_vp9_ctx->buf); in vp9_handle_packet()
306 rtp_vp9_ctx->timestamp = *timestamp; in vp9_handle_packet()
314 avio_write(rtp_vp9_ctx->buf, buf, len); in vp9_handle_packet()
321 res = ff_rtp_finalize_packet(pkt, &rtp_vp9_ctx->buf, st->index); in vp9_handle_packet()