Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
A Dvdec_msg_queue.h32 struct vdec_msg_queue_ctx { struct
84 struct vdec_msg_queue_ctx lat_ctx;
105 void vdec_msg_queue_init_ctx(struct vdec_msg_queue_ctx *ctx, int hardware_index);
114 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *ctx, struct vdec_lat_buf *buf);
122 struct vdec_lat_buf *vdec_msg_queue_dqbuf(struct vdec_msg_queue_ctx *ctx);
A Dvdec_msg_queue.c34 void vdec_msg_queue_init_ctx(struct vdec_msg_queue_ctx *ctx, int hardware_index) in vdec_msg_queue_init_ctx()
55 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *msg_ctx, struct vdec_lat_buf *buf) in vdec_msg_queue_qbuf()
82 static bool vdec_msg_queue_wait_event(struct vdec_msg_queue_ctx *msg_ctx) in vdec_msg_queue_wait_event()
95 struct vdec_lat_buf *vdec_msg_queue_dqbuf(struct vdec_msg_queue_ctx *msg_ctx) in vdec_msg_queue_dqbuf()
A Dmtk_vcodec_drv.h513 struct vdec_msg_queue_ctx msg_queue_core_ctx;

Completed in 6 milliseconds