Searched refs:bytestream2_init (Results 1 - 25 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daasc.c103 bytestream2_init(&s->gb, buf - 4, buf_size + 4);
119 bytestream2_init(&s->gb, buf, buf_size);
H A Danm.c49 bytestream2_init(&s->gb, avctx->extradata, avctx->extradata_size);
125 bytestream2_init(&s->gb, avpkt->data, buf_size);
H A Dbethsoftvideo.c88 bytestream2_init(&vid->g, avpkt->side_data[0].data,
94 bytestream2_init(&vid->g, avpkt->data, avpkt->size);
H A Daliaspixdec.c40 bytestream2_init(&gb, avpkt->data, avpkt->size);
H A Dtxd.c41 bytestream2_init(&gb, avpkt->data, avpkt->size);
H A Dvmdvideo.c81 bytestream2_init(&gb, src, src_len);
148 bytestream2_init(&gb, src, src_size);
244 bytestream2_init(&gb, s->buf + 16, s->size - 16);
281 bytestream2_init(&gb, s->unpack_buffer, size);
H A Dmmvideo.c141 bytestream2_init(&data_ptr, s->gb.buffer + data_off, bytestream2_get_bytes_left(&s->gb) - data_off);
197 bytestream2_init(&s->gb, buf, buf_size);
H A Dxan.c163 bytestream2_init(&ctx, src, src_len);
336 bytestream2_init(&size_segment, s->buf + size_offset, s->size - size_offset);
337 bytestream2_init(&vector_segment, s->buf + vector_offset, s->size - vector_offset);
551 bytestream2_init(&ctx, buf, buf_size);
H A Dbfi.c66 bytestream2_init(&g, avpkt->data, buf_size);
H A Dhnm4video.c75 bytestream2_init(&gb, src, size);
153 bytestream2_init(&gb, src, size);
280 bytestream2_init(&gb, src, size);
363 bytestream2_init(&gb, src + 8, size - 8);
H A Dmsrle.c137 bytestream2_init(&s->gb, buf, buf_size);
H A Dtscc.c97 bytestream2_init(&c->gb, c->decomp_buf,
H A Ddxtory.c250 bytestream2_init(&gb, src, src_size);
331 bytestream2_init(&gb, src, src_size);
419 bytestream2_init(&gb, src, src_size);
523 bytestream2_init(&gb, src, src_size);
623 bytestream2_init(&gb, src, src_size);
H A Dxwddec.c47 bytestream2_init(&gb, buf, buf_size);
H A Dc93.c146 bytestream2_init(&gb, buf, buf_size);
H A Dlzw.c134 bytestream2_init(&s->gb, buf, buf_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daasc.c80 bytestream2_init(&s->gb, buf - 4, buf_size + 4);
H A Dbethsoftvideo.c83 bytestream2_init(&vid->g, avpkt->data, avpkt->size);
H A Dmmvideo.c135 bytestream2_init(&data_ptr, s->gb.buffer + data_off, bytestream2_get_bytes_left(&s->gb) - data_off);
189 bytestream2_init(&s->gb, buf, buf_size);
H A Dvmdav.c91 bytestream2_init(&gb, src, src_len);
157 bytestream2_init(&gb, src, src_size);
244 bytestream2_init(&gb, s->buf + 16, s->size - 16);
260 bytestream2_init(&gb, gb.buffer, s->buf + s->size - gb.buffer);
268 bytestream2_init(&gb, s->unpack_buffer, s->unpack_buffer_size);
H A Dbfi.c69 bytestream2_init(&g, avpkt->data, buf_size);
H A Dmsrle.c127 bytestream2_init(&s->gb, buf, buf_size);
H A Dtscc.c110 bytestream2_init(&c->gb, c->decomp_buf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dredspark.c89 bytestream2_init(&gbc, header, HEADER_SIZE);
H A Doggparseogm.c46 bytestream2_init(&p, os->buf + os->pstart, os->psize);

Completed in 267 milliseconds

12345