Home | History | Annotate | Download | only in inc
      1 
      2 /*
      3  * Copyright (C) Texas Instruments - http://www.ti.com/
      4  *
      5  * This library is free software; you can redistribute it and/or
      6  * modify it under the terms of the GNU Lesser General Public
      7  * License as published by the Free Software Foundation; either
      8  * version 2.1 of the License, or (at your option) any later version.
      9  *
     10  *
     11  * This library is distributed in the hope that it will be useful,
     12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14  * Lesser General Public License for more details.
     15  *
     16  *
     17  * You should have received a copy of the GNU Lesser General Public
     18  * License along with this library; if not, write to the Free Software
     19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     20  */
     21 /* =============================================================================
     22  *             Texas Instruments OMAP(TM) Platform Software
     23  *  (c) Copyright Texas Instruments, Incorporated.  All Rights Reserved.
     24  *
     25  *  Use of this software is controlled by the terms and conditions found
     26  *  in the license agreement under which this software has been supplied.
     27  * ============================================================================ */
     28 /**
     29  * @file OMX_G729Encoder.h
     30  *
     31  * This is an header file for an G729 Encoder that is fully
     32  * compliant with the OMX Audio specification 1.5.
     33  * This the file that the application that uses OMX would include in its code.
     34  *
     35  * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\nbg729_enc\inc
     36  *
     37  * @rev 1.0
     38  */
     39 /* --------------------------------------------------------------------------- */
     40 /* ----------------------------------------------------------------------------
     41  *!
     42  *! Revision History
     43  *! ===================================
     44  *! 21-sept-2006 bk: updated review findings for alpha release
     45  *! 24-Aug-2006 bk: Khronos OpenMAX (TM) 1.0 Conformance tests some more
     46  *! 18-July-2006 bk: Khronos OpenMAX (TM) 1.0 Conformance tests validated for few cases
     47  *! 21-Jun-2006 bk: Khronos OpenMAX (TM) 1.0 migration done
     48  *! 22-May-2006 bk: DASF recording quality improved
     49  *! 19-Apr-2006 bk: DASF recording speed issue resloved
     50  *! 23-Feb-2006 bk: DASF functionality added
     51  *! 18-Jan-2006 bk: Repated recording issue fixed and LCML changes taken care
     52  *! 14-Dec-2005 bk: Initial Version
     53  *! 16-Nov-2005 bk: Initial Version
     54  *! 23-Sept-2005 bk: Initial Version
     55  *! 10-Sept-2005 bk: Initial Version
     56  *! 10-Sept-2005 bk:
     57  *! This is newest file
     58  * =========================================================================== */
     59 
     60 #ifndef OMX_G729ENCODER_H
     61 #define OMX_G729ENCODER_H
     62 
     63 #include <OMX_Component.h>
     64 #include <pthread.h>
     65 
     66 
     67 
     68 #endif /* OMX_G729ENCODER_H */
     69