#include "rtpdec_formats.h"
Go to the source code of this file.
Data Structures | |
struct | InterleavePacket |
struct | PayloadContext |
RTP/H264 specific private data. More... |
Functions | |
static PayloadContext * | qcelp_new_context (void) |
static void | qcelp_free_context (PayloadContext *data) |
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, int flags) |
Variables | |
static const uint8_t | frame_sizes [] |
RTP Depacketization of QCELP/PureVoice, RFC 2658 Copyright (c) 2010 Martin Storsjo. | |
RTPDynamicProtocolHandler | ff_qcelp_dynamic_handler |
|
static |
Definition at line 55 of file rtpdec_qcelp.c.
|
static |
Definition at line 50 of file rtpdec_qcelp.c.
|
static |
Definition at line 211 of file rtpdec_qcelp.c.
|
static |
Definition at line 161 of file rtpdec_qcelp.c.
Referenced by qcelp_parse_packet(), and store_packet().
|
static |
Definition at line 64 of file rtpdec_qcelp.c.
Referenced by qcelp_parse_packet(), and return_stored_frame().
RTPDynamicProtocolHandler ff_qcelp_dynamic_handler |
Definition at line 221 of file rtpdec_qcelp.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
|
static |
RTP Depacketization of QCELP/PureVoice, RFC 2658 Copyright (c) 2010 Martin Storsjo.
This file is part of Libav.
Libav is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Libav is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Libav; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition at line 24 of file rtpdec_qcelp.c.
Referenced by amr_handle_packet(), new_video_stream(), return_stored_frame(), and store_packet().