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

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.h35 * struct vdec_msg_queue_ctx - represents a queue for buffers ready to be processed
42 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)
74 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *msg_ctx, struct vdec_lat_buf *buf)
105 static bool vdec_msg_queue_wait_event(struct vdec_msg_queue_ctx *msg_ctx)
118 struct vdec_lat_buf *vdec_msg_queue_dqbuf(struct vdec_msg_queue_ctx *msg_ctx)

Completed in 103 milliseconds