/third_party/ffmpeg/libavutil/ |
D | dict.c | 121 av_freep(&oldval); in av_dict_set() 124 av_freep(©_value); in av_dict_set() 128 av_freep(©_key); in av_dict_set() 131 av_freep(&m->elems); in av_dict_set() 132 av_freep(pm); in av_dict_set() 139 av_freep(&m->elems); in av_dict_set() 140 av_freep(pm); in av_dict_set() 174 av_freep(&key); in parse_key_value_pair() 175 av_freep(&val); in parse_key_value_pair() 209 av_freep(&m->elems[m->count].key); in av_dict_free() [all …]
|
D | hwcontext.c | 136 av_freep(&ctx->hwctx); in hwdevice_ctx_free() 137 av_freep(&ctx->internal->priv); in hwdevice_ctx_free() 138 av_freep(&ctx->internal); in hwdevice_ctx_free() 139 av_freep(&ctx); in hwdevice_ctx_free() 193 av_freep(&ctx->internal->priv); in av_hwdevice_ctx_alloc() 194 av_freep(&ctx->internal); in av_hwdevice_ctx_alloc() 195 av_freep(&ctx->hwctx); in av_hwdevice_ctx_alloc() 196 av_freep(&ctx); in av_hwdevice_ctx_alloc() 241 av_freep(&ctx->hwctx); in hwframe_ctx_free() 242 av_freep(&ctx->internal->priv); in hwframe_ctx_free() [all …]
|
D | buffer.c | 51 av_freep(&buf); in av_buffer_create() 78 av_freep(&data); in av_buffer_alloc() 115 av_freep(src); in buffer_replace() 117 av_freep(dst); in buffer_replace() 121 av_freep(&b); in buffer_replace() 184 av_freep(&data); in av_buffer_realloc() 289 av_freep(&buf); in buffer_pool_flush() 305 av_freep(&pool); in buffer_pool_free()
|
/third_party/ffmpeg/libavcodec/ |
D | options.c | 197 av_freep(&avctx->extradata); in avcodec_free_context() 198 av_freep(&avctx->subtitle_header); in avcodec_free_context() 199 av_freep(&avctx->intra_matrix); in avcodec_free_context() 200 av_freep(&avctx->inter_matrix); in avcodec_free_context() 201 av_freep(&avctx->rc_override); in avcodec_free_context() 203 av_freep(pavctx); in avcodec_free_context() 217 av_freep(&avctx->rc_override); in copy_context_reset() 218 av_freep(&avctx->intra_matrix); in copy_context_reset() 219 av_freep(&avctx->inter_matrix); in copy_context_reset() 220 av_freep(&avctx->extradata); in copy_context_reset() [all …]
|
D | pthread_slice.c | 89 av_freep(&c->entries); in ff_slice_thread_free() 90 av_freep(&c->progress_mutex); in ff_slice_thread_free() 91 av_freep(&c->progress_cond); in ff_slice_thread_free() 92 av_freep(&avctx->internal->thread_ctx); in ff_slice_thread_free() 162 av_freep(&avctx->internal->thread_ctx); in ff_slice_thread_init() 210 av_freep(&p->entries); in ff_alloc_entries() 222 av_freep(&p->entries); in ff_alloc_entries() 223 av_freep(&p->progress_mutex); in ff_alloc_entries() 224 av_freep(&p->progress_cond); in ff_alloc_entries()
|
D | ffv1.c | 219 av_freep(&p->state); in ff_ffv1_close() 220 av_freep(&p->vlc_state); in ff_ffv1_close() 222 av_freep(&fs->sample_buffer); in ff_ffv1_close() 223 av_freep(&fs->sample_buffer32); in ff_ffv1_close() 226 av_freep(&avctx->stats_out); in ff_ffv1_close() 228 av_freep(&s->initial_states[j]); in ff_ffv1_close() 231 av_freep(&sf->rc_stat2[j]); in ff_ffv1_close() 233 av_freep(&s->rc_stat2[j]); in ff_ffv1_close() 237 av_freep(&s->slice_context[i]); in ff_ffv1_close()
|
D | avcodec.c | 462 av_freep(&avctx->extradata); in avcodec_open2() 467 av_freep(&avctx->priv_data); in avcodec_open2() 468 av_freep(&avctx->subtitle_header); in avcodec_open2() 485 av_freep(&avci); in avcodec_open2() 556 av_freep(&sub->rects[i]->data[0]); in avsubtitle_free() 557 av_freep(&sub->rects[i]->data[1]); in avsubtitle_free() 558 av_freep(&sub->rects[i]->data[2]); in avsubtitle_free() 559 av_freep(&sub->rects[i]->data[3]); in avsubtitle_free() 560 av_freep(&sub->rects[i]->text); in avsubtitle_free() 561 av_freep(&sub->rects[i]->ass); in avsubtitle_free() [all …]
|
D | vorbisenc.c | 745 av_freep(&buffer); in put_main_header() 1211 av_freep(&venc->codebooks[i].lens); in vorbis_encode_close() 1212 av_freep(&venc->codebooks[i].codewords); in vorbis_encode_close() 1213 av_freep(&venc->codebooks[i].quantlist); in vorbis_encode_close() 1214 av_freep(&venc->codebooks[i].dimensions); in vorbis_encode_close() 1215 av_freep(&venc->codebooks[i].pow2); in vorbis_encode_close() 1217 av_freep(&venc->codebooks); in vorbis_encode_close() 1224 av_freep(&venc->floors[i].classes[j].books); in vorbis_encode_close() 1225 av_freep(&venc->floors[i].classes); in vorbis_encode_close() 1226 av_freep(&venc->floors[i].partition_to_class); in vorbis_encode_close() [all …]
|
D | snow.c | 579 av_freep(&b->x_coeff); in ff_snow_common_init_after_header() 608 av_freep(&halfpel[1][p]); in halfpel_interpol() 609 av_freep(&halfpel[2][p]); in halfpel_interpol() 610 av_freep(&halfpel[3][p]); in halfpel_interpol() 703 av_freep(&s->spatial_dwt_buffer); in ff_snow_common_end() 704 av_freep(&s->temp_dwt_buffer); in ff_snow_common_end() 705 av_freep(&s->spatial_idwt_buffer); in ff_snow_common_end() 706 av_freep(&s->temp_idwt_buffer); in ff_snow_common_end() 707 av_freep(&s->run_buffer); in ff_snow_common_end() 710 av_freep(&s->m.me.scratchpad); in ff_snow_common_end() [all …]
|
D | cavs.c | 781 av_freep(&h->top_qp); in ff_cavs_init_top_lines() 782 av_freep(&h->top_mv[0]); in ff_cavs_init_top_lines() 783 av_freep(&h->top_mv[1]); in ff_cavs_init_top_lines() 784 av_freep(&h->top_pred_Y); in ff_cavs_init_top_lines() 785 av_freep(&h->top_border_y); in ff_cavs_init_top_lines() 786 av_freep(&h->top_border_u); in ff_cavs_init_top_lines() 787 av_freep(&h->top_border_v); in ff_cavs_init_top_lines() 788 av_freep(&h->col_mv); in ff_cavs_init_top_lines() 789 av_freep(&h->col_type_base); in ff_cavs_init_top_lines() 790 av_freep(&h->block); in ff_cavs_init_top_lines() [all …]
|
D | jpeg2000.c | 614 av_freep(&prec->zerobits); in ff_jpeg2000_cleanup() 615 av_freep(&prec->cblkincl); in ff_jpeg2000_cleanup() 620 av_freep(&cblk->data); in ff_jpeg2000_cleanup() 621 av_freep(&cblk->passes); in ff_jpeg2000_cleanup() 622 av_freep(&cblk->lengthinc); in ff_jpeg2000_cleanup() 623 av_freep(&cblk->data_start); in ff_jpeg2000_cleanup() 624 av_freep(&cblk->layers); in ff_jpeg2000_cleanup() 626 av_freep(&prec->cblk); in ff_jpeg2000_cleanup() 631 av_freep(&band->prec); in ff_jpeg2000_cleanup() 633 av_freep(&reslevel->band); in ff_jpeg2000_cleanup() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | libamqp.c | 108 av_freep(&password_decoded); in amqp_proto_open() 125 av_freep(&user_decoded); in amqp_proto_open() 126 av_freep(&password_decoded); in amqp_proto_open() 132 av_freep(&vhost_decoded); in amqp_proto_open() 133 av_freep(&user_decoded); in amqp_proto_open() 134 av_freep(&password_decoded); in amqp_proto_open() 217 av_freep(&vhost_decoded); in amqp_proto_open() 218 av_freep(&user_decoded); in amqp_proto_open() 219 av_freep(&password_decoded); in amqp_proto_open() 229 av_freep(&vhost_decoded); in amqp_proto_open() [all …]
|
D | oggparsevorbis.c | 137 av_freep(&tt); in ff_vorbis_comment() 138 av_freep(&ct); in ff_vorbis_comment() 160 av_freep(&tt); in ff_vorbis_comment() 161 av_freep(&ct); in ff_vorbis_comment() 165 av_freep(&tt); in ff_vorbis_comment() 166 av_freep(&ct); in ff_vorbis_comment() 169 av_freep(&pict); in ff_vorbis_comment() 247 av_freep(&priv->packet[i]); in fixup_vorbis_headers() 263 av_freep(&priv->packet[i]); in vorbis_cleanup() 285 av_freep(&os->new_metadata); in vorbis_update_metadata() [all …]
|
D | hlsenc.c | 390 av_freep(&rbsp_buf); in write_codec_attr() 399 av_freep(&rbsp_buf); in write_codec_attr() 676 av_freep(&vtt_dirname_r); in hls_delete_old_segments() 689 av_freep(&previous_segment); in hls_delete_old_segments() 694 av_freep(&dirname_r); in hls_delete_old_segments() 695 av_freep(&dirname_repl); in hls_delete_old_segments() 989 av_freep(&filename); in sls_flags_filename_process() 1002 av_freep(&filename); in sls_flags_filename_process() 1074 av_freep(&filename); 1088 av_freep(&filename); [all …]
|
D | id3v2.c | 224 av_freep(&geob->mime_type); in free_geobtag() 225 av_freep(&geob->file_name); in free_geobtag() 226 av_freep(&geob->description); in free_geobtag() 227 av_freep(&geob->data); in free_geobtag() 340 av_freep(&dst); in read_ttag() 347 av_freep(&key); in read_ttag() 352 av_freep(&dst); in read_ttag() 428 av_freep(&dst); in read_comment() 438 av_freep((void*)&key); in read_comment() 572 av_freep(&apic->description); in free_apic() [all …]
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | queue.c | 58 av_freep(&q->head); in ff_queue_create() 59 av_freep(&q->tail); in ff_queue_create() 60 av_freep(&q); in ff_queue_create() 83 av_freep(&temp); in ff_queue_destroy() 86 av_freep(&q); in ff_queue_destroy() 168 av_freep(&front); in ff_queue_pop_front() 189 av_freep(&back); in ff_queue_pop_back()
|
D | dnn_backend_tf.c | 71 av_freep(&data); in free_buffer() 95 av_freep(&graph_data); in read_graph() 261 av_freep(&sess_config); in load_tf_model() 274 av_freep(&sess_config); in load_tf_model() 283 av_freep(&sess_config); in load_tf_model() 679 av_freep(&model); in ff_dnn_load_model_tf() 689 av_freep(&tf_model); in ff_dnn_load_model_tf() 690 av_freep(&model); in ff_dnn_load_model_tf() 696 av_freep(&tf_model); in ff_dnn_load_model_tf() 697 av_freep(&model); in ff_dnn_load_model_tf() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_chorus.c | 330 av_freep(&s->delays); in uninit() 331 av_freep(&s->decays); in uninit() 332 av_freep(&s->speeds); in uninit() 333 av_freep(&s->depths); in uninit() 336 av_freep(&s->chorusbuf[0]); in uninit() 337 av_freep(&s->chorusbuf); in uninit() 341 av_freep(&s->phase[n]); in uninit() 342 av_freep(&s->phase); in uninit() 344 av_freep(&s->counter); in uninit() 345 av_freep(&s->length); in uninit() [all …]
|
D | graphparser.c | 78 av_freep(&name); in parse_link_name() 216 av_freep(&(*inout)->name); in avfilter_inout_free() 217 av_freep(inout); in avfilter_inout_free() 274 av_freep(&p->name); in link_filter_inouts() 275 av_freep(&p); in link_filter_inouts() 377 av_freep(&match->name); in parse_outputs() 378 av_freep(&name); in parse_outputs() 379 av_freep(&match); in parse_outputs() 380 av_freep(&input); in parse_outputs() 409 av_freep(&graph->scale_sws_opts); in parse_sws_flags() [all …]
|
D | af_sofalizer.c | 128 av_freep(&sofa->fir); in close_sofa() 954 av_freep(&data_hrtf_l); /* free temporary HRTF memory */ in load_data() 955 av_freep(&data_hrtf_r); in load_data() 957 av_freep(&data_ir_l); /* free temprary IR memory */ in load_data() 958 av_freep(&data_ir_r); in load_data() 960 av_freep(&fft_in_l); /* free temporary FFT memory */ in load_data() 961 av_freep(&fft_in_r); in load_data() 1034 av_freep(&s->delay[0]); in uninit() 1035 av_freep(&s->delay[1]); in uninit() 1036 av_freep(&s->data_ir[0]); in uninit() [all …]
|
D | vf_hqdn3d.c | 220 av_freep(&s->coefs[0]); in uninit() 221 av_freep(&s->coefs[1]); in uninit() 222 av_freep(&s->coefs[2]); in uninit() 223 av_freep(&s->coefs[3]); in uninit() 224 av_freep(&s->line[0]); in uninit() 225 av_freep(&s->line[1]); in uninit() 226 av_freep(&s->line[2]); in uninit() 227 av_freep(&s->frame_prev[0]); in uninit() 228 av_freep(&s->frame_prev[1]); in uninit() 229 av_freep(&s->frame_prev[2]); in uninit()
|
/third_party/ffmpeg/tests/dnn/ |
D | dnn-layer-pad-test.c | 88 av_freep(&output); in test_with_mode_symmetric() 93 av_freep(&output); in test_with_mode_symmetric() 153 av_freep(&output); in test_with_mode_reflect() 158 av_freep(&output); in test_with_mode_reflect() 219 av_freep(&output); in test_with_mode_constant() 224 av_freep(&output); in test_with_mode_constant()
|
D | dnn-layer-mathbinary-test.c | 82 av_freep(&output); in test_broadcast_input0() 87 av_freep(&output); in test_broadcast_input0() 122 av_freep(&output); in test_broadcast_input1() 127 av_freep(&output); in test_broadcast_input1() 170 av_freep(&output); in test_no_broadcast() 175 av_freep(&output); in test_no_broadcast()
|
D | dnn-layer-avgpool-test.c | 100 av_freep(&output); in test_with_same() 105 av_freep(&output); in test_with_same() 180 av_freep(&output); in test_with_valid() 185 av_freep(&output); in test_with_valid()
|
/third_party/ffmpeg/tests/checkasm/ |
D | vf_blend.c | 143 av_freep(&top1); in checkasm_check_blend() 144 av_freep(&top2); in checkasm_check_blend() 145 av_freep(&bot1); in checkasm_check_blend() 146 av_freep(&bot2); in checkasm_check_blend() 147 av_freep(&dst1); in checkasm_check_blend() 148 av_freep(&dst2); in checkasm_check_blend()
|