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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsgienc.c52 unsigned char *orig_buf = buf, *end_buf = buf + buf_size; local
127 bytestream_put_be32(&offsettab, buf - orig_buf);
159 return buf - orig_buf;
H A Dqtrleenc.c245 uint8_t *orig_buf = buf; local
277 AV_WB32(orig_buf, buf - orig_buf); // patch the chunk size
278 return buf - orig_buf;
H A Dtiff.c513 const uint8_t *orig_buf = buf, *end_buf = buf + buf_size; local
545 if (off >= UINT_MAX - 14 || end_buf - orig_buf < off + 14) {
549 buf = orig_buf + off;
552 if(tiff_decode_tag(s, orig_buf, buf, end_buf) < 0)
589 if(tiff_unpack_strip(s, dst, stride, orig_buf + soff, ssize, FFMIN(s->rps, s->height - i)) < 0)
H A Dwavpack.c764 const uint8_t *orig_buf = buf; local
1000 s->sc.offset = buf - orig_buf;
1014 s->extra_sc.offset = buf - orig_buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrleenc.c331 uint8_t *orig_buf = buf; local
363 AV_WB32(orig_buf, buf - orig_buf); // patch the chunk size
364 return buf - orig_buf;
H A Dproresenc_kostya.c934 uint8_t *orig_buf, *buf, *slice_hdr, *slice_sizes, *tmp; local
953 orig_buf = pkt->data;
956 orig_buf += 4; // frame size
957 bytestream_put_be32 (&orig_buf, FRAME_ID); // frame container ID
958 buf = orig_buf;
990 bytestream_put_be16 (&tmp, buf - orig_buf); // write back frame header size
1026 init_put_bits(&pb, buf, (pkt_size - (buf - orig_buf)) * 8);
1046 orig_buf -= 8;
1047 frame_size = buf - orig_buf;
1048 bytestream_put_be32(&orig_buf, frame_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dforward.c577 buffer_turnover (const uint8_t *orig_buf, struct buffer *dest_stub, struct buffer *src_stub, struct buffer *storage) argument
579 if (orig_buf == src_stub->data && src_stub->data != storage->data)
599 const uint8_t *orig_buf = c->c2.buf.data; local
663 buffer_turnover (orig_buf, &c->c2.to_link, &c->c2.buf, &b->read_tun_buf);
911 const uint8_t *orig_buf = c->c2.buf.data; local
1071 buffer_turnover (orig_buf, &c->c2.to_tun, &c->c2.buf, &c->c2.buffers->read_link_buf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c681 char c, *orig_buf, *buf1, *q, *r; local
719 orig_buf = buf;
769 retcode = system(orig_buf + 1); // run the cmd
1009 c = orig_buf[1]; // what is the delimiter
1010 F = orig_buf + 2; // start of "find"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c9282 char *orig_buf = buf; local
9303 return buf - orig_buf;
9340 char *orig_buf = buf; local
9353 return buf - orig_buf;

Completed in 171 milliseconds