Go to the source code of this file.
|
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, uint16_t seq, int flags) |
|
§ qcelp_new_context()
§ qcelp_free_context()
§ return_stored_frame()
§ store_packet()
§ qcelp_parse_packet()
§ frame_sizes
§ ff_qcelp_dynamic_handler
Initial value:= {
.enc_name = "x-Purevoice",
.static_payload_id = 12,
}
static PayloadContext * qcelp_new_context(void)
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)
static void qcelp_free_context(PayloadContext *data)
Definition at line 222 of file rtpdec_qcelp.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().