Home
last modified time | relevance | path

Searched refs:mtk_vcodec_mem (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_util.h14 struct mtk_vcodec_mem { struct
79 struct mtk_vcodec_mem *mem);
81 struct mtk_vcodec_mem *mem);
Dmtk_vcodec_dec.h29 struct mtk_vcodec_mem base_y;
30 struct mtk_vcodec_mem base_c;
Dmtk_vcodec_util.c37 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_alloc()
60 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_free()
Dvdec_drv_base.h27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs,
Dvenc_drv_base.h34 struct mtk_vcodec_mem *bs_buf,
Dvenc_vpu_if.h47 struct mtk_vcodec_mem *bs_buf,
Dvdec_drv_if.h87 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs,
Dvenc_drv_if.h167 struct mtk_vcodec_mem *bs_buf,
Dvdec_drv_if.c44 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs, in vdec_if_decode()
Dvenc_drv_if.c59 struct mtk_vcodec_mem *bs_buf, in venc_if_encode()
Dvenc_vpu_if.c227 struct mtk_vcodec_mem *bs_buf, in vpu_enc_encode()
Dmtk_vcodec_enc.c918 struct mtk_vcodec_mem bs_buf; in mtk_venc_encode_header()
1044 struct mtk_vcodec_mem bs_buf; in mtk_venc_worker()
Dmtk_vcodec_dec.c351 struct mtk_vcodec_mem buf; in mtk_vdec_worker()
1138 struct mtk_vcodec_mem src_mem; in vb2ops_vdec_buf_queue()
/Linux-v5.10/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c147 struct mtk_vcodec_mem work_bufs[VENC_H264_VPU_WORK_BUF_MAX];
148 struct mtk_vcodec_mem pps_buf;
358 struct mtk_vcodec_mem *bs_buf, in h264_encode_sps()
385 struct mtk_vcodec_mem *bs_buf, in h264_encode_pps()
412 struct mtk_vcodec_mem *bs_buf, in h264_encode_header()
435 struct mtk_vcodec_mem *bs_buf, in h264_encode_frame()
534 struct mtk_vcodec_mem *bs_buf, in h264_enc_encode()
563 struct mtk_vcodec_mem tmp_bs_buf; in h264_enc_encode()
Dvenc_vp8_if.c126 struct mtk_vcodec_mem work_bufs[VENC_VP8_VPU_WORK_BUF_MAX];
237 struct mtk_vcodec_mem *bs_buf, in vp8_enc_compose_one_frame()
297 struct mtk_vcodec_mem *bs_buf, in vp8_enc_encode_frame()
361 struct mtk_vcodec_mem *bs_buf, in vp8_enc_encode()
/Linux-v5.10/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c144 struct mtk_vcodec_mem bs;
190 struct mtk_vcodec_mem mv_buf;
191 struct mtk_vcodec_mem seg_id_buf;
203 struct mtk_vcodec_mem mem;
312 struct mtk_vcodec_mem *mem_basy_y; in vp9_get_sf_ref_fb()
313 struct mtk_vcodec_mem *mem_basy_c; in vp9_get_sf_ref_fb()
363 struct mtk_vcodec_mem *mem; in vp9_alloc_work_buf()
553 struct mtk_vcodec_mem mem; in vp9_alloc_inst()
570 struct mtk_vcodec_mem mem; in vp9_free_inst()
767 struct mtk_vcodec_mem *mem; in vdec_vp9_deinit()
[all …]
Dvdec_h264_if.c129 struct mtk_vcodec_mem pred_buf;
130 struct mtk_vcodec_mem mv_buf[H264_MAX_FB_NUM];
157 struct mtk_vcodec_mem *mem = NULL; in free_predication_buf()
171 struct mtk_vcodec_mem *mem = NULL; in alloc_mv_buf()
193 struct mtk_vcodec_mem *mem = NULL; in free_mv_buf()
335 static int vdec_h264_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_decode()
Dvdec_vp8_if.c160 struct mtk_vcodec_mem working_buf;
368 struct mtk_vcodec_mem *mem = &inst->working_buf; in alloc_working_buf()
383 struct mtk_vcodec_mem *mem = &inst->working_buf; in free_working_buf()
430 static int vdec_vp8_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp8_decode()