Searched refs:packet_offset (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dst5481_d.c241 unsigned int num_packets, packet_offset; local
283 packet_offset = 0;
284 while (packet_offset < len) {
286 desc->offset = packet_offset;
288 if (len - packet_offset < desc->length)
289 desc->length = len - packet_offset;
291 packet_offset += desc->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclidgram.c65 dgram->header.packet_offset = 0;
H A Dnmblib.c464 dgram->header.packet_offset = RSVAL(inbuf,12);
803 datagram. It should split them and use the packet_offset, more and
831 RSSVAL(ubuf,12,dgram->header.packet_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnameserv.h514 int packet_offset; member in struct:dgram_packet::__anon5269
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasfenc.c870 uint64_t packet_offset)
880 asf->next_packet_offset = packet_offset;
904 asf->next_packet_offset = packet_offset;
868 update_index(AVFormatContext *s, int start_sec, uint32_t packet_number, uint16_t packet_count, uint64_t packet_offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c203 uint8_t packet_offset; ///< frame offset in the packet member in struct:WMAProDecodeCtx
1595 skip_bits(gb, s->packet_offset);
1622 s->packet_offset = get_bits_count(gb) & 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c95 uint8_t packet_offset; ///< offset to the frame in the packet member in struct:WmallDecodeCtx
1258 skip_bits(gb, s->packet_offset);
1289 s->packet_offset = get_bits_count(gb) & 7;
H A Dwmaprodec.c202 uint8_t packet_offset; ///< frame offset in the packet member in struct:WMAProDecodeCtx
1598 skip_bits(gb, s->packet_offset);
1626 s->packet_offset = get_bits_count(gb) & 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_packets.c1879 dgram->header.packet_offset = 0;

Completed in 213 milliseconds