Searched refs:ts_id (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/pt1/
H A Dva1j5jf8007s.c328 u32 ts_id; local
332 ts_id = state->fe.dtv_property_cache.isdbs_ts_id;
333 if (!ts_id)
337 buf[1] = ts_id >> 8;
338 buf[2] = ts_id;
357 u32 ts_id; local
359 ts_id = state->fe.dtv_property_cache.isdbs_ts_id;
360 if (!ts_id) {
382 *lock = (read_buf[0] << 8 | read_buf[1]) == ts_id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h1438 int ts_id; member in struct:AVFormatContext
H A Dmpegts.c1896 ts->stream->ts_id = h->id;

Completed in 71 milliseconds