Searched refs:mtk_vcodec_mem (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/media/platform/mtk-vcodec/ |
A D | mtk_vcodec_dec.h | 31 struct mtk_vcodec_mem base_y; 32 struct mtk_vcodec_mem base_c; 61 struct mtk_vcodec_mem bs_buffer;
|
A D | mtk_vcodec_util.h | 14 struct mtk_vcodec_mem { struct 79 struct mtk_vcodec_mem *mem); 81 struct mtk_vcodec_mem *mem);
|
A D | mtk_vcodec_util.c | 37 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_alloc() 60 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_free()
|
A D | vdec_drv_base.h | 27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs,
|
A D | venc_drv_base.h | 34 struct mtk_vcodec_mem *bs_buf,
|
A D | venc_vpu_if.h | 47 struct mtk_vcodec_mem *bs_buf,
|
A D | vdec_drv_if.h | 88 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs,
|
A D | venc_drv_if.h | 167 struct mtk_vcodec_mem *bs_buf,
|
A D | venc_drv_if.c | 59 struct mtk_vcodec_mem *bs_buf, in venc_if_encode()
|
A D | vdec_drv_if.c | 47 int vdec_if_decode(struct mtk_vcodec_ctx *ctx, struct mtk_vcodec_mem *bs, in vdec_if_decode()
|
A D | mtk_vcodec_dec_stateful.c | 299 struct mtk_vcodec_mem buf; in mtk_vdec_worker() 433 struct mtk_vcodec_mem src_mem; in vb2ops_vdec_stateful_buf_queue()
|
A D | venc_vpu_if.c | 227 struct mtk_vcodec_mem *bs_buf, in vpu_enc_encode()
|
A D | mtk_vcodec_dec_stateless.c | 168 struct mtk_vcodec_mem *bs_src; in mtk_vdec_worker()
|
A D | mtk_vcodec_enc.c | 1046 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 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; 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 D | venc_vp8_if.c | 126 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 D | vdec_vp9_if.c | 144 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 D | vdec_h264_if.c | 129 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 D | vdec_h264_req_if.c | 206 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 D | vdec_vp8_if.c | 160 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