Home
last modified time | relevance | path

Searched refs:TA_FREEP (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/mpv/mpv-0.34.1/filters/
H A Df_utils.c100 TA_FREEP(&sub->filter); in mp_subfilter_read()
126 TA_FREEP(&sub->filter); in mp_subfilter_reset()
148 TA_FREEP(&sub->filter); in mp_subfilter_destroy()
214 TA_FREEP(&p->in); in fixed_aframe_size_process()
279 TA_FREEP(&p->in); in fixed_aframe_size_reset()
280 TA_FREEP(&p->out); in fixed_aframe_size_reset()
H A Df_swresample.c103 TA_FREEP(&p->pre_out_fmt); in close_lavrr()
104 TA_FREEP(&p->avrctx_fmt); in close_lavrr()
105 TA_FREEP(&p->pool_fmt); in close_lavrr()
321 TA_FREEP(&p->input); in reset()
471 TA_FREEP(&out); in filter_resample_output()
633 TA_FREEP(&p->input); in process()
660 TA_FREEP(&p->input); in destroy()
H A Df_auto_filters.c134 TA_FREEP(&p->sub.filter); in deint_destroy()
260 TA_FREEP(&p->sub.filter); in rotate_destroy()
394 TA_FREEP(&p->sub.filter); in aspeed_destroy()
H A Df_autoconvert.c486 TA_FREEP(&p->sub.filter); in destroy()
/dports/multimedia/mpv/mpv-0.34.1/audio/filter/
H A Daf_drop.c50 TA_FREEP(&p->last); in process()
72 TA_FREEP(&p->last); in reset()
H A Daf_rubberband.c119 TA_FREEP(&p->pending); in process()
171 TA_FREEP(&p->pending); in process()
269 TA_FREEP(&p->pending); in reset()
H A Daf_scaletempo.c281 TA_FREEP(&s->in); in process()
348 TA_FREEP(&out); in process()
364 TA_FREEP(&s->in); in process()
543 TA_FREEP(&s->in); in reset()
554 TA_FREEP(&s->in); in destroy()
H A Daf_scaletempo2.c39 TA_FREEP(&p->pending); in process()
168 TA_FREEP(&p->pending); in reset()
H A Daf_lavcac3enc.c129 TA_FREEP(&s->in_frame); in reset()
179 TA_FREEP(&s->in_frame); in process()
/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dsws_utils.c180 TA_FREEP(&ctx->aligned_src); in free_mp_sws()
181 TA_FREEP(&ctx->aligned_dst); in free_mp_sws()
239 TA_FREEP(&ctx->aligned_src); in mp_sws_reinit()
240 TA_FREEP(&ctx->aligned_dst); in mp_sws_reinit()
H A Dzimg.c196 TA_FREEP(&st->src); in destroy_zimg()
197 TA_FREEP(&st->dst); in destroy_zimg()
208 TA_FREEP(&ctx->tp); in free_mp_zimg()
328 TA_FREEP(&r->repack); in setup_format()
584 TA_FREEP(&ctx->tp); in mp_zimg_config()
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dbuffer.c126 TA_FREEP(&p->pending); in read_buffer()
294 TA_FREEP(&p->pending); in ao_reset()
553 TA_FREEP(&p->temp_buf); in realloc_buf()
560 TA_FREEP(&p->temp_buf); in realloc_buf()
591 TA_FREEP(&p->pending); in ao_play_data()
/dports/multimedia/mpv/mpv-0.34.1/video/out/vulkan/
H A Dutils.c46 TA_FREEP(&vk->pl_log); in mpvk_uninit()
H A Dcontext.c150 TA_FREEP(&ctx->swapchain); in ra_vk_ctx_uninit()
/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux_timeline.c188 TA_FREEP(&src->next); in reselect_streams()
200 TA_FREEP(&src->next); // might depend on one of the sub-demuxers in close_lazy_segments()
414 TA_FREEP(&src->next); in seek_source()
695 TA_FREEP(&src->next); in d_close()
/dports/multimedia/mpv/mpv-0.34.1/audio/decode/
H A Dad_spdif.c316 TA_FREEP(&out); in process()
322 TA_FREEP(&out); in process()
/dports/multimedia/mpv/mpv-0.34.1/ta/
H A Dta_talloc.h80 #define TA_FREEP(pctx) do {talloc_free(*(pctx)); *(pctx) = NULL;} while(0) macro
/dports/multimedia/mpv/mpv-0.34.1/misc/
H A Dthread_pool.c176 TA_FREEP(&pool); in mp_thread_pool_create()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dscreenshot.c469 TA_FREEP(&ctx->each_frame); in cmd_screenshot()
475 TA_FREEP(&ctx->each_frame); in cmd_screenshot()
H A Dloadfile.c108 TA_FREEP(&abort->cancel); in mp_abort_remove()
1090 TA_FREEP(&mpctx->open_cancel); in cancel_open()
1091 TA_FREEP(&mpctx->open_url); in cancel_open()
1092 TA_FREEP(&mpctx->open_format); in cancel_open()
1193 TA_FREEP(&mpctx->lavfi); in deassociate_complex_filters()
1194 TA_FREEP(&mpctx->lavfi_graph); in deassociate_complex_filters()
1720 TA_FREEP(&mpctx->filter_root); in play_current_file()
H A Daudio.c215 TA_FREEP(&ao_c->queue_filter); in uninit_audio_out()
231 TA_FREEP(&mpctx->ao_filter_fmt); in uninit_audio_out()
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dpath.c68 TA_FREEP(&global->configdir); in mp_init_paths()
/dports/multimedia/mpv/mpv-0.34.1/video/filter/
H A Dvf_gpu.c232 TA_FREEP(&res); in gpu_render_frame()
H A Dvf_d3d11vpp.c333 TA_FREEP(&out); in render()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo_libmpv.c198 TA_FREEP(&ctx->renderer); in mpv_render_context_create()

12