Searched refs:content_ref (Results 1 – 6 of 6) sorted by relevance
147 av_buffer_unref(&unit->content_ref); in cbs_unit_uninit()195 av_buffer_unref(&unit->content_ref); in cbs_read_fragment_content()209 av_buffer_unref(&unit->content_ref); in cbs_read_fragment_content()666 av_assert0(!unit->content && !unit->content_ref); in ff_cbs_alloc_unit_content()672 unit->content_ref = av_buffer_create(unit->content, size, in ff_cbs_alloc_unit_content()674 if (!unit->content_ref) { in ff_cbs_alloc_unit_content()744 AVBufferRef *content_ref; in ff_cbs_insert_unit_content() local752 content_ref = av_buffer_ref(content_buf); in ff_cbs_insert_unit_content()753 if (!content_ref) in ff_cbs_insert_unit_content()756 content_ref = NULL; in ff_cbs_insert_unit_content()[all …]
108 AVBufferRef *content_ref; member
98 frag->units[i].content, frag->units[i].content_ref); in av1_frame_merge_filter()
915 s->seq_ref = av_buffer_ref(unit->content_ref); in av1_decode_frame()965 s->header_ref = av_buffer_ref(unit->content_ref); in av1_decode_frame()
949 priv->sequence_header_ref = av_buffer_ref(unit->content_ref); in cbs_av1_read_unit()1096 priv->sequence_header_ref = av_buffer_ref(unit->content_ref); in cbs_av1_write_obu()
683 av_assert0(unit->content_ref); \684 priv->ps_var ## _ref[id] = av_buffer_ref(unit->content_ref); \