Lines Matching refs:rbsp_buffer
95 nal->rbsp_buffer = &rbsp->rbsp_buffer[rbsp->rbsp_buffer_size]; in ff_h2645_extract_rbsp()
96 dst = nal->rbsp_buffer; in ff_h2645_extract_rbsp()
355 av_assert0(rbsp->rbsp_buffer); in alloc_rbsp_buffer()
356 memset(rbsp->rbsp_buffer + min_size, 0, AV_INPUT_BUFFER_PADDING_SIZE); in alloc_rbsp_buffer()
365 av_free(rbsp->rbsp_buffer); in alloc_rbsp_buffer()
367 rbsp->rbsp_buffer = av_mallocz(size); in alloc_rbsp_buffer()
368 if (!rbsp->rbsp_buffer) in alloc_rbsp_buffer()
373 rbsp->rbsp_buffer_ref = av_buffer_create(rbsp->rbsp_buffer, size, in alloc_rbsp_buffer()
385 rbsp->rbsp_buffer = NULL; in alloc_rbsp_buffer()
387 av_freep(&rbsp->rbsp_buffer); in alloc_rbsp_buffer()
404 if (!pkt->rbsp.rbsp_buffer) in ff_h2645_packet_split()
533 pkt->rbsp.rbsp_buffer = NULL; in ff_h2645_packet_uninit()
535 av_freep(&pkt->rbsp.rbsp_buffer); in ff_h2645_packet_uninit()