realaudio.c File Reference

Include dependency graph for realaudio.c:


Data Structures

struct  decoder_sys_t
struct  ra_init_t

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static int OpenDll (decoder_t *)
static int OpenNativeDll (decoder_t *, char *, char *)
static void CloseDll (decoder_t *)
static aout_buffer_tDecode (decoder_t *, block_t **)
struct __attribute__ ((__packed__))

Variables

 wra_init_t
static const int pi_channels_maps [7]

Function Documentation

struct __attribute__ ( (__packed__)   )  [read]

static void Close ( vlc_object_t p_this  )  [static]

static void CloseDll ( decoder_t p_dec  )  [static]

static aout_buffer_t * Decode ( decoder_t p_dec,
block_t **  pp_block 
) [static]

static int Open ( vlc_object_t p_this  )  [static]

static int OpenDll ( decoder_t p_dec  )  [static]

Find the good path for the dlls.

Try the native libraries first

Or use the WIN32 dlls

References asprintf(), decoder_t::fmt_in, i, es_format_t::i_codec, i_type, MAX_PATH, msg_Err, OpenNativeDll(), VLC_EGENERIC, and VLC_SUCCESS.

Referenced by Decode(), and Open().

static int OpenNativeDll ( decoder_t p_dec,
char *  psz_path,
char *  psz_dll 
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const int pi_channels_maps[7] [static]

Initial value:

{
    0,
     0x1 ,
     0x2  |  0x4 ,
     0x1  |  0x2  |  0x4 ,
     0x2  |  0x4  |  0x20 
     |  0x40 ,
     0x2  |  0x4  |  0x1 
     |  0x20  |  0x40 ,
     0x2  |  0x4  |  0x1 
     |  0x20  |  0x40  |  0x1000 
}


Generated on Wed Mar 31 08:05:41 2010 for VLC by  doxygen 1.5.6