Home
last modified time | relevance | path

Searched refs:pl_ctx (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_vc2hq.c45 static void fill_parse_info_header(PayloadContext *pl_ctx, uint8_t *buf, in fill_parse_info_header() argument
51 AV_WB32(&buf[9], pl_ctx->last_unit_size); in fill_parse_info_header()
53 pl_ctx->last_unit_size = data_unit_size; in fill_parse_info_header()
56 static int vc2hq_handle_sequence_header(PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt, in vc2hq_handle_sequence_header() argument
65 fill_parse_info_header(pl_ctx, pkt->data, 0x00, size); in vc2hq_handle_sequence_header()
70 pl_ctx->seen_sequence_header = 1; in vc2hq_handle_sequence_header()
75 static int vc2hq_mark_end_of_sequence(PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt) in vc2hq_mark_end_of_sequence() argument
84 fill_parse_info_header(pl_ctx, pkt->data, 0x10, size); in vc2hq_mark_end_of_sequence()
87 pl_ctx->seen_sequence_header = 0; in vc2hq_mark_end_of_sequence()
92 static int vc2hq_handle_frame_fragment(AVFormatContext *ctx, PayloadContext *pl_ctx, AVStrea argument
176 vc2hq_handle_packet(AVFormatContext *ctx, PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) vc2hq_handle_packet() argument
[all...]
H A Drtpdec_h261.c36 static av_cold void h261_close_context(PayloadContext *pl_ctx) in h261_close_context() argument
39 if (!pl_ctx) in h261_close_context()
43 ffio_free_dyn_buf(&pl_ctx->buf); in h261_close_context()

Completed in 1 milliseconds