a52.c File Reference

Include dependency graph for a52.c:


Data Structures

struct  decoder_sys_t

Enumerations

enum  {
  STATE_NOSYNC, STATE_SYNC, STATE_HEADER, STATE_NEXT_SYNC,
  STATE_GET_DATA, STATE_SEND_DATA
}

Functions

static int OpenDecoder (vlc_object_t *)
static int OpenPacketizer (vlc_object_t *)
static void CloseCommon (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static void * DecodeBlock (decoder_t *, block_t **)
static uint8_t * GetOutBuffer (decoder_t *, block_t **)
static aout_buffer_tGetAoutBuffer (decoder_t *)
static block_tGetSoutBuffer (decoder_t *)
static int OpenCommon (vlc_object_t *p_this, bool b_packetizer)

Enumeration Type Documentation

anonymous enum

Enumerator:
STATE_NOSYNC 
STATE_SYNC 
STATE_HEADER 
STATE_NEXT_SYNC 
STATE_GET_DATA 
STATE_SEND_DATA 


Function Documentation

static void CloseCommon ( vlc_object_t p_this  )  [static]

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

static aout_buffer_t * GetAoutBuffer ( decoder_t p_dec  )  [static]

static uint8_t * GetOutBuffer ( decoder_t p_dec,
block_t **  pp_out_buffer 
) [static]

static block_t * GetSoutBuffer ( decoder_t p_dec  )  [static]

static int OpenCommon ( vlc_object_t p_this,
bool  b_packetizer 
) [static]

static int OpenDecoder ( vlc_object_t p_this  )  [static]

References module_exists(), OpenCommon(), and VLC_EGENERIC.

Referenced by OpenPacketizer().

static int OpenPacketizer ( vlc_object_t p_this  )  [static]

References OpenCommon().

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


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