Searched refs:mtk_vcodec_mem_free (Results 1 – 12 of 12) 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/decoder/vdec/ |
| H A D | vdec_vp8_req_if.c | 195 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_vp8_slice_free_working_buf() 200 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_vp8_slice_free_working_buf() 205 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_vp8_slice_free_working_buf() 210 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_vp8_slice_free_working_buf()
|
| H A D | vdec_av1_req_lat_if.c | 787 mtk_vcodec_mem_free(ctx, &instance->cdf_table); in vdec_av1_slice_init_cdf_table() 818 mtk_vcodec_mem_free(ctx, &instance->iq_table); in vdec_av1_slice_init_iq_table() 974 mtk_vcodec_mem_free(ctx, &instance->mv[i]); in vdec_av1_slice_alloc_working_buffer() 981 mtk_vcodec_mem_free(ctx, &instance->seg[i]); in vdec_av1_slice_alloc_working_buffer() 988 mtk_vcodec_mem_free(ctx, &instance->cdf[i]); in vdec_av1_slice_alloc_working_buffer() 1005 mtk_vcodec_mem_free(ctx, &instance->tile); in vdec_av1_slice_alloc_working_buffer() 1027 mtk_vcodec_mem_free(ctx, &instance->mv[i]); in vdec_av1_slice_free_working_buffer() 1031 mtk_vcodec_mem_free(ctx, &instance->seg[i]); in vdec_av1_slice_free_working_buffer() 1035 mtk_vcodec_mem_free(ctx, &instance->cdf[i]); in vdec_av1_slice_free_working_buffer() 1039 mtk_vcodec_mem_free(ctx, &instance->tile); in vdec_av1_slice_free_working_buffer() [all …]
|
| 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_h264_req_if.c | 178 mtk_vcodec_mem_free(inst->ctx, mem); in free_prediction_buf() 193 mtk_vcodec_mem_free(inst->ctx, mem); in alloc_mv_buf() 215 mtk_vcodec_mem_free(inst->ctx, mem); in free_mv_buf()
|
| H A D | vdec_hevc_req_multi_if.c | 655 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_hevc_slice_alloc_mv_buf() 675 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_hevc_slice_free_mv_buf() 918 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_hevc_slice_deinit()
|
| H A D | vdec_vp8_if.c | 383 mtk_vcodec_mem_free(inst->ctx, mem); in free_working_buf()
|
| H A D | vdec_h264_req_multi_if.c | 412 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_h264_slice_alloc_mv_buf() 432 mtk_vcodec_mem_free(inst->ctx, mem); in vdec_h264_slice_free_mv_buf()
|
| /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/encoder/venc/ |
| H A D | venc_h264_if.c | 305 mtk_vcodec_mem_free(inst->ctx, &inst->work_bufs[i]); in h264_enc_free_work_buf() 309 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()
|
| H A D | venc_vp8_if.c | 147 mtk_vcodec_mem_free(inst->ctx, &inst->work_bufs[i]); in vp8_enc_free_work_buf()
|