araw.c File Reference

Include dependency graph for araw.c:


Data Structures

struct  decoder_sys_t

Functions

static int DecoderOpen (vlc_object_t *)
static void DecoderClose (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static aout_buffer_tDecodeBlock (decoder_t *, block_t **)

Variables

static const int pi_channels_maps []
static const int16_t ulawtos16 [256]
static const int16_t alawtos16 [256]

Function Documentation

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

static void DecoderClose ( vlc_object_t p_this  )  [static]

References decoder_t::p_sys.

static int DecoderOpen ( vlc_object_t p_this  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const int16_t alawtos16[256] [static]

const int pi_channels_maps[] [static]

Initial value:

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

const int16_t ulawtos16[256] [static]


Generated on Tue May 25 08:05:11 2010 for VLC by  doxygen 1.5.6