Searched refs:mtk_vcodec_mem (Results 1 – 18 of 18) sorted by relevance
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_util.h | 22 struct mtk_vcodec_mem { struct 82 struct mtk_vcodec_mem *mem); 84 struct mtk_vcodec_mem *mem);
|
| D | mtk_vcodec_dec.h | 37 struct mtk_vcodec_mem base_y; 38 struct mtk_vcodec_mem base_c;
|
| D | venc_drv_if.h | 109 struct mtk_vcodec_mem fb_addr[MTK_VCODEC_MAX_PLANES]; 160 struct mtk_vcodec_mem *bs_buf,
|
| D | mtk_vcodec_util.c | 46 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_alloc() 72 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_free()
|
| D | vdec_drv_base.h | 37 int (*decode)(unsigned long h_vdec, struct mtk_vcodec_mem *bs,
|
| D | venc_drv_base.h | 43 struct mtk_vcodec_mem *bs_buf,
|
| D | vdec_drv_if.h | 91 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs,
|
| D | venc_vpu_if.h | 57 struct mtk_vcodec_mem *bs_buf,
|
| D | vdec_drv_if.c | 57 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs, in vdec_if_decode()
|
| D | venc_drv_if.c | 72 struct mtk_vcodec_mem *bs_buf, in venc_if_encode()
|
| D | venc_vpu_if.c | 180 struct mtk_vcodec_mem *bs_buf, in vpu_enc_encode()
|
| D | mtk_vcodec_enc.c | 942 struct mtk_vcodec_mem bs_buf; in mtk_venc_encode_header() 1072 struct mtk_vcodec_mem bs_buf; in mtk_venc_worker()
|
| D | mtk_vcodec_dec.c | 329 struct mtk_vcodec_mem buf; in mtk_vdec_worker() 1107 struct mtk_vcodec_mem src_mem; in vb2ops_vdec_buf_queue()
|
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/ |
| D | venc_h264_if.c | 147 struct mtk_vcodec_mem work_bufs[VENC_H264_VPU_WORK_BUF_MAX]; 148 struct mtk_vcodec_mem pps_buf; 336 struct mtk_vcodec_mem *bs_buf, in h264_encode_sps() 363 struct mtk_vcodec_mem *bs_buf, in h264_encode_pps() 390 struct mtk_vcodec_mem *bs_buf, in h264_encode_header() 413 struct mtk_vcodec_mem *bs_buf, in h264_encode_frame() 504 struct mtk_vcodec_mem *bs_buf, in h264_enc_encode() 533 struct mtk_vcodec_mem tmp_bs_buf; in h264_enc_encode()
|
| D | venc_vp8_if.c | 136 struct mtk_vcodec_mem work_bufs[VENC_VP8_VPU_WORK_BUF_MAX]; 245 struct mtk_vcodec_mem *bs_buf, in vp8_enc_compose_one_frame() 305 struct mtk_vcodec_mem *bs_buf, in vp8_enc_encode_frame() 369 struct mtk_vcodec_mem *bs_buf, in vp8_enc_encode()
|
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/ |
| D | vdec_vp9_if.c | 148 struct mtk_vcodec_mem bs; 194 struct mtk_vcodec_mem mv_buf; 195 struct mtk_vcodec_mem seg_id_buf; 207 struct mtk_vcodec_mem mem; 316 struct mtk_vcodec_mem *mem_basy_y; in vp9_get_sf_ref_fb() 317 struct mtk_vcodec_mem *mem_basy_c; in vp9_get_sf_ref_fb() 367 struct mtk_vcodec_mem *mem; in vp9_alloc_work_buf() 557 struct mtk_vcodec_mem mem; in vp9_alloc_inst() 574 struct mtk_vcodec_mem mem; in vp9_free_inst() 772 struct mtk_vcodec_mem *mem; in vdec_vp9_deinit() [all …]
|
| D | vdec_h264_if.c | 134 struct mtk_vcodec_mem pred_buf; 135 struct mtk_vcodec_mem mv_buf[H264_MAX_FB_NUM]; 162 struct mtk_vcodec_mem *mem = NULL; in free_predication_buf() 176 struct mtk_vcodec_mem *mem = NULL; in alloc_mv_buf() 198 struct mtk_vcodec_mem *mem = NULL; in free_mv_buf() 342 static int vdec_h264_decode(unsigned long h_vdec, struct mtk_vcodec_mem *bs, in vdec_h264_decode()
|
| D | vdec_vp8_if.c | 168 struct mtk_vcodec_mem working_buf; 376 struct mtk_vcodec_mem *mem = &inst->working_buf; in alloc_working_buf() 391 struct mtk_vcodec_mem *mem = &inst->working_buf; in free_working_buf() 440 static int vdec_vp8_decode(unsigned long h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp8_decode()
|