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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.c274 AVBPrint dstbuf; local
276 av_bprint_init(&dstbuf, 1, AV_BPRINT_SIZE_UNLIMITED);
277 av_bprint_escape(&dstbuf, src, special_chars, mode, flags);
279 if (!av_bprint_is_complete(&dstbuf)) {
280 av_bprint_finalize(&dstbuf, NULL);
283 av_bprint_finalize(&dstbuf, dst);
284 return dstbuf.len;
H A Dbprint.h201 * Escape the content in src and append it to dstbuf.
203 * @param dstbuf already inited destination bprint buffer
213 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars,
H A Dbprint.c265 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, argument
276 av_bprint_chars(dstbuf, '\'', 1);
279 av_bprintf(dstbuf, "'\\''");
281 av_bprint_chars(dstbuf, *src, 1);
283 av_bprint_chars(dstbuf, '\'', 1);
300 av_bprint_chars(dstbuf, '\\', 1);
301 av_bprint_chars(dstbuf, *src, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dyop.c43 uint8_t *dstbuf; member in struct:YopDecContext
143 if (bufptr < s->dstbuf) {
209 s->dstbuf = s->frame.data[0];
226 while (s->dstptr - s->dstbuf <
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dyop.c44 uint8_t *dstbuf; member in struct:YopDecContext
160 if (bufptr < s->dstbuf) {
211 s->dstbuf = frame->data[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dbeacon.c265 char dstbuf[UWB_ADDR_STRSIZE]; local
269 uwb_dev_addr_print(dstbuf, sizeof(dstbuf), &bf->hdr.DestAddr);
272 devbuf, dstbuf, be->bChannelNumber, be->wBPSTOffset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs.c274 __u16 dstbuf; local
289 dstbuf = opt->dst1;
298 opt->nhoff = dstbuf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Ddir.c1035 void *dstbuf, filldir_t filldir)
1046 over = filldir(dstbuf, dirent->name, dirent->namelen,
1059 static int fuse_readdir(struct file *file, void *dstbuf, filldir_t filldir) argument
1089 err = parse_dirfile(page_address(page), nbytes, file, dstbuf,
1034 parse_dirfile(char *buf, size_t nbytes, struct file *file, void *dstbuf, filldir_t filldir) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c530 AVBPrint dstbuf; local
533 av_bprint_init(&dstbuf, 0, AV_BPRINT_SIZE_UNLIMITED);
562 av_bprintf(&dstbuf, "%s", wctx->string_validation_replacement);
568 av_bprint_append_data(&dstbuf, p0, p-p0);
578 av_bprint_finalize(&dstbuf, dstp);

Completed in 144 milliseconds