/third_party/ffmpeg/libavcodec/ |
D | flicvideo.c | 217 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 …]
|
D | rasc.c | 191 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 …]
|
D | h2645_parse.c | 414 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()
|
D | roqvideodec.c | 71 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()
|
D | wcmv.c | 77 skip = bytestream2_tell(&gb); in decode_frame() 120 skip = bytestream2_tell(&gb); in decode_frame() 149 skip = bytestream2_tell(&gb); in decode_frame()
|
D | midivid.c | 70 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()
|
D | opus_parser.c | 71 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()
|
D | hnm4video.c | 78 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()
|
D | vmdvideo.c | 164 return bytestream2_tell(&gb); in rle_unpack() 169 return bytestream2_tell(&gb); in rle_unpack() 180 return bytestream2_tell(&gb); in rle_unpack()
|
D | pcx.c | 189 if (bytestream2_tell(&gb) != palstart) { in pcx_decode_frame() 233 ret = bytestream2_tell(&gb); in pcx_decode_frame()
|
D | fmvc.c | 197 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()
|
D | prosumer.c | 88 pos = bytestream2_tell(gb); in decompress() 119 pos = bytestream2_tell(gb); in decompress()
|
D | vqavideo.c | 240 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()
|
D | clearvideo.c | 540 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()
|
D | bytestream.h | 192 static av_always_inline int bytestream2_tell(GetByteContext *g) in bytestream2_tell() function 233 return bytestream2_tell(g); in bytestream2_seek()
|
D | exif.c | 86 if (!bytestream2_tell(gbytes)) { in exif_decode_tag()
|
D | cbs_h2645.c | 542 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()
|
D | pafvideo.c | 173 align = bytestream2_tell(&c->gb) & 3; in decode_0() 223 opcodes = pkt + bytestream2_tell(&c->gb); in decode_0()
|
D | bethsoftvideo.c | 105 return bytestream2_tell(&vid->g); in bethsoftvid_decode_frame()
|
D | brenderpix.c | 277 avpkt->data + bytestream2_tell(&gb), in pix_decode_frame()
|
D | sanm.c | 570 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()
|
D | photocd.c | 140 s->streampos += bytestream2_tell(gb) - start; in interp_lowres() 219 s->streampos = bytestream2_tell(gb); in read_hufftable()
|
D | lzw.c | 110 return bytestream2_tell(&s->gb); in ff_lzw_decode_tail()
|
/third_party/ffmpeg/libavformat/ |
D | rtmppkt.c | 496 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()
|
D | gif.c | 79 return bytestream2_tell(&gb) + 2; in gif_parse_packet()
|