Searched refs:frame_id (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_bridge.h145 u8 frame_id; member in struct:sd
H A Dm5602_core.c287 data[2] != sd->frame_id) {
289 sd->frame_id = data[2];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1000.c746 unsigned char st[2], buffer[FRAMESIZE], session_id, frame_id; local
775 frame_id = lp->rx_frame_id[ns];
777 if (st[1] == frame_id || (!frame_id && (st[1] & 0xf0) == 0x30)) {
800 skb ? session_id : session_id | 0x40, frame_id);
1061 /* set session_id, frame_id and pkt_type too */
H A Ddl2k.c758 int frame_id; local
763 frame_id = (tx_status & 0xffff0000);
765 dev->name, tx_status, frame_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c202 unsigned int frame_id; ///< the frame ID / number of the current frame member in struct:__anon1860
1449 ra_frame = sconf->ra_distance && !(ctx->frame_id % sconf->ra_distance);
1453 ctx->cur_frame_length = FFMIN(sconf->samples - ctx->frame_id * (uint64_t) sconf->frame_length,
1463 ctx->frame_id++;
1756 ctx->frame_id = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c200 unsigned int frame_id; ///< the frame ID / number of the current frame member in struct:__anon3075
1487 ra_frame = sconf->ra_distance && !(ctx->frame_id % sconf->ra_distance);
1491 ctx->cur_frame_length = FFMIN(sconf->samples - ctx->frame_id * (uint64_t) sconf->frame_length,
1501 ctx->frame_id++;
1799 ctx->frame_id = 0;

Completed in 93 milliseconds