Home
last modified time | relevance | path

Searched refs:vdec_msg_queue_qbuf (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dvdec_msg_queue.c55 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *msg_ctx, struct vdec_lat_buf *buf) in vdec_msg_queue_qbuf() function
222 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_msg_queue_core_work()
281 err = vdec_msg_queue_qbuf(&msg_queue->lat_ctx, lat_buf); in vdec_msg_queue_init()
Dvdec_msg_queue.h114 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *ctx, struct vdec_lat_buf *buf);
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_h264_req_multi_if.c675 vdec_msg_queue_qbuf(&inst->ctx->dev->msg_queue_core_ctx, lat_buf); in vdec_h264_slice_lat_decode()
688 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf); in vdec_h264_slice_lat_decode()
701 vdec_msg_queue_qbuf(&inst->ctx->dev->msg_queue_core_ctx, lat_buf); in vdec_h264_slice_lat_decode()
709 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf); in vdec_h264_slice_lat_decode()
Dvdec_vp9_req_lat_if.c2122 vdec_msg_queue_qbuf(&ctx->dev->msg_queue_core_ctx, lat_buf); in vdec_vp9_slice_lat_decode()
2126 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_vp9_slice_lat_decode()