ENCODER__mp3first.c File Reference


Detailed Description

This module provides function to set up MP3 encoder data output.

REVISION

Definition in file ENCODER__mp3first.c.

#include "../SYSTEM/sys_hardware.h"
#include "../SYSTEM/sys_assert.h"
#include "../codec/codec.h"
#include "../coder/coder.h"
#include "encoder.h"

Include dependency graph for ENCODER__mp3first.c:

Include dependency graph

Go to the source code of this file.

Functions

BOOL ENCODER__mp3first (void)
 Function check to set up MP3 encoder output bit stream.


Function Documentation

BOOL ENCODER__mp3first void   ) 
 

Function check to set up MP3 encoder output bit stream.

Returns:
TRUE if valid MP3 header is created, otherwise FALSE.

Definition at line 38 of file ENCODER__mp3first.c.

References st_ENCODER::encode, and Encoder.

00039 {
00040     PAProcessInit(&Encoder.encode); 
00041     return TRUE;
00042 }


Generated on Wed Jan 19 01:12:56 2005 for neuros-firmware by  doxygen 1.3.9.1