/third_party/ffmpeg/libavformat/ |
D | rtpdec_mpa_robust.c | 28 struct PayloadContext { struct 37 static void mpa_robust_close_context(PayloadContext *data) in mpa_robust_close_context() argument
|
D | rtpdec_rfc4175.c | 30 struct PayloadContext { struct 47 static int rfc4175_parse_format(AVStream *stream, PayloadContext *data) in rfc4175_parse_format() argument
|
D | rtpdec_mpeg4.c | 39 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 …]
|
D | rtpdec_hevc.c | 38 struct PayloadContext { struct 49 PayloadContext *hevc_data, in hevc_sdp_parse_fmtp_config() argument
|
D | rtpdec_vp8.c | 35 struct PayloadContext { struct 56 static int vp8_broken_sequence(AVFormatContext *ctx, PayloadContext *vp8, in vp8_broken_sequence() argument
|
D | rtpdec_qdm2.c | 36 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
|
D | rtpdec_h263_rfc2190.c | 35 struct PayloadContext { struct 43 static void h263_close_context(PayloadContext *data) in h263_close_context() argument
|
D | rtpdec_ac3.c | 28 struct PayloadContext { struct 35 static void ac3_close_context(PayloadContext *data) in ac3_close_context() argument
|
D | rtpdec_qcelp.c | 37 struct PayloadContext { struct 50 static int return_stored_frame(AVFormatContext *ctx, PayloadContext *data, argument
|
D | rtpdec_xiph.c | 44 struct PayloadContext { struct 53 static void xiph_close_context(PayloadContext * data) in xiph_close_context() argument
|
D | rtpdec_mpegts.c | 26 struct PayloadContext { struct 33 static void mpegts_close_context(PayloadContext *data) in mpegts_close_context() argument
|
D | rtpdec_h261.c | 29 struct PayloadContext { struct 36 static av_cold void h261_close_context(PayloadContext *pl_ctx) in h261_close_context() argument
|
D | rtpdec_vc2hq.c | 34 struct PayloadContext { struct 45 static void fill_parse_info_header(PayloadContext *pl_ctx, uint8_t *buf, in fill_parse_info_header() argument
|
D | rtpdec_latm.c | 28 struct PayloadContext { struct 35 static void latm_close_context(PayloadContext *data) in latm_close_context() argument
|
D | rtpdec_amr.c | 34 struct PayloadContext { struct 41 static av_cold int amr_init(AVFormatContext *s, int st_index, PayloadContext *data) in amr_init() argument
|
D | rtpdec_dv.c | 27 struct PayloadContext { struct 33 static av_cold void dv_close_context(PayloadContext *data) in dv_close_context() argument
|
D | rtpdec_jpeg.c | 34 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];
|
D | rtpdec_qt.c | 36 struct PayloadContext { struct 43 PayloadContext *qt) in qt_rtp_init() argument
|
D | rtpdec_svq3.c | 37 struct PayloadContext { struct 43 static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv, in svq3_parse_packet() argument
|
D | rdt.c | 83 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 */
|
D | rtpdec_asf.c | 180 struct PayloadContext { struct 191 static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf, in asfrtp_parse_packet() argument
|
D | rtpdec_h264.c | 45 struct PayloadContext { struct 68 PayloadContext *h264_data, in parse_profile_level_id() argument
|
D | rtpdec_vp9.c | 29 struct PayloadContext { struct 35 PayloadContext *data) in vp9_init() argument
|
D | rtpdec.h | 33 typedef struct PayloadContext PayloadContext; typedef
|