Searched refs:buf_ptr (Results 1 - 25 of 63) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-debugifc.h30 char *buf_ptr,unsigned int buf_size);
37 char *buf_ptr,unsigned int buf_size);
41 const char *buf_ptr,unsigned int buf_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmjpegbdec.c37 const uint8_t *buf_end, *buf_ptr; local
43 buf_ptr = buf;
52 init_get_bits(&hgb, buf_ptr, /*buf_size*/(buf_end - buf_ptr)*8);
72 init_get_bits(&s->gb, buf_ptr+dqt_offs, (buf_end - (buf_ptr+dqt_offs))*8);
81 init_get_bits(&s->gb, buf_ptr+dht_offs, (buf_end - (buf_ptr+dht_offs))*8);
90 init_get_bits(&s->gb, buf_ptr+sof_offs, (buf_end - (buf_ptr
[all...]
H A Dmpegaudio_parser.c99 const uint8_t *buf_ptr; local
103 buf_ptr = buf;
119 memcpy(s->inbuf_ptr, buf_ptr, len);
120 buf_ptr += len;
176 memcpy(s->inbuf_ptr, buf_ptr, len);
189 buf_ptr += len;
208 buf_ptr += len;
218 memcpy(s->inbuf_ptr, buf_ptr, len);
219 buf_ptr += len;
224 if(s->frame_size > 0 && buf_ptr
[all...]
H A Dbitstream.h86 uint8_t *buf, *buf_ptr, *buf_end;
106 s->buf_ptr = s->buf;
118 return (s->buf_ptr - s->buf) * 8 + 32 - s->bit_left;
134 *s->buf_ptr++=s->bit_buf;
137 *s->buf_ptr++=s->bit_buf >> 24;
202 if (3 & (intptr_t) s->buf_ptr) {
203 AV_WL32(s->buf_ptr, bit_buf);
206 *(uint32_t *)s->buf_ptr = le2me_32(bit_buf);
207 s->buf_ptr+=4;
220 if (3 & (intptr_t) s->buf_ptr) {
[all...]
H A Dmjpegdec.c1231 const uint8_t *buf_ptr; local
1238 buf_ptr = *pbuf_ptr;
1239 while (buf_ptr < buf_end) {
1240 v = *buf_ptr++;
1241 v2 = *buf_ptr;
1242 if ((v == 0xff) && (v2 >= 0xc0) && (v2 <= 0xfe) && buf_ptr < buf_end) {
1243 val = *buf_ptr++;
1255 *pbuf_ptr = buf_ptr;
1264 const uint8_t *buf_end, *buf_ptr; local
1268 buf_ptr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtp_aac.c41 len = (s->buf_ptr - s->buf);
53 ff_rtp_send_data(s1, p, s->buf_ptr - p, 1);
58 s->buf_ptr = s->buf + MAX_AU_HEADERS_SIZE;
66 memcpy(s->buf_ptr, buff, size);
67 s->buf_ptr += size;
69 if (s->buf_ptr != s->buf + MAX_AU_HEADERS_SIZE) {
H A Drtpenc.c93 s->buf_ptr = s->buf + 4;
103 s->buf_ptr = s->buf;
111 s->buf_ptr = s->buf;
179 s->buf_ptr = s->buf;
183 memcpy(s->buf_ptr, buf1, len);
184 s->buf_ptr += len;
188 ff_rtp_send_data(s1, s->buf, s->buf_ptr - s->buf, 0);
189 n += (s->buf_ptr - s->buf);
204 len = (s->buf_ptr - s->buf);
207 ff_rtp_send_data(s1, s->buf, s->buf_ptr
[all...]
H A Daviobuf.c43 s->buf_ptr = buffer;
82 if (s->buf_ptr > s->buffer) {
84 int ret= s->write_packet(s->opaque, s->buffer, s->buf_ptr - s->buffer);
90 s->checksum= s->update_checksum(s->checksum, s->checksum_ptr, s->buf_ptr - s->checksum_ptr);
93 s->pos += s->buf_ptr - s->buffer;
95 s->buf_ptr = s->buffer;
100 *(s->buf_ptr)++ = b;
101 if (s->buf_ptr >= s->buf_end)
110 len = (s->buf_end - s->buf_ptr);
113 memcpy(s->buf_ptr, bu
[all...]
H A Drtpenc.h50 uint8_t *buf_ptr; member in struct:RTPMuxContext
H A Dhttp.c41 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end; member in struct:__anon648
140 if (s->buf_ptr >= s->buf_end) {
147 s->buf_ptr = s->buffer;
151 return *s->buf_ptr++;
244 s->buf_ptr = s->buffer;
290 len = s->buf_end - s->buf_ptr;
294 memcpy(buf, s->buf_ptr, len);
295 s->buf_ptr += len;
H A Dmpegenc.c644 uint8_t *buf_ptr; local
661 buf_ptr = buffer;
665 size = put_pack_header(ctx, buf_ptr, scr);
666 buf_ptr += size;
675 size = put_system_header(ctx, buf_ptr, id);
676 buf_ptr += size;
690 size = put_system_header(ctx, buf_ptr, 0);
691 buf_ptr += size;
692 size = buf_ptr - buffer;
708 buf_ptr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dftpgetput.c55 char *buf_ptr; local
60 buf_ptr = strstr(buf, "\r\n");
61 if (buf_ptr) {
62 *buf_ptr = '\0';
74 char *buf_ptr; local
80 buf_ptr = strrchr(buf, ')');
81 if (buf_ptr) *buf_ptr = '\0';
83 buf_ptr = strrchr(buf, ',');
84 *buf_ptr
[all...]
H A Difupdown.c677 char *buf_ptr = buf; local
679 firstword = next_word(&buf_ptr);
689 while ((firstword = next_word(&buf_ptr)) != NULL) {
729 iface_name = next_word(&buf_ptr);
730 address_family_name = next_word(&buf_ptr);
731 method_name = next_word(&buf_ptr);
733 if (buf_ptr == NULL) {
739 buf_ptr = skip_whitespace(buf_ptr);
741 if (buf_ptr[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmacbin.c172 char *buf_ptr; local
214 buf_ptr = buffer;
216 if (( cc = read( bin.filed, buf_ptr, readlen )) > 0 ) {
221 buf_ptr += cc;
225 cc = buf_ptr - buffer;
241 char *buf_ptr; local
259 buf_ptr = (char *)buffer;
272 cc = write( bin.filed, buf_ptr, writelen );
273 buf_ptr += cc;
H A Dasingle.c394 char *buf_ptr; local
429 buf_ptr = buffer;
431 if (( cc = read( single.filed, buf_ptr, readlen )) > 0 ) {
433 buf_ptr += cc;
437 cc = buf_ptr - buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.c172 char *buf_ptr; local
214 buf_ptr = buffer;
216 if (( cc = read( bin.filed, buf_ptr, readlen )) > 0 ) {
221 buf_ptr += cc;
225 cc = buf_ptr - buffer;
241 char *buf_ptr; local
259 buf_ptr = (char *)buffer;
272 cc = write( bin.filed, buf_ptr, writelen );
273 buf_ptr += cc;
H A Dasingle.c394 char *buf_ptr; local
429 buf_ptr = buffer;
431 if (( cc = read( single.filed, buf_ptr, readlen )) > 0 ) {
433 buf_ptr += cc;
437 cc = buf_ptr - buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmv643xx_eth.h211 u32 buf_ptr; /* Descriptor buffer pointer */ member in struct:eth_rx_desc
219 u32 buf_ptr; /* pointer to buffer for this descriptor*/ member in struct:eth_tx_desc
227 u32 buf_ptr; /* Descriptor buffer pointer */ member in struct:eth_rx_desc
235 u32 buf_ptr; /* pointer to buffer for this descriptor*/ member in struct:eth_tx_desc
248 dma_addr_t buf_ptr; /* Descriptor buffer pointer */ member in struct:pkt_info
H A Dmipsnet.c52 char *buf_ptr = skb->data; local
63 for (; count_to_go; buf_ptr++, count_to_go--) {
64 outb(*buf_ptr, mipsnet_reg_address(dev, txDataBuffer));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dcfe_osl.c190 bcopy(buffer->buf_ptr, PKTDATA(NULL, lb), buffer->buf_length);
199 bcopy(PKTDATA(NULL, lb), buffer->buf_ptr, PKTLEN(NULL, lb));
204 bzero(buffer->buf_ptr + buffer->buf_retlen, 60 - buffer->buf_retlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.l34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A Dcfe_api_int.h77 cfe_xptr_t buf_ptr; /* pointer to a buffer */ member in struct:xiocb_buffer_s
H A Dcfe_api.c228 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name);
369 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
391 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name);
422 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
488 xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h124 void yyunput( int c, char* buf_ptr );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa6588.c193 unsigned char __user *buf_ptr = a->buffer; local
221 if (block_to_user_buf(s, buf_ptr)) {
222 buf_ptr += 3;

Completed in 193 milliseconds

123