Home
last modified time | relevance | path

Searched refs:av_buffer_unref (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/ffmpeg/libavutil/tests/
H A Dhwdevice.c62 av_buffer_unref(&derived_ref); in test_derivation()
85 av_buffer_unref(&derived_ref); in test_derivation()
86 av_buffer_unref(&back_ref); in test_derivation()
92 av_buffer_unref(&derived_ref); in test_derivation()
93 av_buffer_unref(&back_ref); in test_derivation()
114 av_buffer_unref(&ref); in test_device()
122 av_buffer_unref(&ref); in test_device()
/third_party/ffmpeg/libavcodec/
H A Dnvdec.c174 av_buffer_unref(&decoder->real_hw_frames_ref); in nvdec_decoder_free()
175 av_buffer_unref(&decoder->hw_device_ref); in nvdec_decoder_free()
242 av_buffer_unref(&decoder_ref); in nvdec_decoder_create()
276 av_buffer_unref(&ctx->decoder_ref); in ff_nvdec_decode_uninit()
314 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
324 av_buffer_unref(out_frames_ref); in nvdec_init_hwframes()
390 av_buffer_unref(&real_hw_frames_ref); in ff_nvdec_decode_init()
415 av_buffer_unref(&real_hw_frames_ref); in ff_nvdec_decode_init()
450 av_buffer_unref(&cf->idx_ref); in nvdec_fdd_priv_free()
451 av_buffer_unref( in nvdec_fdd_priv_free()
[all...]
H A Dmpegpicture.c40 av_buffer_unref(&pic->mb_var_buf); in free_picture_tables()
41 av_buffer_unref(&pic->mc_mb_var_buf); in free_picture_tables()
42 av_buffer_unref(&pic->mb_mean_buf); in free_picture_tables()
43 av_buffer_unref(&pic->mbskip_table_buf); in free_picture_tables()
44 av_buffer_unref(&pic->qscale_table_buf); in free_picture_tables()
45 av_buffer_unref(&pic->mb_type_buf); in free_picture_tables()
48 av_buffer_unref(&pic->motion_val_buf[i]); in free_picture_tables()
49 av_buffer_unref(&pic->ref_index_buf[i]); in free_picture_tables()
331 av_buffer_unref(&pic->hwaccel_priv_buf); in ff_mpeg_unref_picture()
H A Dh264_picture.c46 av_buffer_unref(&pic->hwaccel_priv_buf); in ff_h264_unref_picture()
48 av_buffer_unref(&pic->qscale_table_buf); in ff_h264_unref_picture()
49 av_buffer_unref(&pic->mb_type_buf); in ff_h264_unref_picture()
50 av_buffer_unref(&pic->pps_buf); in ff_h264_unref_picture()
52 av_buffer_unref(&pic->motion_val_buf[i]); in ff_h264_unref_picture()
53 av_buffer_unref(&pic->ref_index_buf[i]); in ff_h264_unref_picture()
H A Dcbs_sei.c28 av_buffer_unref(&udr->data_ref); in cbs_free_user_data_registered()
35 av_buffer_unref(&udu->data_ref); in cbs_free_user_data_unregistered()
103 av_buffer_unref(&message->payload_ref); in ff_cbs_sei_free_message_list()
104 av_buffer_unref(&message->extension_data_ref); in ff_cbs_sei_free_message_list()
338 av_buffer_unref(&message->payload_ref); in cbs_sei_delete_message()
339 av_buffer_unref(&message->extension_data_ref); in cbs_sei_delete_message()
H A Dcbs.c148 av_buffer_unref(&unit->content_ref); in cbs_unit_uninit()
151 av_buffer_unref(&unit->data_ref); in cbs_unit_uninit()
165 av_buffer_unref(&frag->data_ref); in ff_cbs_fragment_reset()
196 av_buffer_unref(&unit->content_ref); in cbs_read_fragment_content()
210 av_buffer_unref(&unit->content_ref); in cbs_read_fragment_content()
405 av_buffer_unref(&unit->data_ref); in ff_cbs_write_fragment_data()
417 av_buffer_unref(&frag->data_ref); in ff_cbs_write_fragment_data()
470 av_buffer_unref(&pkt->buf); in ff_cbs_write_packet()
780 av_buffer_unref(&content_ref); in ff_cbs_insert_unit_content()
816 av_buffer_unref( in cbs_insert_unit_data()
[all...]
H A Dqsv.c470 av_buffer_unref(&hw_frames_ref); in mids_buf_free()
490 av_buffer_unref(&hw_frames_ref1); in qsv_create_mids()
497 av_buffer_unref(&hw_frames_ref1); in qsv_create_mids()
539 av_buffer_unref((AVBufferRef**)&resp->mids[resp->NumFrameActual]); in qsv_setup_mids()
611 av_buffer_unref(&frames_ref); in qsv_frame_alloc()
617 av_buffer_unref(&frames_ref); in qsv_frame_alloc()
622 av_buffer_unref(&mids_buf); in qsv_frame_alloc()
623 av_buffer_unref(&frames_ref); in qsv_frame_alloc()
638 av_buffer_unref((AVBufferRef**)&resp->mids[resp->NumFrameActual]); in qsv_frame_free()
639 av_buffer_unref((AVBufferRe in qsv_frame_free()
[all...]
H A Dmpeg4_unpack_bframes_bsf.c75 av_buffer_unref(&s->b_frame_ref); in mpeg4_unpack_bframes_filter()
110 av_buffer_unref(&s->b_frame_ref); in mpeg4_unpack_bframes_filter()
151 av_buffer_unref(&ctx->b_frame_ref); in mpeg4_unpack_bframes_close_flush()
H A Drkmppdec.c127 av_buffer_unref(&rk_context->decoder_ref); in rkmpp_close_decoder()
146 av_buffer_unref(&decoder->frames_ref); in rkmpp_release_decoder()
147 av_buffer_unref(&decoder->device_ref); in rkmpp_release_decoder()
314 av_buffer_unref(&framecontext->decoder_ref); in rkmpp_release_frame()
315 av_buffer_unref(&framecontextref); in rkmpp_release_frame()
355 av_buffer_unref(&decoder->frames_ref); in rkmpp_retrieve_frame()
485 av_buffer_unref(&framecontext->decoder_ref); in rkmpp_retrieve_frame()
488 av_buffer_unref(&framecontextref); in rkmpp_retrieve_frame()
H A Dhevc_sei.c219 av_buffer_unref(&s->info); in decode_registered_user_data_dynamic_hdr_plus()
245 av_buffer_unref(&s->info); in decode_registered_user_data_dynamic_hdr_vivid()
572 av_buffer_unref(&s->a53_caption.buf_ref); in ff_hevc_reset_sei()
575 av_buffer_unref(&s->unregistered.buf_ref[i]); in ff_hevc_reset_sei()
578 av_buffer_unref(&s->dynamic_hdr_plus.info); in ff_hevc_reset_sei()
579 av_buffer_unref(&s->dynamic_hdr_vivid.info); in ff_hevc_reset_sei()
H A Dh264_ps.c89 av_buffer_unref(&s->pps_list[id]); in remove_pps()
103 av_buffer_unref(&s->sps_list[id]); in remove_sps()
321 av_buffer_unref(&ps->sps_list[i]); in ff_h264_ps_uninit()
324 av_buffer_unref(&ps->pps_list[i]); in ff_h264_ps_uninit()
326 av_buffer_unref(&ps->pps_ref); in ff_h264_ps_uninit()
630 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
639 av_buffer_unref(&sps_buf); in ff_h264_decode_seq_parameter_set()
742 av_buffer_unref(&pps->sps_ref); in pps_free()
902 av_buffer_unref(&pps_buf); in ff_h264_decode_picture_parameter_set()
H A Drawdec.c351 av_buffer_unref(&frame->buf[0]); in raw_decode()
358 av_buffer_unref(&frame->buf[0]); in raw_decode()
368 av_buffer_unref(&frame->buf[0]); in raw_decode()
373 av_buffer_unref(&frame->buf[0]); in raw_decode()
415 av_buffer_unref(&frame->buf[0]); in raw_decode()
478 av_buffer_unref(&context->palette); in raw_close_decoder()
H A Dextract_extradata_bsf.c102 av_buffer_unref(&filtered_buf); in extract_extradata_av1()
124 av_buffer_unref(&pkt->buf); in extract_extradata_av1()
196 av_buffer_unref(&filtered_buf); in extract_extradata_h2645()
220 av_buffer_unref(&pkt->buf); in extract_extradata_h2645()
H A Dhevc_ps.c85 av_buffer_unref(&s->pps_list[id]); in remove_pps()
102 av_buffer_unref(&s->sps_list[id]); in remove_sps()
116 av_buffer_unref(&s->vps_list[id]); in remove_vps()
572 av_buffer_unref(&vps_buf); in ff_hevc_decode_nal_vps()
581 av_buffer_unref(&vps_buf); in ff_hevc_decode_nal_vps()
1277 av_buffer_unref(&sps_buf); in ff_hevc_decode_nal_sps()
1296 av_buffer_unref(&sps_buf); in ff_hevc_decode_nal_sps()
1740 av_buffer_unref(&pps_buf); in ff_hevc_decode_nal_pps()
1749 av_buffer_unref(&ps->vps_list[i]); in ff_hevc_ps_uninit()
1751 av_buffer_unref( in ff_hevc_ps_uninit()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvulkan_filter.c26 av_buffer_unref(&s->device_ref); in vulkan_filter_set_device()
43 av_buffer_unref(&s->frames_ref); in vulkan_filter_set_frames()
109 av_buffer_unref(&outlink->hw_frames_ctx); in ff_vk_filter_config_output_inplace()
141 av_buffer_unref(&outlink->hw_frames_ctx); in ff_vk_filter_config_output()
180 av_buffer_unref(&output_frames_ref); in ff_vk_filter_config_output()
H A Dvf_hwupload.c102 av_buffer_unref(&ctx->hwdevice_ref); in hwupload_query_formats()
114 av_buffer_unref(&ctx->hwframes_ref); in hwupload_config_output()
167 av_buffer_unref(&ctx->hwframes_ref); in hwupload_config_output()
216 av_buffer_unref(&ctx->hwframes_ref); in hwupload_uninit()
217 av_buffer_unref(&ctx->hwdevice_ref); in hwupload_uninit()
H A Dvf_hwmap.c67 av_buffer_unref(&ctx->hwframes_ref); in hwmap_config_output()
174 av_buffer_unref(&inlink->hw_frames_ctx); in hwmap_config_output()
254 av_buffer_unref(&device); in hwmap_config_output()
259 av_buffer_unref(&device); in hwmap_config_output()
260 av_buffer_unref(&ctx->hwframes_ref); in hwmap_config_output()
367 av_buffer_unref(&ctx->hwframes_ref); in hwmap_uninit()
H A Dvf_hwupload_cuda.c51 av_buffer_unref(&s->hwframe); in cudaupload_uninit()
52 av_buffer_unref(&s->hwdevice); in cudaupload_uninit()
96 av_buffer_unref(&s->hwframe); in cudaupload_config_output()
H A Dopencl.c33 av_buffer_unref(&ctx->device_ref); in opencl_filter_set_device()
89 av_buffer_unref(&outlink->hw_frames_ctx); in ff_opencl_filter_config_output()
128 av_buffer_unref(&output_frames_ref); in ff_opencl_filter_config_output()
153 av_buffer_unref(&ctx->device_ref); in ff_opencl_filter_uninit()
H A Dvf_hwdownload.c56 av_buffer_unref(&ctx->hwframes_ref); in hwdownload_config_input()
165 av_buffer_unref(&ctx->hwframes_ref); in hwdownload_uninit()
/third_party/ffmpeg/libavutil/
H A Dhwcontext.c135 av_buffer_unref(&ctx->internal->source_device); in hwdevice_ctx_free()
238 av_buffer_unref(&ctx->internal->source_frames); in hwframe_ctx_free()
240 av_buffer_unref(&ctx->device_ref); in hwframe_ctx_free()
297 av_buffer_unref(&device_ref); in av_hwframe_ctx_alloc()
553 av_buffer_unref(&frame->hw_frames_ctx); in av_hwframe_get_buffer()
638 av_buffer_unref(&device_ref); in av_hwdevice_ctx_create()
706 av_buffer_unref(&dst_ref); in av_hwdevice_ctx_create_derived_opts()
729 av_buffer_unref(&hwmap->hw_frames_ctx); in ff_hwframe_unmap()
779 av_buffer_unref(&hwmap->hw_frames_ctx); in ff_hwframe_map_create()
937 av_buffer_unref( in av_hwframe_ctx_create_derived()
[all...]
H A Dframe.c82 av_buffer_unref(&sd->buf); in free_side_data()
330 av_buffer_unref(&ref); in frame_copy_props()
487 av_buffer_unref(&frame->buf[i]); in av_frame_unref()
489 av_buffer_unref(&frame->extended_buf[i]); in av_frame_unref()
493 av_buffer_unref(&frame->hw_frames_ctx); in av_frame_unref()
495 av_buffer_unref(&frame->opaque_ref); in av_frame_unref()
496 av_buffer_unref(&frame->private_ref); in av_frame_unref()
680 av_buffer_unref(&buf); in av_frame_new_side_data()
H A Dbuffer.c139 void av_buffer_unref(AVBufferRef **buf) in av_buffer_unref() function
239 av_buffer_unref(pdst); in av_buffer_replace()
254 av_buffer_unref(pdst); in av_buffer_replace()
372 av_buffer_unref(&ret); in pool_alloc_buffer()
/third_party/ffmpeg/fftools/
H A Dffmpeg_qsv.c44 av_buffer_unref(&ist->hw_frames_ctx); in qsv_uninit()
85 av_buffer_unref(&ist->hw_frames_ctx); in qsv_init()
/third_party/ffmpeg/doc/examples/
H A Dvaapi_encode.c63 av_buffer_unref(&hw_frames_ref); in set_hwframe_ctx()
70 av_buffer_unref(&hw_frames_ref); in set_hwframe_ctx()
221 av_buffer_unref(&hw_device_ctx); in main()

Completed in 20 milliseconds

12345