Home
last modified time | relevance | path

Searched refs:hardware_index (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
A Dvdec_msg_queue.c40 ctx->hardware_index = hardware_index; in vdec_msg_queue_init_ctx()
45 switch (hardware_index) { in vdec_get_buf_list()
59 head = vdec_get_buf_list(msg_ctx->hardware_index, buf); in vdec_msg_queue_qbuf()
61 mtk_v4l2_err("fail to qbuf: %d", msg_ctx->hardware_index); in vdec_msg_queue_qbuf()
69 if (msg_ctx->hardware_index != MTK_VDEC_CORE) in vdec_msg_queue_qbuf()
76 msg_ctx->hardware_index, buf, msg_ctx->ready_num); in vdec_msg_queue_qbuf()
104 msg_ctx->hardware_index, msg_ctx->ready_num); in vdec_msg_queue_dqbuf()
107 if (msg_ctx->hardware_index == MTK_VDEC_CORE) in vdec_msg_queue_dqbuf()
116 if (msg_ctx->hardware_index == MTK_VDEC_CORE) in vdec_msg_queue_dqbuf()
123 head = vdec_get_buf_list(msg_ctx->hardware_index, buf); in vdec_msg_queue_dqbuf()
[all …]
A Dvdec_msg_queue.h38 int hardware_index; member
105 void vdec_msg_queue_init_ctx(struct vdec_msg_queue_ctx *ctx, int hardware_index);

Completed in 4 milliseconds