代码搜索结果

找到约 10,000 项符合 H 的代码

h261codec.h

/* * h261codec.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License *

h323pdu.h

/* * h323pdu.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Ve

h323rtp.h

/* * h323rtp.h * * H.323 RTP protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License

h323caps.h

/* * h323caps.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * V

encoder-h261.h

/*encoder-h261.h (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.

pat2h.h

// Pat2H.h #ifndef __PAT2H__H #define __PAT2H__H #undef PAT_CLSID #define PAT_CLSID CLSID_CMatchFinderPat2H #undef PAT_NAMESPACE #define PAT_NAMESPACE NPat2H #define __AUTO_REMOVE #def

pat4h.h

// Pat4H.h #ifndef __PAT4H__H #define __PAT4H__H #undef PAT_CLSID #define PAT_CLSID CLSID_CMatchFinderPat4H #undef PAT_NAMESPACE #define PAT_NAMESPACE NPat4H #define __AUTO_REMOVE #def

pat3h.h

// Pat3H.h #ifndef __PAT3H__H #define __PAT3H__H #undef PAT_CLSID #define PAT_CLSID CLSID_CMatchFinderPat3H #undef PAT_NAMESPACE #define PAT_NAMESPACE NPat3H #define __AUTO_REMOVE #def

quant_h263.h

#ifndef _QUANT_H263_H_ #define _QUANT_H263_H_ #include "../portab.h" // intra typedef void (quanth263_intraFunc)(int16_t * coeff, const int16_t * data, const uint32_t quant, const uint32

h261_userdata.h

#ifndef __H261_USERDATA_H__ #define __H261_USERDATA_H__ 1 typedef struct h261_rtp_userdata_t { int m_bit_value; int detected_loss; } h261_rtp_userdata_t; #endif