Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.h42 struct vdec_msg_queue_ctx { struct
111 struct vdec_msg_queue_ctx lat_ctx;
112 struct vdec_msg_queue_ctx core_ctx;
141 void vdec_msg_queue_init_ctx(struct vdec_msg_queue_ctx *ctx, int hardware_index);
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.c37 void vdec_msg_queue_init_ctx(struct vdec_msg_queue_ctx *ctx, int hardware_index) in vdec_msg_queue_init_ctx()
74 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *msg_ctx, struct vdec_lat_buf *buf) in vdec_msg_queue_qbuf()
105 static bool vdec_msg_queue_wait_event(struct vdec_msg_queue_ctx *msg_ctx) in vdec_msg_queue_wait_event()
118 struct vdec_lat_buf *vdec_msg_queue_dqbuf(struct vdec_msg_queue_ctx *msg_ctx) in vdec_msg_queue_dqbuf()