Symbol: vdec_msg_queue_qbuf
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2083
vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2104
vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2112
vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2122
vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2128
vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
1001
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
819
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
832
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
846
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
855
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
967
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
980
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c
993
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
1016
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
1029
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
1042
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
1050
vdec_msg_queue_qbuf(&inst->ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
2106
vdec_msg_queue_qbuf(&ctx->msg_queue.core_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
2110
vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.c
190
vdec_msg_queue_qbuf(&msg_queue->core_ctx, &msg_queue->empty_lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.c
271
vdec_msg_queue_qbuf(&ctx->msg_queue.lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.c
361
err = vdec_msg_queue_qbuf(&msg_queue->lat_ctx, lat_buf);
drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.h
150
int vdec_msg_queue_qbuf(struct vdec_msg_queue_ctx *ctx, struct vdec_lat_buf *buf);