Home
last modified time | relevance | path

Searched refs:rbsp_buffer_ref (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c354 (!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()
Dh2645_parse.h75 AVBufferRef *rbsp_buffer_ref; member
Dcbs_h2645.c494 : packet->rbsp.rbsp_buffer_ref; in cbs_h2645_fragment_add_nals()