Searched refs:mtk_vcodec_mem_free (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_msg_queue.c | 210 mtk_vcodec_mem_free(ctx, mem); in vdec_msg_queue_deinit() 216 mtk_vcodec_mem_free(ctx, mem); in vdec_msg_queue_deinit() 220 mtk_vcodec_mem_free(ctx, mem); in vdec_msg_queue_deinit() 224 mtk_vcodec_mem_free(ctx, mem); in vdec_msg_queue_deinit() 228 mtk_vcodec_mem_free(ctx, mem); in vdec_msg_queue_deinit()
|
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_util.c | 81 void mtk_vcodec_mem_free(void *priv, struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_free() function 114 EXPORT_SYMBOL(mtk_vcodec_mem_free);
|
| H A D | mtk_vcodec_util.h | 68 void mtk_vcodec_mem_free(void *priv, struct mtk_vcodec_mem *mem);
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_vp9_if.c | 297 mtk_vcodec_mem_free(inst->ctx, in vp9_free_all_sf_ref_fb() 299 mtk_vcodec_mem_free(inst->ctx, in vp9_free_all_sf_ref_fb() 392 mtk_vcodec_mem_free(inst->ctx, mem); in vp9_alloc_work_buf() 410 mtk_vcodec_mem_free(inst->ctx, mem); in vp9_alloc_work_buf() 572 mtk_vcodec_mem_free(inst->ctx, &mem); in vp9_free_inst() 766 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_vp9_deinit() 770 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_vp9_deinit()
|
| H A D | vdec_h264_if.c | 161 mtk_vcodec_mem_free(inst->ctx, mem); in free_prediction_buf() 174 mtk_vcodec_mem_free(inst->ctx, mem); in alloc_mv_buf() 196 mtk_vcodec_mem_free(inst->ctx, mem); in free_mv_buf()
|
| H A D | vdec_vp8_if.c | 383 mtk_vcodec_mem_free(inst->ctx, mem); in free_working_buf()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| H A D | venc_vp8_if.c | 147 mtk_vcodec_mem_free(inst->ctx, &inst->work_bufs[i]); in vp8_enc_free_work_buf()
|