xine-lib 1.2.13-20230125hg15249
Data Structures | Macros | Functions
demux_vc1es.c File Reference
#include <stdlib.h>
#include "group_video.h"
#include <xine/xine_internal.h>
#include <xine/xineutils.h>
#include <xine/compat.h>
#include <xine/demux.h>
#include "bswap.h"

Data Structures

struct  demux_vc1_es_t
 

Macros

#define LOG_MODULE   "demux_vc1es"
 
#define LOG_VERBOSE
 
#define SCRATCH_SIZE   36
 
#define PRIVATE_SIZE   44
 
#define MODE_SMP   1
 
#define MODE_AP   2
 

Functions

static int demux_vc1_es_next_smp (demux_vc1_es_t *this)
 
static int demux_vc1_es_next_ap (demux_vc1_es_t *this)
 
static int demux_vc1_es_send_chunk (demux_plugin_t *this_gen)
 
static int demux_vc1_es_get_status (demux_plugin_t *this_gen)
 
static void demux_vc1_es_send_headers (demux_plugin_t *this_gen)
 
static int demux_vc1_es_seek (demux_plugin_t *this_gen, off_t start_pos, int start_time, int playing)
 
static void demux_vc1_es_dispose (demux_plugin_t *this)
 
static int demux_vc1_es_get_stream_length (demux_plugin_t *this_gen)
 
static uint32_t demux_vc1_es_get_capabilities (demux_plugin_t *this_gen)
 
static int demux_vc1_es_get_optional_data (demux_plugin_t *this_gen, void *data, int data_type)
 
static demux_plugin_topen_plugin (demux_class_t *class_gen, xine_stream_t *stream, input_plugin_t *input)
 
void * demux_vc1es_init_class (xine_t *xine, const void *data)
 

Macro Definition Documentation

◆ LOG_MODULE

#define LOG_MODULE   "demux_vc1es"

◆ LOG_VERBOSE

#define LOG_VERBOSE

◆ MODE_AP

#define MODE_AP   2

Referenced by open_plugin().

◆ MODE_SMP

#define MODE_SMP   1

◆ PRIVATE_SIZE

#define PRIVATE_SIZE   44

◆ SCRATCH_SIZE

#define SCRATCH_SIZE   36

Function Documentation

◆ demux_vc1_es_dispose()

static void demux_vc1_es_dispose ( demux_plugin_t * this)
static

Referenced by open_plugin().

◆ demux_vc1_es_get_capabilities()

static uint32_t demux_vc1_es_get_capabilities ( demux_plugin_t * this_gen)
static

References DEMUX_CAP_NOCAP.

Referenced by open_plugin().

◆ demux_vc1_es_get_optional_data()

static int demux_vc1_es_get_optional_data ( demux_plugin_t * this_gen,
void * data,
int data_type )
static

References DEMUX_OPTIONAL_UNSUPPORTED.

Referenced by open_plugin().

◆ demux_vc1_es_get_status()

static int demux_vc1_es_get_status ( demux_plugin_t * this_gen)
static

Referenced by open_plugin().

◆ demux_vc1_es_get_stream_length()

static int demux_vc1_es_get_stream_length ( demux_plugin_t * this_gen)
static

Referenced by open_plugin().

◆ demux_vc1_es_next_ap()

static int demux_vc1_es_next_ap ( demux_vc1_es_t * this)
static

◆ demux_vc1_es_next_smp()

static int demux_vc1_es_next_smp ( demux_vc1_es_t * this)
static

◆ demux_vc1_es_seek()

static int demux_vc1_es_seek ( demux_plugin_t * this_gen,
off_t start_pos,
int start_time,
int playing )
static

◆ demux_vc1_es_send_chunk()

static int demux_vc1_es_send_chunk ( demux_plugin_t * this_gen)
static

◆ demux_vc1_es_send_headers()

static void demux_vc1_es_send_headers ( demux_plugin_t * this_gen)
static

◆ demux_vc1es_init_class()

void * demux_vc1es_init_class ( xine_t * xine,
const void * data )

◆ open_plugin()

static demux_plugin_t * open_plugin ( demux_class_t * class_gen,
xine_stream_t * stream,
input_plugin_t * input )
static