Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.h17 struct vdec_lat_buf;
20 typedef int (*core_decode_cb_t)(struct vdec_lat_buf *lat_buf);
68 struct vdec_lat_buf { struct
104 struct vdec_lat_buf lat_buf[NUM_BUFFER_COUNT]; argument
117 struct vdec_lat_buf empty_lat_buf;
150 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *ctx, struct vdec_lat_buf *buf);
158 struct vdec_lat_buf *vdec_msg_queue_dqbuf(struct vdec_msg_queue_ctx *ctx);
H A Dvdec_msg_queue.c46 static struct list_head *vdec_get_buf_list(int hardware_index, struct vdec_lat_buf *buf) in vdec_get_buf_list()
74 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *msg_ctx, struct vdec_lat_buf *buf) in vdec_msg_queue_qbuf()
118 struct vdec_lat_buf *vdec_msg_queue_dqbuf(struct vdec_msg_queue_ctx *msg_ctx) in vdec_msg_queue_dqbuf()
120 struct vdec_lat_buf *buf; in vdec_msg_queue_dqbuf()
139 struct vdec_lat_buf, core_list); in vdec_msg_queue_dqbuf()
142 struct vdec_lat_buf, lat_list); in vdec_msg_queue_dqbuf()
204 struct vdec_lat_buf *lat_buf; in vdec_msg_queue_deinit()
245 struct vdec_lat_buf *lat_buf; in vdec_msg_queue_core_work()
286 struct vdec_lat_buf *lat_buf; in vdec_msg_queue_init()