/third_party/ffmpeg/libavcodec/ |
H A D | c93.c | 195 bytestream2_get_buffer(&gb, cols, 2); in decode_frame() 209 bytestream2_get_buffer(&gb, cols, 2); in decode_frame() 213 bytestream2_get_buffer(&gb, cols, 4); in decode_frame() 217 bytestream2_get_buffer(&gb, grps, 4); in decode_frame() 230 bytestream2_get_buffer(&gb, out + j*stride, 8); in decode_frame()
|
H A D | targa.c | 74 bytestream2_get_buffer(&s->gb, dst, n * depth); in targa_decode_rle() 85 bytestream2_get_buffer(&s->gb, tmp, depth); in targa_decode_rle() 273 bytestream2_get_buffer(&s->gb, line, img_size); in decode_frame()
|
H A D | bethsoftvideo.c | 126 bytestream2_get_buffer(&vid->g, dst, remaining); in bethsoftvid_decode_frame() 138 bytestream2_get_buffer(&vid->g, dst, length); in bethsoftvid_decode_frame()
|
H A D | hevc_mp4toannexb_bsf.c | 79 bytestream2_get_buffer(&gb, new_extradata + new_extradata_size + 4, nalu_len); in hevc_extradata_to_annexb() 179 bytestream2_get_buffer(&gb, out->data + prev_size + 4 + extra_size, nalu_size); in hevc_mp4toannexb_filter()
|
H A D | txd.c | 116 bytestream2_get_buffer(&gb, ptr, w); in txd_decode_frame() 149 bytestream2_get_buffer(&gb, ptr, w * 4); in txd_decode_frame()
|
H A D | dfa.c | 61 if (bytestream2_get_buffer(gb, frame, size) != size) in decode_copy() 224 if (bytestream2_get_buffer(gb, line_ptr, count) != count) in decode_bdlt() 283 if (bytestream2_get_buffer(gb, line_ptr, count * 2) != count * 2) in decode_wdlt() 315 bytestream2_get_buffer(gb, frame, copy); in decode_tdlt()
|
H A D | photocd.c | 347 bytestream2_get_buffer(gb, ptr, avctx->width); in photocd_decode_frame() 350 bytestream2_get_buffer(gb, ptr, avctx->width); in photocd_decode_frame() 353 bytestream2_get_buffer(gb, ptr1, avctx->width >> 1); in photocd_decode_frame() 356 bytestream2_get_buffer(gb, ptr2, avctx->width >> 1); in photocd_decode_frame()
|
H A D | vqavideo.c | 313 bytestream2_get_buffer(&s->gb, &dest[dest_index], count); in decode_format80() 484 bytestream2_get_buffer(&s->gb, s->codebook, chunk_size); in vqa_decode_frame_pal8() 575 bytestream2_get_buffer(&s->gb, &s->next_codebook_buffer[s->next_codebook_buffer_index], in vqa_decode_frame_pal8() 604 bytestream2_get_buffer(&s->gb, &s->next_codebook_buffer[s->next_codebook_buffer_index], in vqa_decode_frame_pal8() 694 bytestream2_get_buffer(&s->gb, s->codebook, chunk_size); in vqa_decode_frame_hicolor() 707 bytestream2_get_buffer(&s->gb, s->decode_buffer, chunk_size); in vqa_decode_frame_hicolor()
|
H A D | pcm-bluray.c | 170 bytestream2_get_buffer(&gb, dst16, buf_size); in pcm_bluray_decode_frame() 190 bytestream2_get_buffer(&gb, dst16, avctx->ch_layout.nb_channels * 2); in pcm_bluray_decode_frame()
|
H A D | interplayvideo.c | 343 bytestream2_get_buffer(&s->stream_ptr, P, 4); in ipvideo_decode_block_opcode_0x9() 413 bytestream2_get_buffer(&s->stream_ptr, P, 4); in ipvideo_decode_block_opcode_0xA() 423 if (y) bytestream2_get_buffer(&s->stream_ptr, P, 4); in ipvideo_decode_block_opcode_0xA() 440 bytestream2_get_buffer(&s->stream_ptr, P + 4, 4); in ipvideo_decode_block_opcode_0xA() 474 bytestream2_get_buffer(&s->stream_ptr, s->pixel_ptr, 8); in ipvideo_decode_block_opcode_0xB() 926 bytestream2_get_buffer(&s->stream_ptr, s->pixel_ptr, 8); in ipvideo_format_06_firstpass() 1000 bytestream2_get_buffer(&s->stream_ptr, s->pixel_ptr, 8); in ipvideo_format_10_firstpass()
|
H A D | lzf.c | 59 bytestream2_get_buffer(gb, p, s); in ff_lzf_uncompress()
|
H A D | snappy.c | 73 bytestream2_get_buffer(gb, p, len); in snappy_literal()
|
H A D | bfi.c | 134 bytestream2_get_buffer(&g, dst, length); in bfi_decode_frame()
|
H A D | xxan.c | 161 bytestream2_get_buffer(&s->gb, dest, size); in xan_unpack() 171 bytestream2_get_buffer(&s->gb, dest, size); in xan_unpack()
|
H A D | pafvideo.c | 120 bytestream2_get_buffer(&c->gb, dst, 4); in read4x4block() 390 bytestream2_get_buffer(&c->gb, dst, count); in paf_video_decode()
|
H A D | vmdvideo.c | 327 bytestream2_get_buffer(&gb, dp, frame_width); in vmd_decode() 351 bytestream2_get_buffer(&gb, &dp[ofs], len); in vmd_decode()
|
H A D | pcx.c | 57 bytestream2_get_buffer(gb, dst, bytes_per_scanline); in pcx_rle_decode()
|
H A D | dds.c | 646 bytestream2_get_buffer(gbc, frame->data[1], 16 * 4); in dds_decode() 677 bytestream2_get_buffer(gbc, frame->data[1], 256 * 4); in dds_decode()
|
H A D | xan.c | 191 bytestream2_get_buffer(&ctx, dest, size); in xan_unpack() 201 bytestream2_get_buffer(&ctx, dest, size); in xan_unpack()
|
H A D | eatgq.c | 186 bytestream2_get_buffer(&s->gb, dc, 6); in tgq_decode_mb()
|
H A D | pcm-dvd.c | 160 bytestream2_get_buffer(&gb, dst16, blocks * s->block_size); in pcm_dvd_decode_samples()
|
H A D | vb.c | 133 bytestream2_get_buffer(&g, cur + y * width, 4); in vb_decode_framedata()
|
H A D | flicvideo.c | 440 bytestream2_get_buffer(&g2, &pixels[y_ptr], in flic_decode_frame_8BPP() 1030 bytestream2_get_buffer(&g2, pixels + y_ptr, 3*s->avctx->width); in flic_decode_frame_24BPP()
|
/third_party/ffmpeg/libavformat/ |
H A D | oggparseogm.c | 74 bytestream2_get_buffer(&p, acid, 4); in ogm_header() 115 bytestream2_get_buffer(&p, st->codecpar->extradata, st->codecpar->extradata_size); in ogm_header()
|
H A D | rtmppkt.c | 105 readsize = bytestream2_get_buffer(bc, str, stringlen); in ff_amf_get_string() 542 bytestream2_get_buffer(gb, dst, len); in amf_get_field_value2()
|