Home
last modified time | relevance | path

Searched refs:vdec_h264_slice_inst (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_h264_req_if.c85 struct vdec_h264_slice_inst { struct
97 static int get_vdec_decode_parameters(struct vdec_h264_slice_inst *inst) in get_vdec_decode_parameters() argument
158 static int allocate_predication_buf(struct vdec_h264_slice_inst *inst) in allocate_predication_buf()
173 static void free_predication_buf(struct vdec_h264_slice_inst *inst) in free_predication_buf()
184 static int alloc_mv_buf(struct vdec_h264_slice_inst *inst, in alloc_mv_buf()
209 static void free_mv_buf(struct vdec_h264_slice_inst *inst) in free_mv_buf()
222 static void get_pic_info(struct vdec_h264_slice_inst *inst, in get_pic_info()
257 static void get_crop_info(struct vdec_h264_slice_inst *inst, struct v4l2_rect *cr) in get_crop_info()
268 static void get_dpb_size(struct vdec_h264_slice_inst *inst, unsigned int *dpb_sz) in get_dpb_size()
276 struct vdec_h264_slice_inst *inst; in vdec_h264_slice_init()
[all …]
Dvdec_h264_req_multi_if.c154 struct vdec_h264_slice_inst { struct
174 static int vdec_h264_slice_fill_decode_parameters(struct vdec_h264_slice_inst *inst, in vdec_h264_slice_fill_decode_parameters() argument
217 static int get_vdec_sig_decode_parameters(struct vdec_h264_slice_inst *inst) in get_vdec_sig_decode_parameters()
276 static void vdec_h264_slice_fill_decode_reflist(struct vdec_h264_slice_inst *inst, in vdec_h264_slice_fill_decode_reflist()
310 static int vdec_h264_slice_alloc_mv_buf(struct vdec_h264_slice_inst *inst, in vdec_h264_slice_alloc_mv_buf()
333 static void vdec_h264_slice_free_mv_buf(struct vdec_h264_slice_inst *inst) in vdec_h264_slice_free_mv_buf()
345 static void vdec_h264_slice_get_pic_info(struct vdec_h264_slice_inst *inst) in vdec_h264_slice_get_pic_info()
384 static void vdec_h264_slice_get_crop_info(struct vdec_h264_slice_inst *inst, in vdec_h264_slice_get_crop_info()
398 struct vdec_h264_slice_inst *inst; in vdec_h264_slice_init()
445 struct vdec_h264_slice_inst *inst = h_vdec; in vdec_h264_slice_deinit()
[all …]