Searched refs:rbsp_buffer_ref (Results 1 – 3 of 3) sorted by relevance
354 (!rbsp->rbsp_buffer_ref || av_buffer_is_writable(rbsp->rbsp_buffer_ref))) { in alloc_rbsp_buffer()362 if (rbsp->rbsp_buffer_ref) in alloc_rbsp_buffer()363 av_buffer_unref(&rbsp->rbsp_buffer_ref); in alloc_rbsp_buffer()373 rbsp->rbsp_buffer_ref = av_buffer_create(rbsp->rbsp_buffer, size, in alloc_rbsp_buffer()375 if (!rbsp->rbsp_buffer_ref) in alloc_rbsp_buffer()383 if (rbsp->rbsp_buffer_ref) { in alloc_rbsp_buffer()384 av_buffer_unref(&rbsp->rbsp_buffer_ref); in alloc_rbsp_buffer()531 if (pkt->rbsp.rbsp_buffer_ref) { in ff_h2645_packet_uninit()532 av_buffer_unref(&pkt->rbsp.rbsp_buffer_ref); in ff_h2645_packet_uninit()
75 AVBufferRef *rbsp_buffer_ref; member
494 : packet->rbsp.rbsp_buffer_ref; in cbs_h2645_fragment_add_nals()