Searched refs:first_packet (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dffm.h50 int first_packet; /* true if first packet, needed to set the discontinuity tag */ member in struct:FFMContext
H A Drtpenc.h47 int first_packet; member in struct:RTPMuxContext
H A Dffmenc.c43 if (ffm->first_packet)
52 ffm->first_packet = 0;
185 ffm->first_packet = 1;
H A Drtpdec.h164 int first_packet; member in struct:RTPDemuxContext
H A Drtpenc.c62 s->first_packet = 1;
305 if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
309 s->first_packet = 0;
H A Dffmdec.c114 if (ffm->first_packet || (frame_offset & 0x8000)) {
124 ffm->first_packet = 0;
346 ffm->first_packet = 1;
471 ffm->first_packet = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Diso.c112 iso->first_packet = 0;
399 info = &iso->infos[iso->first_packet];
416 iso->first_packet = (iso->first_packet + 1) % iso->buf_packets;
532 first_packet]);
536 iso->first_packet = (iso->first_packet + 1) % iso->buf_packets;
H A Diso.h113 int first_packet; member in struct:hpsb_iso
119 /* how many packets, starting at first_packet:
H A Ddv1394.c227 int empty_packet, first_packet, last_packet, mid_packet; local
247 empty_packet = first_packet = last_packet = mid_packet = 0;
322 first_packet = 1;
340 if (first_packet) {
374 (first_packet || mid_packet || last_packet) ? 1 : 0,
377 (first_packet || mid_packet || last_packet) ? 1 : 0,
382 if (first_packet)
393 if (first_packet)
424 (first_packet || mid_packet || last_packet) ? 1 : 0,
427 (first_packet || mid_packe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-device.h80 int streaming, first_packet, output_running; member in struct:snd_usb_caiaqdev
H A Dcaiaq-audio.c112 dev->first_packet = 1;
371 if (dev->first_packet)
383 dev->first_packet = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds2_pkt.c177 if (s->first_packet)
181 s->first_packet=0;
H A Ds23_clnt.c504 s->first_packet=1;
H A Ds23_srvr.c600 s->first_packet=1;
H A Ds3_pkt.c278 if (s->first_packet)
280 s->first_packet=0;
H A Ds2_srvr.c552 s->first_packet=1;
H A Dssl.h929 int first_packet; member in struct:ssl_st
H A Ds3_srvr.c665 s->first_packet=1;
H A Dssl_lib.c190 s->first_packet=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_pkt.c177 if (s->first_packet)
181 s->first_packet=0;
H A Ds3_srvr.c685 s->first_packet=1;
694 s->first_packet=0;
H A Ds2_srvr.c534 s->first_packet=1;
H A Ds3_pkt.c280 if (!s->first_packet)
H A Dd1_pkt.c536 if (!s->first_packet)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dssl.h929 int first_packet; member in struct:ssl_st

Completed in 298 milliseconds

12