Lines Matching refs:av_freep
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()
562 av_freep(&sub->rects[i]); in avsubtitle_free()
565 av_freep(&sub->rects); in avsubtitle_free()
587 av_freep(&avctx->internal->byte_buffer); in avcodec_close()
614 av_freep(&avctx->internal->hwaccel_priv_data); in avcodec_close()
618 av_freep(&avctx->internal); in avcodec_close()
622 av_freep(&avctx->coded_side_data[i].data); in avcodec_close()
623 av_freep(&avctx->coded_side_data); in avcodec_close()
632 av_freep(&avctx->priv_data); in avcodec_close()
634 av_freep(&avctx->extradata); in avcodec_close()