Lines Matching defs:hdr10_plus
72 AVBufferRef *hdr10_plus;
331 av_buffer_unref(&frame_hdr10_plus.hdr10_plus);
341 if (!frame_hdr10_plus.hdr10_plus || frame_hdr10_plus.pts != pkt->pts)
345 data = av_packet_new_side_data(pkt, AV_PKT_DATA_DYNAMIC_HDR10_PLUS, frame_hdr10_plus.hdr10_plus->size);
347 av_buffer_unref(&frame_hdr10_plus.hdr10_plus);
351 memcpy(data, frame_hdr10_plus.hdr10_plus->data, frame_hdr10_plus.hdr10_plus->size);
352 av_buffer_unref(&frame_hdr10_plus.hdr10_plus);
1707 data.hdr10_plus = av_buffer_ref(hdr10_plus_metadata->buf);
1708 if (!data.hdr10_plus)
1712 av_buffer_unref(&data.hdr10_plus);