Searched refs:pkt_offset (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c61 int pkt_offset; ///< data burst repetition period in bytes member in struct:IEC61937Context
85 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
110 ctx->pkt_offset = AC3_FRAME_SIZE << 2;
131 ctx->pkt_offset = 0;
135 ctx->pkt_offset = 24576;
195 /* set pkt_offset and DTS IV subtype according to the requested output
197 ctx->pkt_offset = period * 4;
206 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) {
304 ctx->pkt_offset = blocks << 7;
306 if (ctx->out_bytes == ctx->pkt_offset) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c60 int pkt_offset; ///< data burst repetition period in bytes member in struct:IEC61937Context
84 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
109 ctx->pkt_offset = AC3_FRAME_SIZE << 2;
130 ctx->pkt_offset = 0;
134 ctx->pkt_offset = 24576;
194 /* set pkt_offset and DTS IV subtype according to the requested output
196 ctx->pkt_offset = period * 4;
205 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) {
303 ctx->pkt_offset = blocks << 7;
305 if (ctx->out_bytes == ctx->pkt_offset) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c1378 int index, length, cksum, pkt_offset; local
1393 pkt_offset = qlcnic_get_sts_pkt_offset(sts_data0);
1404 if (pkt_offset)
1405 skb_pull(skb, pkt_offset);
1674 int index, length, cksum, pkt_offset; local
1689 pkt_offset = qlcnic_get_sts_pkt_offset(sts_data0);
1697 if (pkt_offset)
1698 skb_pull(skb, pkt_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dcatc.c230 int pkt_len, pkt_offset = 0; local
235 pkt_offset = 2;
258 skb_copy_to_linear_data(skb, pkt_start + pkt_offset, pkt_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_init.c1513 int index, length, cksum, pkt_offset; local
1528 pkt_offset = netxen_get_sts_pkt_offset(sts_data0);
1540 if (pkt_offset)
1541 skb_pull(skb, pkt_offset);

Completed in 67 milliseconds