Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/libavcodec/
H A Dflicvideo.c218 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 Drasc.c193 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 Dh2645_parse.c418 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 Droqvideodec.c72 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 Dmidivid.c71 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 Dwcmv.c78 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 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()
H A Dhnm4video.c79 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 Dpcx.c189 if (bytestream2_tell(&gb) != palstart) { in pcx_decode_frame()
233 ret = bytestream2_tell(&gb); in pcx_decode_frame()
H A Dfmvc.c198 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 Dvmdvideo.c165 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 Dvqavideo.c258 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 Dclearvideo.c541 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 Dbethsoftvideo.c105 return bytestream2_tell(&vid->g); in bethsoftvid_decode_frame()
H A Dbytestream.h192 static av_always_inline int bytestream2_tell(GetByteContext *g) in bytestream2_tell() function
233 return bytestream2_tell(g); in bytestream2_seek()
H A Dpafvideo.c174 align = bytestream2_tell(&c->gb) & 3; in decode_0()
224 opcodes = pkt + bytestream2_tell(&c->gb); in decode_0()
H A Dphotocd.c140 s->streampos += bytestream2_tell(gb) - start; in interp_lowres()
219 s->streampos = bytestream2_tell(gb); in read_hufftable()
H A Dcbs_h2645.c540 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 Djpeg2000dec.c933 "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 Dexif.c214 if (!bytestream2_tell(gbytes)) { in exif_decode_tag()
H A Dlzw.c110 return bytestream2_tell(&s->gb); in ff_lzw_decode_tail()
H A Dpcm-bluray.c295 retval = bytestream2_tell(&gb); in pcm_bluray_decode_frame()
H A Dtiff_common.c266 *next = bytestream2_tell(gb) + 4; in ff_tread_tag()
/third_party/ffmpeg/libavformat/
H A Drtmppkt.c502 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 Dflac_picture.c151 data->data += bytestream2_tell(&g); in ff_flac_parse_picture()

Completed in 21 milliseconds

123