Searched refs:bytestream2_tell_p (Results 1 - 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | fmvc.c | 86 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET); in decode_type2() 131 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET); in decode_type2() 157 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET); in decode_type2() 196 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET); in decode_type2() 198 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type2() 226 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET); in decode_type2() 253 pos = bytestream2_tell_p(pb) - 2048 * (opcode & 8); in decode_type2() 255 if (pos == bytestream2_tell_p(pb)) in decode_type2() 262 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) { in decode_type2() 344 bytestream2_seek(&gbc, bytestream2_tell_p(p in decode_type1() [all...] |
H A D | sgienc.c | 55 int val, count, x, start = bytestream2_tell_p(pbc); in sgi_rle_encode() 90 return bytestream2_tell_p(pbc) - start; in sgi_rle_encode() 206 bytestream2_put_be32(&taboff_pcb, bytestream2_tell_p(&pbc)); in encode_frame() 252 pkt->size = bytestream2_tell_p(&pbc); in encode_frame()
|
H A D | gdv.c | 222 bytestream2_seek(g2, bytestream2_tell_p(pb) - 1, SEEK_SET); in lz_copy() 228 int start = bytestream2_tell_p(pb) - (-offset); in lz_copy() 235 int start = bytestream2_tell_p(pb) + offset; in lz_copy() 404 c1 = gdv->frame[bytestream2_tell_p(pb) - real_off]; in decompress_68() 405 c2 = gdv->frame[bytestream2_tell_p(pb) - real_off + 1]; in decompress_68()
|
H A D | magicyuvenc.c | 499 init_put_bits(&s->pb, pkt->data + bytestream2_tell_p(&pb), bytestream2_get_bytes_left_p(&pb)); in magy_encode_frame() 513 s->slice_pos[i] = bytestream2_tell_p(&pb); in magy_encode_frame() 514 slice_size = encode_slice(s->slices[i], pkt->data + bytestream2_tell_p(&pb), in magy_encode_frame() 522 pos = bytestream2_tell_p(&pb); in magy_encode_frame() 530 pkt->size = bytestream2_tell_p(&pb); in magy_encode_frame()
|
H A D | sunrastenc.c | 129 s->length = bytestream2_tell_p(&s->p) - 32 - s->maplength; in sunrast_image_write_image() 192 avpkt->size = bytestream2_tell_p(&s->p); in sunrast_encode_frame()
|
H A D | exrenc.c | 453 offset = bytestream2_tell_p(pb) + avctx->height * 8LL; in encode_frame() 493 offset = bytestream2_tell_p(pb) + s->nb_scanlines * 8LL; in encode_frame() 515 av_shrink_packet(pkt, bytestream2_tell_p(pb)); in encode_frame()
|
H A D | cfhdenc.c | 624 pos = bytestream2_tell_p(pby); in cfhd_encode_frame() 741 init_put_bits(pb, pkt->data + bytestream2_tell_p(pby), bytestream2_get_bytes_left_p(pby)); in cfhd_encode_frame() 770 padd = (4 - (bytestream2_tell_p(pby) & 3)) & 3; in cfhd_encode_frame() 782 s->plane[p].size = bytestream2_tell_p(pby) - pos; in cfhd_encode_frame() 788 av_shrink_packet(pkt, bytestream2_tell_p(pby)); in cfhd_encode_frame()
|
H A D | mwsc.c | 63 int pos = bytestream2_tell_p(pb); in rle_uncompress()
|
H A D | bytestream.h | 197 static av_always_inline int bytestream2_tell_p(PutByteContext *p) in bytestream2_tell_p() function 264 return bytestream2_tell_p(p); in bytestream2_seek_p()
|
H A D | qsvenc_hevc.c | 150 vps_size = bytestream2_tell_p(&pbc); in generate_fake_vps()
|
H A D | h264_parse.c | 453 escaped_buf_size = bytestream2_tell_p(&pbc); in decode_extradata_ps_mp4()
|
H A D | jpeglsenc.c | 418 av_shrink_packet(pkt, bytestream2_tell_p(&pb)); in encode_picture_ls()
|
H A D | smcenc.c | 530 av_shrink_packet(pkt, bytestream2_tell_p(&pb)); in smc_encode_frame()
|
H A D | prosumer.c | 165 memset(s->decbuffer + bytestream2_tell_p(&s->pb), 0, bytestream2_get_bytes_left_p(&s->pb)); in decode_frame()
|
H A D | notchlc.c | 147 return bytestream2_tell_p(pb); in lz4_decompress()
|
H A D | utvideoenc.c | 619 pkt->size = bytestream2_tell_p(&pb); in utvideo_encode_frame()
|
H A D | wavpackenc.c | 2622 start = bytestream2_tell_p(&pb); in wavpack_encode_block() 2641 end = bytestream2_tell_p(&pb); in wavpack_encode_block() 2655 start = bytestream2_tell_p(&pb); in wavpack_encode_block() 2681 end = bytestream2_tell_p(&pb); in wavpack_encode_block() 2806 block_size = bytestream2_tell_p(&pb); in wavpack_encode_block()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_jpeg.c | 189 return bytestream2_tell_p(&pbc); in jpeg_create_header()
|
Completed in 18 milliseconds