Searched refs:bytestream2_get_bufferu (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dredspark.c124 if (bytestream2_get_bufferu(&gbc, codec->extradata + i * 32, 32) != 32) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Danm.c87 bytestream2_get_bufferu(gb, *dst, striplen);
H A Dvmdvideo.c165 bytestream2_get_bufferu(&gb, pd, l);
297 bytestream2_get_bufferu(&gb, &dp[ofs], len);
H A Dxwddec.c236 bytestream2_get_bufferu(&gb, ptr, rsize);
H A Dmsrledec.c187 bytestream2_get_bufferu(gb, output, p2 * (depth >> 3));
H A Dtiff_common.c253 bytestream2_get_bufferu(gb, value, count);
H A Dsanm.c546 bytestream2_get_bufferu(&ctx->gb, dst, run_len);
691 bytestream2_get_bufferu(&ctx->gb, dst + i + k * stride, 4);
739 bytestream2_get_bufferu(&ctx->gb, dst + i + k * stride, 4);
820 bytestream2_get_bufferu(&ctx->gb, colors, 2);
895 bytestream2_get_bufferu(&ctx->gb, dst, width);
H A Dbytestream.h271 static av_always_inline unsigned int bytestream2_get_bufferu(GetByteContext *g, function
H A Dpafvideo.c332 bytestream2_get_bufferu(&c->gb, dst, c->video_size);
H A Dgifdec.c369 bytestream2_get_bufferu(&s->gb, sig, 6);
H A Dtiff.c995 bytestream2_get_bufferu(&s->gb, ap, s->geotags[i].count);
H A Djpeg2000dec.c819 bytestream2_get_bufferu(&s->g, cblk->data + cblk->length, cblk->lengthinc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbytestream.h266 static av_always_inline unsigned int bytestream2_get_bufferu(GetByteContext *g, function

Completed in 176 milliseconds