Home
last modified time | relevance | path

Searched refs:rbsp_buffer_alloc_size (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c353 if (rbsp->rbsp_buffer_alloc_size >= size && in alloc_rbsp_buffer()
370 rbsp->rbsp_buffer_alloc_size = size; in alloc_rbsp_buffer()
382 rbsp->rbsp_buffer_alloc_size = 0; in alloc_rbsp_buffer()
536 pkt->rbsp.rbsp_buffer_alloc_size = pkt->rbsp.rbsp_buffer_size = 0; in ff_h2645_packet_uninit()
Dh2645_parse.h76 int rbsp_buffer_alloc_size; member
Dqsvenc_hevc.c73 …av_fast_padded_malloc(&sps_rbsp.rbsp_buffer, &sps_rbsp.rbsp_buffer_alloc_size, avctx->extradata_si… in generate_fake_vps()
Dh264_parser.c270 av_fast_padded_malloc(&rbsp.rbsp_buffer, &rbsp.rbsp_buffer_alloc_size, buf_size); in parse_nal_units()