Searched refs:bytestream2_tell (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflicvideo.c217 stream_ptr_after_chunk = bytestream2_tell(&g2) - 4 + chunk_size;
246 if (bytestream2_tell(&g2) + color_changes * 3 > stream_ptr_after_chunk)
273 if (bytestream2_tell(&g2) + 2 > stream_ptr_after_chunk)
293 if (bytestream2_tell(&g2) + 2 > stream_ptr_after_chunk)
311 if (bytestream2_tell(&g2) + byte_run * 2 > stream_ptr_after_chunk)
335 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk)
341 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk)
349 if (bytestream2_tell(&g2) + byte_run > stream_ptr_after_chunk)
387 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk)
408 if (bytestream2_tell(
[all...]
H A Droqvideodec.c70 chunk_start = bytestream2_tell(&ri->gb);
78 while (bytestream2_tell(&ri->gb) < chunk_start + chunk_size) {
81 if (bytestream2_tell(&ri->gb) >= chunk_start + chunk_size) {
116 if (bytestream2_tell(&ri->gb) >= chunk_start + chunk_size) {
H A Dexif.c81 if (!bytestream2_tell(gbytes)) {
H A Dpcx.c177 if (bytestream2_tell(&gb) != palstart) {
217 ret = bytestream2_tell(&gb);
H A Dvmdvideo.c164 return bytestream2_tell(&gb);
169 return bytestream2_tell(&gb);
180 return bytestream2_tell(&gb);
H A Dbethsoftvideo.c105 return bytestream2_tell(&vid->g);
H A Dhnm4video.c77 while (bytestream2_tell(&gb) < size) {
155 while (bytestream2_tell(&gb) < size) {
282 while (bytestream2_tell(&gb) < size) {
365 while (bytestream2_tell(&gb) < size - 8) {
H A Dvqavideo.c234 start = bytestream2_tell(&s->gb);
235 while (bytestream2_tell(&s->gb) - start < src_size) {
347 index = bytestream2_tell(&s->gb);
H A Dbytestream.h186 static av_always_inline int bytestream2_tell(GetByteContext *g) function
227 return bytestream2_tell(g);
H A Dpafvideo.c171 align = bytestream2_tell(&c->gb) & 3;
217 opcodes = pkt + bytestream2_tell(&c->gb);
H A Dg2meet.c699 chunk_start = bytestream2_tell(&bc);
806 buf + bytestream2_tell(&bc),
829 bytestream2_init(&tbc, buf + bytestream2_tell(&bc),
842 bytestream2_skip(&bc, chunk_start + chunk_size - bytestream2_tell(&bc));
H A Dpcm-bluray.c297 retval = bytestream2_tell(&gb);
H A Dtiff_common.c299 *next = bytestream2_tell(gb) + 4;
H A Dbrenderpix.c274 avpkt->data + bytestream2_tell(&gb),
H A Dpictordec.c157 pos_after_pal = bytestream2_tell(&s->g) + esize;
H A Dsanm.c569 end = bytestream2_tell(&ctx->gb) + len;
571 while (bytestream2_tell(&ctx->gb) < end) {
831 k = bytestream2_tell(&ctx->gb);
867 int tbl_pos = bytestream2_tell(&ctx->gb);
1407 pos = bytestream2_tell(&ctx->gb);
H A Djpeg2000dec.c1420 oldpos = bytestream2_tell(&s->g);
1490 marker, bytestream2_tell(&s->g) - 4);
1494 if (bytestream2_tell(&s->g) - oldpos != len || ret) {
1534 atom_end = bytestream2_tell(&s->g) + atom_size - 8;
1548 atom2_end = bytestream2_tell(&s->g) + atom2_size - 8;
1688 return bytestream2_tell(&s->g);
H A Dtruemotion2.c317 pos = bytestream2_tell(&gb);
334 pos = bytestream2_tell(&gb);
357 pos = bytestream2_tell(&gb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideodec.c72 chunk_start = bytestream2_tell(&ri->gb);
74 while (bytestream2_tell(&ri->gb) < chunk_start + chunk_size) {
H A Dflicvideo.c194 stream_ptr_after_color_chunk = bytestream2_tell(&g2) + chunk_size - 6;
239 if (stream_ptr_after_color_chunk - bytestream2_tell(&g2) > 0)
240 bytestream2_skip(&g2, stream_ptr_after_color_chunk - bytestream2_tell(&g2));
679 "and final chunk ptr = %d\n", buf_size, bytestream2_tell(&g2));
H A Dbytestream.h191 static av_always_inline int bytestream2_tell(GetByteContext *g) function
222 return bytestream2_tell(g);
H A Dvmdav.c174 return bytestream2_tell(&gb);
179 return bytestream2_tell(&gb);
189 return bytestream2_tell(&gb);
H A Dvqavideo.c215 start = bytestream2_tell(gb);
216 while (bytestream2_tell(gb) - start < src_size) {
326 index = bytestream2_tell(&s->gb);
H A Dpictordec.c157 pos_after_pal = bytestream2_tell(&s->g) + esize;
H A Dtruemotion2.c279 pos = bytestream2_tell(&gb);
296 pos = bytestream2_tell(&gb);
315 pos = bytestream2_tell(&gb);

Completed in 307 milliseconds

12