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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffm.h51 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.c46 if (ffm->first_packet)
55 ffm->first_packet = 0;
227 ffm->first_packet = 1;
H A Dffmdec.c113 if (ffm->first_packet || (frame_offset & 0x8000)) {
123 ffm->first_packet = 0;
358 ffm->first_packet = 1;
485 ffm->first_packet = 1;
612 ffm->first_packet = 1;
H A Drtpenc.c120 s->first_packet = 1;
506 if ((s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
511 s->first_packet = 0;
H A Dhls.c175 int first_packet; member in struct:HLSContext
1206 if (!pls->finished && !c->first_packet &&
1220 if (!c->first_packet && /* we are doing a segment selection during playback */
1247 c->first_packet = 1;
1523 recheck_discard_flags(s, c->first_packet);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffm.h51 int first_packet; /* true if first packet, needed to set the discontinuity tag */ member in struct:FFMContext
H A Drtpenc.h48 int first_packet; member in struct:RTPMuxContext
H A Dffmenc.c45 if (ffm->first_packet)
54 ffm->first_packet = 0;
197 ffm->first_packet = 1;
H A Drtpenc.c103 s->first_packet = 1;
387 if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
391 s->first_packet = 0;
H A Dffmdec.c138 if (ffm->first_packet || (frame_offset & 0x8000)) {
148 ffm->first_packet = 0;
386 ffm->first_packet = 1;
496 ffm->first_packet = 1;
H A Drtpdec.h184 int first_packet; member in struct:RTPDemuxContext
H A Dapplehttp.c101 int first_packet; member in struct:AppleHTTPContext
546 c->first_packet = 1;
595 if (c->first_packet) {
597 c->first_packet = 0;
H A Davidec.c1142 unsigned int index, tag, flags, pos, len, first_packet = 1; local
1174 if(first_packet && first_packet_pos && len) {
1176 first_packet = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Diso.c113 iso->first_packet = 0;
400 info = &iso->infos[iso->first_packet];
417 iso->first_packet = (iso->first_packet + 1) % iso->buf_packets;
533 first_packet]);
537 iso->first_packet = (iso->first_packet + 1) % iso->buf_packets;
H A Diso.h114 int first_packet; member in struct:hpsb_iso
120 /* 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Ddevice.h89 int streaming, first_packet, output_running; member in struct:snd_usb_caiaqdev
H A Daudio.c114 dev->first_packet = 1;
372 if (dev->first_packet)
384 dev->first_packet = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-1394.c57 packet = iso->first_packet;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_clnt.c824 s->first_packet = 1;
829 s->first_packet = 0;
H A Ds2_pkt.c175 if (s->first_packet) {
179 s->first_packet = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_pkt.c177 if (s->first_packet)
181 s->first_packet=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_clnt.c824 s->first_packet = 1;
829 s->first_packet = 0;
H A Ds2_pkt.c175 if (s->first_packet) {
179 s->first_packet = 0;

Completed in 245 milliseconds

12