xine-lib 1.2.11
|
#include <xine/xine_internal.h>
Go to the source code of this file.
Functions | |
char **__environ | __attribute__ ((weak, alias("fake__environ"))) |
void | ___brk_addr (void) EXPORTED |
void | __ctype_b (void) EXPORTED |
void | _x_real_codecs_init (xine_t *const xine) |
void * | _x_real_codec_open (xine_stream_t *const stream, const char *const path, const char *const codec_name, const char *const codec_alternate) |
void * | init_realvdec (xine_t *xine, const void *data) |
void * | init_realadec (xine_t *xine, const void *data) |
Variables | |
char ** | fake__environ = { NULL } |
const decoder_info_t | dec_info_realvideo |
const decoder_info_t | dec_info_realaudio |
void ___brk_addr | ( | void | ) |
char **__environ __attribute__ | ( | (weak, alias("fake__environ")) | ) |
void __ctype_b | ( | void | ) |
void * _x_real_codec_open | ( | xine_stream_t *const | stream, |
const char *const | path, | ||
const char *const | codec_name, | ||
const char *const | codec_alternate | ||
) |
References _x_asprintf(), _x_message(), LOG_MODULE, NULL, xine_stream_s::xine, XINE_MSG_LIBRARY_LOAD_ERROR, XINE_VERBOSITY_DEBUG, and xprintf.
Referenced by load_syms_linux().
void _x_real_codecs_init | ( | xine_t *const | xine | ) |
References _, xine_s::config, lprintf, NULL, O, OL, OL64, config_values_s::register_filename, UL, UL64, and XINE_CONFIG_STRING_IS_DIRECTORY_NAME.
Referenced by init_realadec(), and init_realvdec().
void * init_realadec | ( | xine_t * | xine, |
const void * | data | ||
) |
References _x_real_codecs_init(), N_, NULL, open_plugin(), and audio_decoder_class_s::open_plugin.
void * init_realvdec | ( | xine_t * | xine, |
const void * | data | ||
) |
References _x_real_codecs_init(), N_, NULL, open_plugin(), and video_decoder_class_s::open_plugin.
|
extern |
|
extern |
char** fake__environ = { NULL } |