| FFmpeg
    4.0
    | 
#include "rtpdec_formats.h"Go to the source code of this file.
| Data Structures | |
| struct | InterleavePacket | 
| struct | PayloadContext | 
| RTP/JPEG specific private data.  More... | |
| Functions | |
| static int | return_stored_frame (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) | 
| static int | store_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len) | 
| static int | qcelp_parse_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) | 
| Variables | |
| static const uint8_t | frame_sizes [] | 
| const RTPDynamicProtocolHandler | ff_qcelp_dynamic_handler | 
| 
 | static | 
Definition at line 151 of file rtpdec_qcelp.c.
Referenced by qcelp_parse_packet(), and store_packet().
| 
 | static | 
Definition at line 54 of file rtpdec_qcelp.c.
Referenced by qcelp_parse_packet(), and return_stored_frame().
| 
 | static | 
Definition at line 201 of file rtpdec_qcelp.c.
| 
 | static | 
Definition at line 24 of file rtpdec_qcelp.c.
Referenced by amr_handle_packet(), new_subtitle_stream(), new_video_stream(), return_stored_frame(), and store_packet().
| const RTPDynamicProtocolHandler ff_qcelp_dynamic_handler | 
Definition at line 212 of file rtpdec_qcelp.c.
 1.8.13
 1.8.13