Home
last modified time | relevance | path

Searched refs:bytestream2_tell (Results 1 – 25 of 52) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dflicvideo.c217 stream_ptr_after_chunk = bytestream2_tell(&g2) - 4 + chunk_size; in flic_decode_frame_8BPP()
246 if (bytestream2_tell(&g2) + color_changes * 3 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
273 if (bytestream2_tell(&g2) + 2 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
297 if (bytestream2_tell(&g2) + 2 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
315 if (bytestream2_tell(&g2) + byte_run * 2 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
341 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
347 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
355 if (bytestream2_tell(&g2) + byte_run > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
393 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
414 if (bytestream2_tell(&g2) + byte_run > stream_ptr_after_chunk) in flic_decode_frame_8BPP()
[all …]
Drasc.c191 s->zstream.next_in = avpkt->data + bytestream2_tell(gb); in decode_zlib()
217 pos = bytestream2_tell(gb); in decode_move()
230 size - (bytestream2_tell(gb) - pos), in decode_move()
236 bytestream2_init(&mc, avpkt->data + bytestream2_tell(gb), in decode_move()
317 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_move()
342 pos = bytestream2_tell(gb); in decode_dlta()
370 bytestream2_init(&dc, avpkt->data + bytestream2_tell(gb), in decode_dlta()
468 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_dlta()
482 pos = bytestream2_tell(gb); in decode_kfrm()
498 s->zstream.next_in = avpkt->data + bytestream2_tell(gb); in decode_kfrm()
[all …]
Dh2645_parse.c414 if (bytestream2_tell(&bc) == next_avc) { in ff_h2645_packet_split()
423 next_avc = bytestream2_tell(&bc) + extract_length; in ff_h2645_packet_split()
427 if (bytestream2_tell(&bc) > next_avc) in ff_h2645_packet_split()
446 … extract_length = FFMIN(bytestream2_get_bytes_left(&bc), next_avc - bytestream2_tell(&bc)); in ff_h2645_packet_split()
448 if (bytestream2_tell(&bc) >= next_avc) { in ff_h2645_packet_split()
450 bytestream2_skip(&bc, next_avc - bytestream2_tell(&bc)); in ff_h2645_packet_split()
Droqvideodec.c71 chunk_start = bytestream2_tell(gb); in roqvideo_decode_frame()
79 while (bytestream2_tell(gb) < chunk_start + chunk_size) { in roqvideo_decode_frame()
82 if (bytestream2_tell(gb) >= chunk_start + chunk_size) { in roqvideo_decode_frame()
116 if (bytestream2_tell(gb) >= chunk_start + chunk_size) { in roqvideo_decode_frame()
Dwcmv.c77 skip = bytestream2_tell(&gb); in decode_frame()
120 skip = bytestream2_tell(&gb); in decode_frame()
149 skip = bytestream2_tell(&gb); in decode_frame()
Dmidivid.c70 mask_start = gb->buffer_start + bytestream2_tell(gb); in decode_mvdv()
96 vec = gb->buffer_start + bytestream2_tell(gb); in decode_mvdv()
103 …bytestream2_init(&idx9, gb->buffer_start + bytestream2_tell(gb), (nb_blocks + 7 * !intra_flag) / 8… in decode_mvdv()
Dopus_parser.c71 if (bytestream2_tell(&gb) + payload_len_tmp > buf_len) in parse_opus_ts_header()
76 return buf + bytestream2_tell(&gb); in parse_opus_ts_header()
Dhnm4video.c78 while (bytestream2_tell(&gb) < size) { in unpack_intraframe()
159 while (bytestream2_tell(&gb) < size) { in decode_interframe_v4()
288 while (bytestream2_tell(&gb) < size) { in decode_interframe_v4a()
371 while (bytestream2_tell(&gb) < size - 8) { in hnm_update_palette()
Dvmdvideo.c164 return bytestream2_tell(&gb); in rle_unpack()
169 return bytestream2_tell(&gb); in rle_unpack()
180 return bytestream2_tell(&gb); in rle_unpack()
Dpcx.c189 if (bytestream2_tell(&gb) != palstart) { in pcx_decode_frame()
233 ret = bytestream2_tell(&gb); in pcx_decode_frame()
Dfmvc.c197 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type2()
261 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type2()
377 if (bytestream2_tell_p(pb) == bytestream2_tell(&gbc)) in decode_type1()
379 if (len < 5 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type1()
Dprosumer.c88 pos = bytestream2_tell(gb); in decompress()
119 pos = bytestream2_tell(gb); in decompress()
Dvqavideo.c240 start = bytestream2_tell(&s->gb); in decode_format80()
241 while (bytestream2_tell(&s->gb) - start < src_size) { in decode_format80()
353 index = bytestream2_tell(&s->gb); in vqa_decode_chunk()
Dclearvideo.c540 if ((ret = init_get_bits8(&c->gb, buf + bytestream2_tell(&gb), in clv_decode_frame()
541 buf_size - bytestream2_tell(&gb))) < 0) in clv_decode_frame()
560 if (c->pmb_width * c->pmb_height > 8LL*(buf_size - bytestream2_tell(&gb))) in clv_decode_frame()
570 if ((ret = init_get_bits8(&c->gb, buf + bytestream2_tell(&gb), in clv_decode_frame()
571 buf_size - bytestream2_tell(&gb))) < 0) in clv_decode_frame()
Dbytestream.h192 static av_always_inline int bytestream2_tell(GetByteContext *g) in bytestream2_tell() function
233 return bytestream2_tell(g); in bytestream2_seek()
Dexif.c86 if (!bytestream2_tell(gbytes)) { in exif_decode_tag()
Dcbs_h2645.c542 start = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
551 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
566 start = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
575 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
620 start = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
629 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
Dpafvideo.c173 align = bytestream2_tell(&c->gb) & 3; in decode_0()
223 opcodes = pkt + bytestream2_tell(&c->gb); in decode_0()
Dbethsoftvideo.c105 return bytestream2_tell(&vid->g); in bethsoftvid_decode_frame()
Dbrenderpix.c277 avpkt->data + bytestream2_tell(&gb), in pix_decode_frame()
Dsanm.c570 end = bytestream2_tell(&ctx->gb) + len; in old_codec1()
572 while (bytestream2_tell(&ctx->gb) < end) { in old_codec1()
832 k = bytestream2_tell(&ctx->gb); in process_block()
868 int tbl_pos = bytestream2_tell(&ctx->gb); in old_codec47()
1407 pos = bytestream2_tell(&ctx->gb); in decode_frame()
Dphotocd.c140 s->streampos += bytestream2_tell(gb) - start; in interp_lowres()
219 s->streampos = bytestream2_tell(gb); in read_hufftable()
Dlzw.c110 return bytestream2_tell(&s->gb); in ff_lzw_decode_tail()
/third_party/ffmpeg/libavformat/
Drtmppkt.c496 av_assert0(bytestream2_tell(&gb) >= 0 && bytestream2_tell(&gb) <= data_end - data); in ff_amf_tag_size()
497 return bytestream2_tell(&gb); in ff_amf_tag_size()
Dgif.c79 return bytestream2_tell(&gb) + 2; in gif_parse_packet()

123