xine-lib 1.2.13-20230125hg15249
|
#include <stdlib.h>
#include <string.h>
#include <xine/xine_internal.h>
#include <xine/audio_out.h>
#include <xine/buffer.h>
#include <xine/xineutils.h>
#include "bswap.h"
#include "private.h"
#include "gsm.h"
Data Structures | |
struct | gsm610_decoder_s |
Macros | |
#define | AUDIOBUFSIZE 128*1024 |
#define | GSM610_SAMPLE_SIZE 16 |
#define | GSM610_BLOCK_SIZE 160 |
Typedefs | |
typedef struct gsm610_decoder_s | gsm610_decoder_t |
Functions | |
static void | gsm610_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) |
static void | gsm610_reset (audio_decoder_t *this_gen) |
static void | gsm610_discontinuity (audio_decoder_t *this_gen) |
static void | gsm610_dispose (audio_decoder_t *this_gen) |
static audio_decoder_t * | open_plugin (audio_decoder_class_t *class_gen, xine_stream_t *stream) |
static void * | init_plugin (xine_t *xine, const void *data) |
Variables | |
static const uint32_t | audio_types [] |
static const decoder_info_t | dec_info_audio |
const plugin_info_t xine_plugin_info[] | EXPORTED |
#define AUDIOBUFSIZE 128*1024 |
Referenced by gsm610_decode_data().
#define GSM610_BLOCK_SIZE 160 |
Referenced by gsm610_decode_data().
#define GSM610_SAMPLE_SIZE 16 |
Referenced by gsm610_decode_data().
typedef struct gsm610_decoder_s gsm610_decoder_t |
|
static |
References _x_meta_info_set_utf8(), AO_CAP_MODE_MONO, AUDIOBUFSIZE, BUF_AUDIO_MSGSM, BUF_FLAG_FRAME_END, BUF_FLAG_STDHEADER, buf_type, buf_element_s::content, buf_element_s::decoder_flags, buf_element_s::decoder_info, GSM610_BLOCK_SIZE, GSM610_SAMPLE_SIZE, audio_buffer_s::mem, audio_buffer_s::num_frames, buf_element_s::pts, buf_element_s::size, audio_buffer_s::stream, buf_element_s::type, audio_buffer_s::vpts, xine_container_of, xine_fast_memcpy, XINE_META_INFO_AUDIOCODEC, XINE_VERBOSITY_DEBUG, and xprintf.
Referenced by open_plugin().
|
static |
Referenced by open_plugin().
|
static |
References _x_freep(), and xine_container_of.
Referenced by open_plugin().
|
static |
Referenced by open_plugin().
|
static |
References audio_decoder_s::dispose, N_, NULL, open_plugin(), and audio_decoder_class_s::open_plugin.
|
static |
References gsm610_decode_data(), gsm610_discontinuity(), gsm610_dispose(), gsm610_reset(), and NULL.
Referenced by init_plugin().
|
static |
|
static |
const plugin_info_t xine_plugin_info [] EXPORTED |