faad.c File Reference

Include dependency graph for faad.c:


Data Structures

struct  decoder_sys_t

Defines

#define MAX_CHANNEL_POSITIONS   9

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 aout_buffer_tDecodeBlock (decoder_t *, block_t **)
static void DoReordering (uint32_t *, uint32_t *, int, int, uint32_t *)

Variables

static const uint32_t pi_channels_in [9]
static const uint32_t pi_channels_out [9]
static const uint32_t pi_channels_ordered [9]
static const uint32_t pi_channels_guessed [9]

Define Documentation

#define MAX_CHANNEL_POSITIONS   9


Function Documentation

static void Close ( vlc_object_t  )  [static]

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

static void DoReordering ( uint32_t *  ,
uint32_t *  ,
int  ,
int  ,
uint32_t *   
) [static]

static int Open ( vlc_object_t  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const uint32_t pi_channels_guessed[9] [static]

Initial value:

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

const uint32_t pi_channels_in[9] [static]

Initial value:

    { FRONT_CHANNEL_CENTER, FRONT_CHANNEL_LEFT, FRONT_CHANNEL_RIGHT,
      SIDE_CHANNEL_LEFT, SIDE_CHANNEL_RIGHT,
      BACK_CHANNEL_LEFT, BACK_CHANNEL_RIGHT,
      BACK_CHANNEL_CENTER, LFE_CHANNEL }

const uint32_t pi_channels_ordered[9] [static]

Initial value:

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

const uint32_t pi_channels_out[9] [static]

Initial value:

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


Generated on Wed Aug 13 08:03:14 2008 for VLC by  doxygen 1.5.1