Results 1-25 of about 414,217 results found for 'config' in 0.67 seconds
 1 2345678910...

mp4.c
};
/* Table 1.6.1 */
int8_t NEAACDECAPI NeAACDecAudioSpecificConfig(uint8_t *pBuffer,
                                               uint32_t buffer_size,
                                               mp4AudioSpecificConfig *mp4ASC)
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 219
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/mp4.c

decoder.c
                              uint8_t *buffer, uint32_t buffer_size,
                              void **sample_buffer, uint32_t sample_buffer_size);
static void create_channel_config(NeAACDecHandle hDecoder, NeAACDecFrameInfo *hInfo);
char* NEAACDECAPI NeAACDecGetErrorMessage(uint8_t errcode)
{
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 871
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/decoder.c

syntax.c
#endif
static uint16_t data_stream_element(NeAACDecHandle hDecoder, bitfile *ld);
static uint8_t program_config_element(program_config *pce, bitfile *ld);
static uint8_t fill_element(NeAACDecHandle hDecoder, bitfile *ld, drc_info *drc
#ifdef SBR_DEC
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 1969
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/syntax.c

error.c
    "Unable to find ADTS syncword",
    "Channel coupling not yet implemented",
    "Channel configuration not allowed in error resilient frame",
    "Bit error in error resilient scalefactor decoding",
    "Error decoding huffman scalefactor (bitstream error)",
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 37
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/error.c

bitstream.c
    int bitsLeftAfterFill, numFillBits;
    CountBitstream(hEncoder, coderInfo, channelInfo, bitStream, numChannel);
    if(hEncoder->config.outputFormat == 1){
        bits += WriteADTSHeader(hEncoder, bitStream, 1);
    }else{
Language: C
License: LGPL
(c) 1997....
LOC: 1075
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faac/libfaac/bitstream.c

common.h
extern "C" {
#endif
#ifdef HAVE_CONFIG_H
#  include "../config.h"
#endif
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 317
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/common.h

rtpsession.c
*/
#if defined(WIN32) || defined(_WIN32_WCE)
#include "ortp-config-win32.h"
#else
#include "ortp-config.h"
Language: C
License: LGPL
(C) 2001 Simon MORLAT simon.morlat@linphone.org
LOC: 948
Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/rtpsession.c

main.c
 *
 * For parallel port connected programmers, the pin definitions can be
 * changed via a config file.  See the config file for instructions on
 * how to add a programmer definition.
 *
Language: C
License: GPL
(C) 2000-2005 Brian S. Dean
LOC: 857
Savannah NonGNU : AVR Downloader/UploaDEr (project search) : .../a/avrdude/avrdude/avrdude/main.c

parser.h
#define NUMBER_OF_HEADERS 22
#endif
/* internal type for parser's config */
typedef struct ___osip_message_config_t
{
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 30
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osipparser2/parser.h

mp4.h
#endif
#include "decoder.h"
int8_t NEAACDECAPI NeAACDecAudioSpecificConfig(uint8_t *pBuffer,
                                               uint32_t buffer_size,
                                               mp4AudioSpecificConfig *mp4ASC);
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 17
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/mp4.h

syntax.h
#define INTENSITY_HCB  15
#define INVALID_SBR_ELEMENT 255
int8_t GASpecificConfig(bitfile *ld, mp4AudioSpecificConfig *mp4ASC,
                        program_config *pce);
uint8_t adts_frame(adts_header *adts, bitfile *ld);
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 74
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/syntax.h

ortp-config-win32.h
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
/* ortp-config-win32.h.  Generated manually...  */
#define ORTP_VERSION          "0.8.2"
#define ORTP_MAJOR_VERSION     0
Language: C
License: LGPL
(C) 2001 Simon MORLAT simon.morlat@linphone.org
LOC: 7
Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/ortp-config-win32.h

strtok_r.c
   with this program; if not, write to the Free Software Foundation,
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
Language: C
License: GPL
(C) 1991,1996-1999,2001,2004,2007 Free Software Foundation, Inc.
LOC: 37
Savannah GNU : gnulib - portability library (project search) : .../gnulib/gnulib/gnulib/lib/strtok_r.c

inttostr.c
   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
/* Written by Paul Eggert */
#include <config.h>
#include "inttostr.h"
/* Convert I to a printable string in BUF, which must be at least
Language: C
License: GPL
(C) 2001, 2006 Free Software Foundation, Inc.
LOC: 22
Savannah GNU : gnulib - portability library (project search) : .../gnulib/gnulib/gnulib/lib/inttostr.c

structs.h
    uint8_t sce_channel[16];
    uint8_t cpe_channel[16];
} program_config;
typedef struct
{
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 363
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/structs.h

osip.c
__osip_global_init ()
{
  /* load the fsm configuration */
#ifndef MINISIZE
  __ict_load_fsm ();
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 1859
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osip2/osip.c

rfc2047.c
   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
Language: C
License: LGPL
(C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
LOC: 204
Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/rfc2047.c

decoder.h
uint32_t NEAACDECAPI NeAACDecGetCapabilities(void);
NeAACDecHandle NEAACDECAPI NeAACDecOpen(void);
NeAACDecConfigurationPtr NEAACDECAPI NeAACDecGetCurrentConfiguration(NeAACDecHandle hDecoder);
uint8_t NEAACDECAPI NeAACDecSetConfiguration(NeAACDecHandle hDecoder,
                                             NeAACDecConfigurationPtr config);
Language: C
License: GPL
(C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com
LOC: 70
SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/decoder.h

linphonecore.c
*/
#include "linphonecore.h"
#include "lpconfig.h"
#include "private.h"
#include "mediastreamer2/mediastream.h"
Language: C
License: GPL
(C) 2000 Simon MORLAT (simon.morlat@linphone.org)
LOC: 1678
Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/linphone/coreapi/linphonecore.c

uptime.c
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
/* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu.  */
#include <config.h>
#include <getopt.h>
#include <stdio.h>
Language: C
License: GPL
(C) 1992-2002, 2004-2007 Free Software Foundation, Inc.
LOC: 186
Savannah GNU : GNU Core Utilities (project search) : .../coreutils/coreutils/coreutils/src/uptime.c

osip_parser_cfg.c
#include <osipparser2/osip_parser.h>
#include "parser.h"
static __osip_message_config_t pconfig[NUMBER_OF_HEADERS];
/* The size of the hash table seems large for a limited number of possible entries
 * The 'problem' is that the header name are too much alike for the osip_hash() function
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 177
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osipparser2/osip_parser_cfg.c

ppp.c
#if VJ_SUPPORT > 0
    /* 
     * Attempt Van Jacobson header compression if VJ is configured and
     * this is an IP packet. 
     */
Language: C
(c) 1989 Carnegie Mellon University....
LOC: 1371
Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/netif/ppp/ppp.c

sha512.c
 */
#define BEECRYPT_DLL_EXPORT
#if HAVE_CONFIG_H
# include "config.h"
#endif
Language: C
(c) 2004 Beeyond Software Holding BV
LOC: 397
SourceForge : BeeCrypt Cryptography Library (project search) : .../b/beecrypt/beecrypt/beecrypt/sha512.c

osip_transaction.c
  /* (*transaction)->orig_request = request; */
  (*transaction)->orig_request = NULL;
  (*transaction)->config = osip;
  (*transaction)->transactionff =
    (osip_fifo_t *) osip_malloc (sizeof (osip_fifo_t));
Language: C
License: LGPL
(C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
LOC: 610
Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osip2/osip_transaction.c

mime.c
   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   Boston, MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
Language: C
License: LGPL
(C) 1999, 2000, 2001, 2003, 2004,
LOC: 894
Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/mime.c

 1 2345678910...

Project Matches
 1 2345...

config

config

Config__General - Config::General, Config::General::Extended,...

Config__Backend__File - Config::Backend::File, Config::Backend::String,...

Config__Builder - Config::Builder, Config::Builder::Parser,...








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us