代码搜索:Header
找到约 10,000 项符合「Header」的源代码
代码结果 10,000
www.eeworm.com/read/308441/13701419
cpp header.cpp
/* header.cpp
Implementation of MPEG header class
A few layer III, MPEG-2 LSF, and seeking modifications made by
Jeff Tsay. MPEG-2 LSF is now supported.
Last modified : 06/04/97 */
/*
www.eeworm.com/read/308441/13701439
h header.h
/* header.h
Declarations for MPEG header class
A few layer III, MPEG-2 LSF, and seeking modifications made by Jeff Tsay.
Last modified : 04/19/97 */
/*
* @(#) header.h 1.7, last edit: 6/15/
www.eeworm.com/read/308441/13701482
cpp header.cpp
/* header.cpp
Implementation of MPEG header class
A few layer III, MPEG-2 LSF, and seeking modifications made by
Jeff Tsay. MPEG-2 LSF is now supported.
Last modified : 06/04/97 */
/*
www.eeworm.com/read/308230/13705693
serv_header
This struct is used in non-message outgoing packets.
struct drcom_serv_header
{
u_int16_t pkt_type;
u_int8_t zero0;
u_int8_t len;
} __attribute__ ((__packed__));
pkt_type and len are specific
www.eeworm.com/read/308230/13705699
host_header
This struct is used in non-message outgoing packets.
struct drcom_host_header
{
u_int16_t pkt_type;
u_int8_t zero;
u_int8_t len;
u_int8_t checksum[16];
} __attribute__ ((__packed__));
pkt_ty
www.eeworm.com/read/308043/13710691
h header.h
/*!
*************************************************************************************
* \file header.h
*
* \brief
* Prototypes for header.c
**************************************
www.eeworm.com/read/308043/13710745
c header.c
/*!
*************************************************************************************
* \file header.c
*
* \brief
* H.264 Slice headers
*
***************************************
www.eeworm.com/read/308043/13710763
h header.h
/*!
*************************************************************************************
* \file header.h
*
* \brief
* Prototypes for header.c
***************************************
www.eeworm.com/read/308043/13710839
c header.c
/*!
*************************************************************************************
* \file header.c
*
* \brief
* H.264 Slice and Sequence headers
*
* \author
* Main cont