Searched refs:vdec_msg_queue_qbuf (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
D | vdec_msg_queue.c | 74 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *msg_ctx, struct vdec_lat_buf *buf) in vdec_msg_queue_qbuf() function 190 vdec_msg_queue_qbuf(&msg_queue->core_ctx, &msg_queue->empty_lat_buf); in vdec_msg_queue_wait_lat_buf_full() 271 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_msg_queue_core_work() 361 err = vdec_msg_queue_qbuf(&msg_queue->lat_ctx, lat_buf); in vdec_msg_queue_init()
|
D | vdec_msg_queue.h | 150 int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *ctx, struct vdec_lat_buf *buf);
|
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_h264_req_multi_if.c | 670 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_h264_slice_lat_decode() 683 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf); in vdec_h264_slice_lat_decode() 696 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_h264_slice_lat_decode() 704 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf); in vdec_h264_slice_lat_decode()
|
D | vdec_hevc_req_multi_if.c | 1015 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_hevc_slice_lat_decode() 1028 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf); in vdec_hevc_slice_lat_decode() 1041 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf); in vdec_hevc_slice_lat_decode() 1049 vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf); in vdec_hevc_slice_lat_decode()
|
D | vdec_av1_req_lat_if.c | 2077 vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf); in vdec_av1_slice_lat_decode() 2098 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_av1_slice_lat_decode() 2106 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_av1_slice_lat_decode() 2116 vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf); in vdec_av1_slice_lat_decode() 2122 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_av1_slice_lat_decode()
|
D | vdec_vp9_req_lat_if.c | 2113 vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf); in vdec_vp9_slice_lat_decode() 2117 vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf); in vdec_vp9_slice_lat_decode()
|