/third_party/ffmpeg/libavcodec/ |
H A D | flicvideo.c | 218 stream_ptr_after_chunk = bytestream2_tell(&g2) - 4 + chunk_size; in flic_decode_frame_8BPP() 247 if (bytestream2_tell(&g2) + color_changes * 3 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 274 if (bytestream2_tell(&g2) + 2 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 298 if (bytestream2_tell(&g2) + 2 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 316 if (bytestream2_tell(&g2) + byte_run * 2 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 342 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 348 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 356 if (bytestream2_tell(&g2) + byte_run > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 394 if (bytestream2_tell(&g2) + 1 > stream_ptr_after_chunk) in flic_decode_frame_8BPP() 415 if (bytestream2_tell( in flic_decode_frame_8BPP() [all...] |
H A D | rasc.c | 193 zstream->next_in = avpkt->data + bytestream2_tell(gb); in decode_zlib() 219 pos = bytestream2_tell(gb); in decode_move() 232 size - (bytestream2_tell(gb) - pos), in decode_move() 238 bytestream2_init(&mc, avpkt->data + bytestream2_tell(gb), in decode_move() 319 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_move() 344 pos = bytestream2_tell(gb); in decode_dlta() 372 bytestream2_init(&dc, avpkt->data + bytestream2_tell(gb), in decode_dlta() 470 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_dlta() 485 pos = bytestream2_tell(gb); in decode_kfrm() 501 zstream->next_in = avpkt->data + bytestream2_tell(g in decode_kfrm() [all...] |
H A D | h2645_parse.c | 418 if (bytestream2_tell(&bc) == next_avc) { in ff_h2645_packet_split() 427 next_avc = bytestream2_tell(&bc) + extract_length; in ff_h2645_packet_split() 431 if (bytestream2_tell(&bc) > next_avc) in ff_h2645_packet_split() 450 extract_length = FFMIN(bytestream2_get_bytes_left(&bc), next_avc - bytestream2_tell(&bc)); in ff_h2645_packet_split() 452 if (bytestream2_tell(&bc) >= next_avc) { in ff_h2645_packet_split() 454 bytestream2_skip(&bc, next_avc - bytestream2_tell(&bc)); in ff_h2645_packet_split()
|
H A D | roqvideodec.c | 72 chunk_start = bytestream2_tell(gb); in roqvideo_decode_frame() 80 while (bytestream2_tell(gb) < chunk_start + chunk_size) { in roqvideo_decode_frame() 83 if (bytestream2_tell(gb) >= chunk_start + chunk_size) { in roqvideo_decode_frame() 117 if (bytestream2_tell(gb) >= chunk_start + chunk_size) { in roqvideo_decode_frame()
|
H A D | midivid.c | 71 mask_start = gb->buffer_start + bytestream2_tell(gb); in decode_mvdv() 97 vec = gb->buffer_start + bytestream2_tell(gb); in decode_mvdv() 104 bytestream2_init(&idx9, gb->buffer_start + bytestream2_tell(gb), (nb_blocks + 7 * !intra_flag) / 8); in decode_mvdv()
|
H A D | wcmv.c | 78 skip = bytestream2_tell(&gb); in decode_frame() 121 skip = bytestream2_tell(&gb); in decode_frame() 150 skip = bytestream2_tell(&gb); in decode_frame()
|
H A 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()
|
H A D | hnm4video.c | 79 while (bytestream2_tell(&gb) < size) { in unpack_intraframe() 160 while (bytestream2_tell(&gb) < size) { in decode_interframe_v4() 289 while (bytestream2_tell(&gb) < size) { in decode_interframe_v4a() 372 while (bytestream2_tell(&gb) < size - 8) { in hnm_update_palette()
|
H A D | pcx.c | 189 if (bytestream2_tell(&gb) != palstart) { in pcx_decode_frame() 233 ret = bytestream2_tell(&gb); in pcx_decode_frame()
|
H A D | fmvc.c | 198 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type2() 262 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type2() 378 if (bytestream2_tell_p(pb) == bytestream2_tell(&gbc)) in decode_type1() 380 if (len < 5 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type1()
|
H A D | vmdvideo.c | 165 return bytestream2_tell(&gb); in rle_unpack() 170 return bytestream2_tell(&gb); in rle_unpack() 181 return bytestream2_tell(&gb); in rle_unpack()
|
H A D | vqavideo.c | 258 start = bytestream2_tell(&s->gb); in decode_format80() 259 while (bytestream2_tell(&s->gb) - start < src_size) { in decode_format80() 375 index = bytestream2_tell(&s->gb); in vqa_decode_frame_pal8() 642 index = bytestream2_tell(&s->gb); in vqa_decode_frame_hicolor()
|
H A D | clearvideo.c | 541 if ((ret = init_get_bits8(&c->gb, buf + bytestream2_tell(&gb), in clv_decode_frame() 542 buf_size - bytestream2_tell(&gb))) < 0) in clv_decode_frame() 561 if (c->pmb_width * c->pmb_height > 8LL*(buf_size - bytestream2_tell(&gb))) in clv_decode_frame() 571 if ((ret = init_get_bits8(&c->gb, buf + bytestream2_tell(&gb), in clv_decode_frame() 572 buf_size - bytestream2_tell(&gb))) < 0) in clv_decode_frame()
|
H A D | bethsoftvideo.c | 105 return bytestream2_tell(&vid->g); in bethsoftvid_decode_frame()
|
H A 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()
|
H A D | pafvideo.c | 174 align = bytestream2_tell(&c->gb) & 3; in decode_0() 224 opcodes = pkt + bytestream2_tell(&c->gb); in decode_0()
|
H A D | photocd.c | 140 s->streampos += bytestream2_tell(gb) - start; in interp_lowres() 219 s->streampos = bytestream2_tell(gb); in read_hufftable()
|
H A D | cbs_h2645.c | 540 start = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 549 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 564 start = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 573 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 618 start = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 627 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment()
|
H A D | jpeg2000dec.c | 933 "PLT marker at pos 0x%X\n", bytestream2_tell(&s->g) - 4); in get_plt() 2161 oldpos = bytestream2_tell(&s->g); in jpeg2000_read_main_headers() 2294 marker, bytestream2_tell(&s->g) - 4); in jpeg2000_read_main_headers() 2298 if (bytestream2_tell(&s->g) - oldpos != len || ret) { in jpeg2000_read_main_headers() 2343 if (atom_size < 16 || (int64_t)bytestream2_tell(&s->g) + atom_size - 16 > INT_MAX) in jp2_find_codestream() 2345 atom_end = bytestream2_tell(&s->g) + atom_size - 16; in jp2_find_codestream() 2347 if (atom_size < 8 || (int64_t)bytestream2_tell(&s->g) + atom_size - 8 > INT_MAX) in jp2_find_codestream() 2349 atom_end = bytestream2_tell(&s->g) + atom_size - 8; in jp2_find_codestream() 2366 atom2_end = bytestream2_tell(&s->g) + atom2_size - 8; in jp2_find_codestream() 2568 return bytestream2_tell( in jpeg2000_decode_frame() [all...] |
H A D | exif.c | 214 if (!bytestream2_tell(gbytes)) { in exif_decode_tag()
|
H A D | lzw.c | 110 return bytestream2_tell(&s->gb); in ff_lzw_decode_tail()
|
H A D | pcm-bluray.c | 295 retval = bytestream2_tell(&gb); in pcm_bluray_decode_frame()
|
H A D | tiff_common.c | 266 *next = bytestream2_tell(gb) + 4; in ff_tread_tag()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmppkt.c | 502 av_assert0(bytestream2_tell(&gb) >= 0 && bytestream2_tell(&gb) <= data_end - data); in ff_amf_tag_size() 503 return bytestream2_tell(&gb); in ff_amf_tag_size()
|
H A D | flac_picture.c | 151 data->data += bytestream2_tell(&g); in ff_flac_parse_picture()
|