代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/330957/12859689
c packet.c
#include
#include
#include
#include
#include
#include
#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1
#include
www.eeworm.com/read/330930/12860606
h packet.h
/*
文件名 : packet.h
功能描述 : 描述采集到的数据封包的数据结构
*/
#ifndef PACKET_H
#define PACKET_H
#include
#include "queue.h"
#include
#include
typedef struct p
www.eeworm.com/read/244305/12873502
java packet.java
/* Stream-2-Stream - Peer to peer television and radio
* October 13, 2005 - This file has been modified from the original P2P-Radio source
* Project homepage: http://s2s.sourceforge.net/
* Copyr
www.eeworm.com/read/244105/12887131
inf packet.inf
;-------------------------------------------------------------------------
; PACKET.INF -- Sample Protocol Driver
;
; Copyright (c) 1993-1999, Microsoft Corporation
;------------------------------
www.eeworm.com/read/244105/12887170
inf packet.inf
;-------------------------------------------------------------------------
; PACKET.INF -- Sample Protocol Driver
;
; Copyright (c) 1993-1999, Microsoft Corporation
;------------------------------
www.eeworm.com/read/330402/12896291
h packet.h
#ifndef __PACKET_H__
#define __PACKET_H__
#include "avformat.h"
#define FF_INPUT_BUFFER_PADDING_SIZE 8
#define AV_NOPTS_VALUE 0x8000000000000000
typedef struct AVPacketList {
A
www.eeworm.com/read/330402/12896487
c packet.c
#include "packet.h"
#include "ringbuffer.h"
void av_free_packet(AVPacket *pkt)
{
if (pkt && pkt->destruct) {
pkt->destruct(pkt);
}
}
void av_destruct_packet_nofree(AVPa
www.eeworm.com/read/329609/12945339
c packet_in.c
/***************************************************************************
packet_in.c - description
-------------------
begin
www.eeworm.com/read/329609/12945366
h packet_in.h
/***************************************************************************
packet_in.h - description
-------------------
begin
www.eeworm.com/read/241995/13100752