Home
last modified time | relevance | path

Searched defs:PayloadContext (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_mpa_robust.c28 struct PayloadContext { struct
37 static void mpa_robust_close_context(PayloadContext *data) in mpa_robust_close_context() argument
Drtpdec_rfc4175.c30 struct PayloadContext { struct
47 static int rfc4175_parse_format(AVStream *stream, PayloadContext *data) in rfc4175_parse_format() argument
Drtpdec_mpeg4.c39 struct PayloadContext { struct
40 int sizelength;
41 int indexlength;
42 int indexdeltalength;
43 int profile_level_id;
44 int streamtype;
45 int objecttype;
46 char *mode;
49 struct AUHeaders {
58 } *au_headers;
[all …]
Drtpdec_hevc.c38 struct PayloadContext { struct
49 PayloadContext *hevc_data, in hevc_sdp_parse_fmtp_config() argument
Drtpdec_vp8.c35 struct PayloadContext { struct
56 static int vp8_broken_sequence(AVFormatContext *ctx, PayloadContext *vp8, in vp8_broken_sequence() argument
Drtpdec_qdm2.c36 struct PayloadContext { struct
39 int block_type; ///< superblock type, value 2 .. 8
40 int block_size; ///< from extradata, used as pkt length
41 int subpkts_per_block; ///< max. nr. of subpackets to add per output buffer
46 uint16_t len[0x80]; ///< how much the temporary buffer is filled
47 uint8_t buf[0x80][0x800]; ///< the temporary storage buffer
49 unsigned int cache; ///< number of data packets that we have cached right now
50 unsigned int n_pkts; ///< number of RTP packets received since last packet output / config
51 uint32_t timestamp; ///< timestamp of next-to-be-returned packet
Drtpdec_h263_rfc2190.c35 struct PayloadContext { struct
43 static void h263_close_context(PayloadContext *data) in h263_close_context() argument
Drtpdec_ac3.c28 struct PayloadContext { struct
35 static void ac3_close_context(PayloadContext *data) in ac3_close_context() argument
Drtpdec_qcelp.c37 struct PayloadContext { struct
50 static int return_stored_frame(AVFormatContext *ctx, PayloadContext *data, argument
Drtpdec_xiph.c44 struct PayloadContext { struct
53 static void xiph_close_context(PayloadContext * data) in xiph_close_context() argument
Drtpdec_mpegts.c26 struct PayloadContext { struct
33 static void mpegts_close_context(PayloadContext *data) in mpegts_close_context() argument
Drtpdec_h261.c29 struct PayloadContext { struct
36 static av_cold void h261_close_context(PayloadContext *pl_ctx) in h261_close_context() argument
Drtpdec_vc2hq.c34 struct PayloadContext { struct
45 static void fill_parse_info_header(PayloadContext *pl_ctx, uint8_t *buf, in fill_parse_info_header() argument
Drtpdec_latm.c28 struct PayloadContext { struct
35 static void latm_close_context(PayloadContext *data) in latm_close_context() argument
Drtpdec_amr.c34 struct PayloadContext { struct
41 static av_cold int amr_init(AVFormatContext *s, int st_index, PayloadContext *data) in amr_init() argument
Drtpdec_dv.c27 struct PayloadContext { struct
33 static av_cold void dv_close_context(PayloadContext *data) in dv_close_context() argument
Drtpdec_jpeg.c34 struct PayloadContext { struct
35 AVIOContext *frame; ///< current frame buffer
36 uint32_t timestamp; ///< current frame timestamp
37 int hdr_size; ///< size of the current frame header
38 uint8_t qtables[128][128];
39 uint8_t qtables_len[128];
Drtpdec_qt.c36 struct PayloadContext { struct
43 PayloadContext *qt) in qt_rtp_init() argument
Drtpdec_svq3.c37 struct PayloadContext { struct
43 static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv, in svq3_parse_packet() argument
Drdt.c83 struct PayloadContext { struct
84 AVFormatContext *rmctx;
85 int nb_rmst;
86 RMStream **rmst;
87 uint8_t *mlti_data;
88 unsigned int mlti_data_size;
89 char buffer[RTP_MAX_PACKET_LENGTH + AV_INPUT_BUFFER_PADDING_SIZE];
90 int audio_pkt_cnt; /**< remaining audio packets in rmdec */
Drtpdec_asf.c180 struct PayloadContext { struct
191 static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf, in asfrtp_parse_packet() argument
Drtpdec_h264.c45 struct PayloadContext { struct
68 PayloadContext *h264_data, in parse_profile_level_id() argument
Drtpdec_vp9.c29 struct PayloadContext { struct
35 PayloadContext *data) in vp9_init() argument
Drtpdec.h33 typedef struct PayloadContext PayloadContext; typedef