| FFmpeg
    | 
#include "libavutil/channel_layout.h"#include "avformat.h"#include "rtpdec_formats.h"#include "libavutil/avstring.h"Go to the source code of this file.
| Data Structures | |
| struct | PayloadContext | 
| RTP/JPEG specific private data.  More... | |
| Functions | |
| static av_cold int | amr_init (AVFormatContext *s, int st_index, PayloadContext *data) | 
| static int | amr_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) | 
| static int | amr_parse_fmtp (AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) | 
| static int | amr_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) | 
| Variables | |
| static const uint8_t | frame_sizes_nb [16] | 
| static const uint8_t | frame_sizes_wb [16] | 
| const RTPDynamicProtocolHandler | ff_amr_nb_dynamic_handler | 
| const RTPDynamicProtocolHandler | ff_amr_wb_dynamic_handler | 
| 
 | static | 
Definition at line 41 of file rtpdec_amr.c.
| 
 | static | 
Definition at line 47 of file rtpdec_amr.c.
| 
 | static | 
Definition at line 135 of file rtpdec_amr.c.
Referenced by amr_parse_sdp_line().
| 
 | static | 
Definition at line 159 of file rtpdec_amr.c.
| 
 | static | 
Definition at line 27 of file rtpdec_amr.c.
Referenced by amr_handle_packet().
| 
 | static | 
Definition at line 30 of file rtpdec_amr.c.
Referenced by amr_handle_packet().
| const RTPDynamicProtocolHandler ff_amr_nb_dynamic_handler | 
Definition at line 185 of file rtpdec_amr.c.
| const RTPDynamicProtocolHandler ff_amr_wb_dynamic_handler | 
Definition at line 195 of file rtpdec_amr.c.
 1.8.17
 1.8.17