Searched refs:st2 (Results 26 - 34 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-video.c2600 u32 st1,st2; local
2603 st2 = saa_readb(SAA7134_STATUS_VIDEO2);
2606 (st2 & 0x40) ? "no" : "yes",
2608 dev->nosignal = (st1 & 0x40) || (st2 & 0x40) || !(st2 & 0x1);
2620 if ((st2 & 0x80) && !noninterlaced && !dev->nosignal)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegtsenc.c1259 AVStream *st2 = s->streams[i]; local
1260 MpegTSWriteStream *ts_st2 = st2->priv_data;
1263 mpegts_write_pes(s, st2, ts_st2->payload, ts_st2->payload_size,
H A Drtsp.c2086 AVStream *st2 = NULL; local
2088 st2 = s->streams[rt->rtsp_streams[i]->stream_index];
2089 if (rtpctx2 && st && st2 &&
2094 st2->time_base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c1788 AVStream *st2 = NULL; local
1790 st2 = s->streams[rt->rtsp_streams[i]->stream_index];
1791 if (rtpctx2 && st && st2 &&
1796 st2->time_base);
H A Dutils.c3200 AVStream *st2= s->streams[ next->stream_index]; local
3201 int comp = av_compare_ts(next->dts, st2->time_base, pkt->dts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c427 SMB_STRUCT_STAT st2; local
431 st = &st2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c77 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
78 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c12596 struct stat st1, st2; local
12610 if (*p != '/' || stat(p, &st1) || stat(".", &st2)
12611 || st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c66 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
67 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)

Completed in 194 milliseconds

12