xine-lib 1.2.11
Data Structures | Macros | Typedefs | Functions | Variables
libopenhevc.c File Reference
#include <stdlib.h>
#include <openHevcWrapper.h>
#include <xine/xine_internal.h>
#include <xine/video_out.h>
#include <xine/buffer.h>

Data Structures

struct  hevc_decoder_s
 

Macros

#define LOG_MODULE   "libopenhevc"
 

Typedefs

typedef struct hevc_decoder_s hevc_decoder_t
 

Functions

static void hevc_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
 
static void hevc_flush (video_decoder_t *this_gen)
 
static void hevc_reset (video_decoder_t *this_gen)
 
static void hevc_discontinuity (video_decoder_t *this_gen)
 
static void hevc_dispose (video_decoder_t *this_gen)
 
static video_decoder_topen_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream)
 
static void * init_plugin (xine_t *xine, const void *data)
 

Variables

static const uint32_t video_types []
 
static const decoder_info_t dec_info_video
 
const plugin_info_t xine_plugin_info[] EXPORTED
 

Macro Definition Documentation

◆ LOG_MODULE

#define LOG_MODULE   "libopenhevc"

Typedef Documentation

◆ hevc_decoder_t

Function Documentation

◆ hevc_decode_data()

static void hevc_decode_data ( video_decoder_t this_gen,
buf_element_t buf 
)
static

◆ hevc_discontinuity()

static void hevc_discontinuity ( video_decoder_t this_gen)
static

Referenced by open_plugin().

◆ hevc_dispose()

static void hevc_dispose ( video_decoder_t this_gen)
static

Referenced by open_plugin().

◆ hevc_flush()

static void hevc_flush ( video_decoder_t this_gen)
static

Referenced by hevc_reset(), and open_plugin().

◆ hevc_reset()

static void hevc_reset ( video_decoder_t this_gen)
static

References hevc_flush().

Referenced by open_plugin().

◆ init_plugin()

static void * init_plugin ( xine_t xine,
const void *  data 
)
static

◆ open_plugin()

static video_decoder_t * open_plugin ( video_decoder_class_t class_gen,
xine_stream_t stream 
)
static

Variable Documentation

◆ dec_info_video

const decoder_info_t dec_info_video
static
Initial value:
= {
.supported_types = video_types,
.priority = 1,
}
static const uint32_t video_types[]
Definition: libopenhevc.c:250

◆ EXPORTED

const plugin_info_t xine_plugin_info [] EXPORTED
Initial value:
= {
{ PLUGIN_NONE, 0, NULL, 0, NULL, NULL }
}
static const decoder_info_t dec_info_video
Definition: libopenhevc.c:255
static void * init_plugin(xine_t *xine, const void *data)
Definition: libopenhevc.c:231
#define XINE_VERSION_CODE
Definition: xine_internal.h:57
NULL
Definition: xine_plugin.c:78
#define PLUGIN_NONE
Definition: xine_plugin.h:29
#define PLUGIN_VIDEO_DECODER
Definition: xine_plugin.h:33

◆ video_types

const uint32_t video_types[]
static
Initial value:
= {
0
}
#define BUF_VIDEO_HEVC
Definition: buffer.h:196