Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_dec.h31 struct mtk_vcodec_mem base_y;
32 struct mtk_vcodec_mem base_c;
61 struct mtk_vcodec_mem bs_buffer;
A Dmtk_vcodec_util.h14 struct mtk_vcodec_mem { struct
79 struct mtk_vcodec_mem *mem);
81 struct mtk_vcodec_mem *mem);
A 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()
A Dvdec_drv_base.h27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs,
A Dvenc_drv_base.h34 struct mtk_vcodec_mem *bs_buf,
A Dvenc_vpu_if.h47 struct mtk_vcodec_mem *bs_buf,
A Dvdec_drv_if.h88 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs,
A Dvenc_drv_if.h167 struct mtk_vcodec_mem *bs_buf,
A Dvenc_drv_if.c59 struct mtk_vcodec_mem *bs_buf, in venc_if_encode()
A Dvdec_drv_if.c47 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs, in vdec_if_decode()
A Dmtk_vcodec_dec_stateful.c299 struct mtk_vcodec_mem buf; in mtk_vdec_worker()
433 struct mtk_vcodec_mem src_mem; in vb2ops_vdec_stateful_buf_queue()
A Dvenc_vpu_if.c227 struct mtk_vcodec_mem *bs_buf, in vpu_enc_encode()
A Dmtk_vcodec_dec_stateless.c168 struct mtk_vcodec_mem *bs_src; in mtk_vdec_worker()
A Dmtk_vcodec_enc.c1046 struct mtk_vcodec_mem bs_buf; in mtk_venc_encode_header()
1175 struct mtk_vcodec_mem bs_buf; in mtk_venc_worker()
/linux/drivers/media/platform/mtk-vcodec/venc/
A Dvenc_h264_if.c147 struct mtk_vcodec_mem work_bufs[VENC_H264_VPU_WORK_BUF_MAX];
148 struct mtk_vcodec_mem pps_buf;
362 struct mtk_vcodec_mem *bs_buf, in h264_encode_sps()
389 struct mtk_vcodec_mem *bs_buf, in h264_encode_pps()
416 struct mtk_vcodec_mem *bs_buf, in h264_encode_header()
439 struct mtk_vcodec_mem *bs_buf, in h264_encode_frame()
538 struct mtk_vcodec_mem *bs_buf, in h264_enc_encode()
567 struct mtk_vcodec_mem tmp_bs_buf; in h264_enc_encode()
A 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/drivers/media/platform/mtk-vcodec/vdec/
A 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 …]
A 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()
A Dvdec_h264_req_if.c206 struct mtk_vcodec_mem pred_buf;
207 struct mtk_vcodec_mem mv_buf[H264_MAX_MV_NUM];
513 struct mtk_vcodec_mem *mem = &inst->pred_buf; in free_predication_buf()
527 struct mtk_vcodec_mem *mem = NULL; in alloc_mv_buf()
550 struct mtk_vcodec_mem *mem; in free_mv_buf()
672 static int vdec_h264_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_slice_decode()
A 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()

Completed in 31 milliseconds